FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Revert "deps: upgrade npm to 3.3.6" by evanlucas · Pull Request #3493 · nodejs/node · GitHub

/ node Public

Revert "deps: upgrade npm to 3.3.6" - #3493

Closed
evanlucas wants to merge 1 commit into
nodejs:masterfrom
evanlucas:revertnpm3
Closed

Revert "deps: upgrade npm to 3.3.6"#3493
evanlucas wants to merge 1 commit into
nodejs:masterfrom
evanlucas:revertnpm3

Conversation

Copy link
Copy Markdown
Contributor

This reverts commit 41923c0.

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 #1899

Copy link
Copy Markdown
Contributor Author

/cc @iarna

jasnell commented Oct 22, 2015

Copy link
Copy Markdown
Member

CI to see if that really does fix the problem on the CI side: https://ci.nodejs.org/job/node-test-pull-request/569/

Copy link
Copy Markdown
Member

This issue is making all bots go red.

Copy link
Copy Markdown
Contributor

A fix for this is scheduled in #2286: targos@59c8297.

jasnell commented Oct 22, 2015

Copy link
Copy Markdown
Member

@jbergstroem ... there's hope: https://ci.nodejs.org/job/node-test-commit-linux/1000/nodes=debian8-64/console ;-) Looks like reverting this commit saves the day on at least one of the bots so far

iarna commented Oct 23, 2015

Copy link
Copy Markdown
Member

Looks like the .gitignore will need a small update. I'm PRing that now.

jasnell commented Oct 23, 2015

Copy link
Copy Markdown
Member

@iarna ... if we can get a quick patch in that fixes the issue, we can likely avoid the full revert. Given that this has happened before, tho, we likely need to tweak the test process a bit before npm updates land

iarna commented Oct 23, 2015

Copy link
Copy Markdown
Member

I can't actually make the previous change to the .gitignore work for me– I'll have to sit down with @zkat and figure out why it's behaving differently for the two of us.

In the meantime, there's #3494 to fix the specific problem here.

mscdex added the npm Issues and PRs related to the npm client dependency or the npm registry. label Oct 23, 2015

jasnell commented Oct 23, 2015

Copy link
Copy Markdown
Member

Ok, 68471dd landed. Closing this.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

npm Issues and PRs related to the npm client dependency or the npm registry.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL