We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run npm start, it gives me this error:
npm start
'.' is not recognized as an internal or external command, operable program or batch file. npm ERR! Windows_NT 10.0.15063 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start" npm ERR! node v7.10.0 npm ERR! npm v4.2.0 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! blockchain.js@1.1.9 start: `./main.js` npm ERR! Exit status 1
In order to fix the error, I changed the start script to node ./main.js.
node ./main.js
The text was updated successfully, but these errors were encountered:
fix issue #3
c9454d7
Fixed in 1.1.10
Sorry, something went wrong.
No branches or pull requests
When I run
npm start
, it gives me this error:In order to fix the error, I changed the start script to
node ./main.js
.The text was updated successfully, but these errors were encountered: