PencilCode / pencilcode

An online IDE for kids: pencilcode.net.
http://dev.pencilcode.net/
MIT License
167 stars 100 forks source link

error fs-ext@0.5.0 install: `node-gyp configure build #242

Open hussien89aa opened 7 years ago

hussien89aa commented 7 years ago

I have this error when I try to run the code on Windows 10 machine

94159 error argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" 94160 error node v6.9.4 94161 error npm v3.10.10 94162 error code ELIFECYCLE 94163 error fs-ext@0.5.0 install: node-gyp configure build 94163 error Exit status 1 94164 error Failed at the fs-ext@0.5.0 install script 'node-gyp configure build'. 94164 error Make sure you have the latest version of node.js and npm installed. 94164 error If you do, this is most likely a problem with the fs-ext package, 94164 error not with npm itself. 94164 error Tell the author that this fails on your system: 94164 error node-gyp configure build 94164 error You can get information on how to open an issue for this project with: 94164 error npm bugs fs-ext 94164 error Or if that isn't available, you can get their info via: 94164 error npm owner ls fs-ext 94164 error There is likely additional logging output above. 94165 verbose exit [ 1, true ]

doctorjei commented 7 years ago

I've submitted a pull request to fix this - you can see it here: https://github.com/PencilCode/pencilcode/pull/241