-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System hangs on "install-app-deps" #629
Comments
Please see #376 (comment) Is it your case? |
Ok. How do we set up 'two package.json structure'. And how does it work (we need make different node_modules for development/production?)? |
You only need to use two package.json structure if you have native modules. Otherwise you don't need to use it. You can use |
will need to integrate native modules. So I would create two package.json. and will keep |
No. |
Creating two package.json worked. Thanks @develar. |
I run
npm install
on my system which ubuntu 14.04 os, has Node v4.4.7. And then system hangs. There is nothing in npm-debug.log.The text was updated successfully, but these errors were encountered: