Question
Can't do npm install in my ember-cli application
Hi,
I have a basic ubuntu droplet, and I installed iojs and ember-cli. The issue is that when I go in my project and enter npm install the process is started but not finished. Every single time some module is failing.
I read something about this issue regarding swap, but I don’t get it . What should I do to manage this right?
Thanks.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Hi! Could you post any error messages you are seeing or the end of the output from running
npm install
It would help us to determine the cause of the issue you are seeing. If the problem is indeed resolved by adding SWAP, that would imply that you are running out of memory.