Skip to content

Revert "deps: upgrade npm to 3.3.6"

Rodrigo Muino Tomonari requested to merge github/fork/evanlucas/revertnpm3 into master

This reverts commit 41923c0c.

We ran into the missing module issue again...

https://ci.nodejs.org/job/node-test-commit-osx/987/nodes=osx1010/console

/cc @Fishrock123

gyp ERR! UNCAUGHT EXCEPTION 
gyp ERR! stack Error: Cannot find module 'debug'
gyp ERR! stack     at Function.Module._resolveFilename (module.js:337:15)
gyp ERR! stack     at Function.Module._load (module.js:287:25)
gyp ERR! stack     at Module.require (module.js:366:17)
gyp ERR! stack     at require (module.js:385:17)
gyp ERR! stack     at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1010/deps/npm/node_modules/array-index/index.js:7:13)
gyp ERR! stack     at Module._compile (module.js:425:26)
gyp ERR! stack     at Object.Module._extensions..js (module.js:432:10)
gyp ERR! stack     at Module.load (module.js:356:32)
gyp ERR! stack     at Function.Module._load (module.js:311:12)
gyp ERR! stack     at Module.require (module.js:366:17)
gyp ERR! stack     at require (module.js:385:17)
gyp ERR! System Darwin 14.5.0

Reference to original issue is at https://github.com/nodejs/node/pull/1899

Merge request reports

Loading