This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install npm to the expected location using the upstream tarball. This should make everyone happier. Closes #27479.
- Loading branch information
1 parent
2803df4
commit f900829
Showing
1 changed file
with
32 additions
and
57 deletions.
There are no files selected for viewing
This file contains 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
This is problematic. According to @othiym23, there was a bug in
npm
before about1.4.23
wherenpm -g update
would ignore the latest distribution tag in favor of whatever version is newest. Currently,npm@next
is2.0.0-beta.0
, which has other bugs, leading to abrew upgrade
breaking existingnpm
-based projects.