nodejs-api-swagger
nodejs-api-swagger copied to clipboard
cannot npm install
Running into some issues with npm install. I have node 6.9
Seeing
2:35 at Array.forEach (native)
` cb() never called!
npm ERR! This is an error with npm itself. Please report this error at: npm ERR! https://github.com/npm/npm/issues
npm ERR! A complete log of this run can be found in: npm ERR! /Users/stevenkauyedauty/.npm/_logs/2017-06-11T07_30_55_912Z-debug.log `
Sorry to hear that! I tried rm -rf node_modules followed by npm install and couldn't reproduce the error on 6.9.1.
Can you post the log file /Users/stevenkauyedauty/.npm/_logs/2017-06-11T07_30_55_912Z-debug.log? I'll dig through it and see if I can find what is causing the failure.