mozilla / openbadges-badgekit

No Longer Maintained
https://badgekit.org
Mozilla Public License 2.0
123 stars 84 forks source link

Errors during npm install - Failed at the node-proxy@0.6.0 install script 'node-gyp configure build' #491

Open JD76 opened 8 years ago

JD76 commented 8 years ago

Hi, during the installation of openbadge-badgekit, I'm unable to finish the npm install because I receive many errors while it tries to build node-gyp (after the "node-gyp configure build" call) The errors end with: "Failed at the node-proxy@0.6.0 install script 'node-gyp configure build'"

Node and npm are update (node v6.3.1 - npm v3.10.5)

I attached the log from npm. npm-debug.txt

Thanks for every suggestion

s4trace commented 7 years ago

Same issue here, haven't been able to find a solution for it as of yet.

vvallabb commented 7 years ago

I have been trying since 2 days with no luck!

anhcao142 commented 7 years ago

Did you try with root privilege. In window it's "Run as administrator"

Villawhatever commented 7 years ago

Having the same issues here.

Ubuntu 16.04 npm v3.10.10 node v6.10.3

Karunamon commented 7 years ago

I had to revert to an old version of Node to fix this. I suggest installing nvm, and then forcing the local version of node to 0.10. The packages then installed without complaint. Make sure to throw out node_modules/ and package-lock.json if they exist before trying again.