npm package problem - node v6.10.1
See original GitHub issueI’m not sure if this is an error but npm package does not works on node v6.10.1. (windows 10)
And thank you for this awesome framework. 👍
11986 error Windows_NT 10.0.15063
11987 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "--save" "boardgame.io"
11988 error node v6.10.1
11989 error npm v3.10.10
11990 error code ELIFECYCLE
11991 error boardgame.io@0.11.4 postinstall: `ln -s ../packages/node_modules/boardgame.io`
11991 error Exit status 1
11992 error Failed at the boardgame.io@0.11.4 postinstall script 'ln -s ../packages/node_modules/boardgame.io'.
11992 error Make sure you have the latest version of node.js and npm installed.
11992 error If you do, this is most likely a problem with the boardgame.io package,
11992 error not with npm itself.
11992 error Tell the author that this fails on your system:
11992 error ln -s ../packages/node_modules/boardgame.io
11992 error You can get information on how to open an issue for this project with:
11992 error npm bugs boardgame.io
11992 error Or if that isn't available, you can get their info via:
11992 error npm owner ls boardgame.io
11992 error There is likely additional logging output above.
11993 verbose exit [ 1, true ]
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:13 (5 by maintainers)
Top Results From Across the Web
npm package problem - node v6.10.1 · Issue #30 - GitHub
I'm not sure if this is an error but npm package does not works on node v6.10.1. (windows 10) And thank you for...
Read more >node.js - NodeJS - Error installing with NPM - Stack Overflow
I'm on Window 10, 64 bits. I used "npm config set msvs_version 2015 -g" in command prompt (after installation of VS, of course)....
Read more >fibers - npm
The original version of this module targeted nodejs v0.1.x in early 2011 when JavaScript on the server looked a lot different.
Read more >Tip: Click on a version number to view a previous ... - npm
a package manager for JavaScript. ... Tip: Click on a version number to view a previous version's package page ... 6.10.1-next.0.
Read more >@mapbox/node-pre-gyp - npm
A command line tool called node-pre-gyp that can install your package's C++ module from a binary. A variety of developer targeted commands for ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think this should now be resolved.
Can someone that had this problem before verify?
@nicolodavis I had and I can verify that 0.13.1 resolves this issue. Thanks! 😃