Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect npm >=3.9.2 and adjust the install command accordingly #59

Closed
wants to merge 1 commit into from

Conversation

misterbyrne
Copy link

With later versions of npm, it's no longer necessary to rm -rf node_modules before npm install when sub-dependency versions are not correct.

npm v3.9.1 fixed the issue, but also exposed a different bug which was fixed in npm v3.9.2

npm v3.9.1 included a fix for the bug which makes the `rm -rf
node_modules` necessary ( npm/npm#12372 ), but
also exposed a different bug which was fixed in npm v3.9.2
( npm/npm#12724 )
@stefanpenner
Copy link
Collaborator

stefanpenner commented May 11, 2017

@misterbyrne do we trust NPM working correctly in this place? I've seen some issues re: non-deterministic installations, and partial installs/updates.

@jacobq
Copy link
Contributor

jacobq commented Jul 15, 2018

Since we are dropping support for node v4.x, does that mean we're also dropping support for npm 3.x? Perhaps this PR should be closed unmerged.

@misterbyrne misterbyrne deleted the ab/detect-npm-3.9.1 branch July 30, 2018 12:22
@misterbyrne
Copy link
Author

I've left this hanging around too long anyway, so I'm happy to close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants