-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error when running "npm install" to try to run the sample-applications #3
Comments
I too see this issue, I have tried few combinations of node and npm and endedup with the same error OS: Ubunutu 16.10 //Not sure if it supports Ubuntu 14.10 LTS but not any higher versions ?
NodeJS
npm
Here are the error logs
Logs here : |
it may fix this issue following 'Manage Docker as a non-root user' in https://docs.docker.com/engine/installation/linux/linux-postinstall/ |
@baofengsun It doesn't fix the issue. I'm having the same issue. The command: "npm run deployNetwork" seems to be causing the issue.
OS: Ubuntu 16.04.2 (64 bit) |
@baofengsun - that did fix the issue for me. Now that I got the docker group membership fixed AND I restarted my Ubuntu system, now the npm install works |
Uninstall the Node.js in Panel Control and Delete the pasta
After install the Node.js |
npm ERR! Linux 4.4.0-62-generic
npm ERR! argv "/home/sunbfeng/.nvm/versions/node/v6.9.5/bin/node" "/home/sunbfeng/.nvm/versions/node/v6.9.5/bin/npm" "install"
npm ERR! node v6.9.5
npm ERR! npm v4.2.0
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install:
scripts/download-hyperledger.sh && scripts/start-hyperledger.sh && npm run deployNetwork
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'scripts/download-hyperledger.sh && scripts/start-hyperledger.sh && npm run deployNetwork'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the getting-started package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! scripts/download-hyperledger.sh && scripts/start-hyperledger.sh && npm run deployNetwork
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs getting-started
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls getting-started
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/sunbfeng/.npm/_logs/2017-02-20T02_10_59_680Z-debug.log
The text was updated successfully, but these errors were encountered: