meanjs / generator-meanjs

MEAN.JS Official Yeoman Generator
http://meanjs.org/
473 stars 178 forks source link

Load dependency process is killed #179

Open richerlariviere opened 8 years ago

richerlariviere commented 8 years ago

I used the yo generator (0.4.2) to generate a mean app on a Vagrant box (trusty64). After that I did npm install. This is what I got:

vagrant@vagrant-ubuntu-trusty-64:/vagrant/mean$ npm install
npm WARN deprecated lodash@0.9.2: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
loadDevDep:supertest → ca ▌ ╢██████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟
WARN engine karma@0.12.37: wanted: {"node":">=0.8 <=0.12 || >=1 <=2"} (current: {"node":"5.3.0","npnpm WARN deprecated lodash@1.0.2: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
loadDep:node-pre-gyp → af ▄ ╢████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟
Killed 

I upgraded the memory from 512Mb to 1024 and added 2 cpus to my Vagrant box. It changed nothing. I am using npm v3.5.2 and node v5.3.0

Thanks!

ilanbiala commented 8 years ago

I've never seen Yeoman or Node output that, so can it have something to do with Vagrant?

Tjaard commented 8 years ago

I had the same issue when using Vagrant for both the 64 and 32 bit Ubuntu installation. The script did work correctly when I performed the same steps on a regular virtualbox Ubuntu installation, so it is likely Vagrant-related.

codydaig commented 8 years ago

That's npm v3 with the funky output. However meanjs does not work with node 5 yet.

ilanbiala commented 8 years ago

0.4.3 has been published, please try to see if the new version fixes your issue.