codecombat / codecombat/esper.js
Installation failed on Windows 10
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 99
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I have an issue during installing dependancies in CodeCombat project in master branch:
(Node version v6.12.3, npm 3.10.10)
Error
`npm ERR! Windows_NT 10.0.16299 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" npm ERR! node v6.12.3 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLEnpm ERR! esper.js@0.3.0-dev preinstall: node contrib/install-plugin-deps.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the esper.js@0.3.0-dev preinstall script 'node contrib/install-plugin-deps.js'.
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 esper.js package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node contrib/install-plugin-deps.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs esper.js
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls esper.js
npm ERR! There is likely additional logging output above.`
Could you please help me?
@basicer
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading contrib/install-plugin-deps.js and reproducing npm install on Windows 10 with the Node v6.12.3 and npm 3.10.10 versions reported here. Trace the preinstall failure and verify that dependency installation completes successfully on Windows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100