codecombat / esper.js

A javascript self-interpreter with a focus on sandboxed execution and runtime introspection.
MIT License
98 stars 19 forks source link

Installation failed on Windows 10 #12

Open olexandr-maltsev opened 6 years ago

olexandr-maltsev commented 6 years ago

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 ELIFECYCLE npm 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

basicer commented 6 years ago

Esper isn't really needed for codecombat on the serverside, you could just remove the dependency from package.json and install again.