# Ember-cli not installing on ubuntu

**URL:** https://discuss.emberjs.com/t/ember-cli-not-installing-on-ubuntu/7888
**Category:** Ember CLI
**Created:** [April 29, 2015, 2:56pm UTC](https://discuss.emberjs.com/t/ember-cli-not-installing-on-ubuntu/7888 "2015-04-29T14:56:03Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mohrt](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.emberjs.com/mohrt/32/10784_2.png) [@mohrt](https://discuss.emberjs.com/u/mohrt)
#### Post date: [April 29, 2015, 2:56pm UTC](https://discuss.emberjs.com/t/ember-cli-not-installing-on-ubuntu/7888/1 "2015-04-29T14:56:03Z")

</div>

I’m trying to install ember-cli on ubuntu and get the following:

```
$ sudo npm install -g ember-cli
npm http GET https://registry.npmjs.org/ember-cli
npm http 304 https://registry.npmjs.org/ember-cli
npm http GET https://registry.npmjs.org/ember-cli/-/ember-cli-0.2.3.tgz
npm http 200 https://registry.npmjs.org/ember-cli/-/ember-cli-0.2.3.tgz

```

It appears to download, but then does nothing after that, no errors. I do not have any previous install. I tried to uninstall and clear npm cache, no help. How do I debug this? I have successfully installed other npm packages such as bower and phantomjs.

npm version: 2.8.4 node version: 0.10.38

---

<div class="post-metadata">

### Author: ![mohrt](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.emberjs.com/mohrt/32/10784_2.png) [@mohrt](https://discuss.emberjs.com/u/mohrt)
#### Post date: [April 29, 2015, 4:45pm UTC](https://discuss.emberjs.com/t/ember-cli-not-installing-on-ubuntu/7888/2 "2015-04-29T16:45:45Z")

</div>

I have found the issue. I am using Vagrant and the default VM image is apparently setup for cloud computing, and thus no swap space is allocated. This was causing npm to silently fail on install.

---

<div class="post-metadata">

### Author: ![od1n](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.emberjs.com/od1n/32/10680_2.png) [@od1n](https://discuss.emberjs.com/u/od1n)
#### Post date: [April 30, 2015, 11:03am UTC](https://discuss.emberjs.com/t/ember-cli-not-installing-on-ubuntu/7888/3 "2015-04-30T11:03:34Z")

</div>

Good to know you resolved it. Btw, what is your host OS?
