Skip to content
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

Start script throws an error #3

Closed
madisonjmeredith opened this issue Jul 22, 2017 · 1 comment
Closed

Start script throws an error #3

madisonjmeredith opened this issue Jul 22, 2017 · 1 comment

Comments

@madisonjmeredith
Copy link

When I run npm start, it gives me this error:

'.' 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.

0xs34n pushed a commit that referenced this issue Jul 22, 2017
@0xs34n
Copy link
Owner

0xs34n commented Jul 22, 2017

Fixed in 1.1.10

@0xs34n 0xs34n closed this as completed Jul 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants