We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would like to update npm dep to 6.13.7 (up from 6.13.4) on the LTS v10.x branch.
It was updated in master here: #31558
@BethGriggs what is the process for this?
This will fix a macOS brew specific issue (in a hosted CI enviroment at Bitrise), when npm i -g npm@<other_npm_version> fails with permission issue:
npm i -g npm@<other_npm_version>
npm ERR! code EEXIST npm ERR! syscall symlink npm ERR! path ../../../lib/node_modules/npm/man/man1/npm-access.1 npm ERR! dest /usr/local/share/man/man1/npm-access.1 npm ERR! errno -17 npm ERR! EEXIST: file already exists, symlink '../../../lib/node_modules/npm/man/man1/npm-access.1' -> '/usr/local/share/man/man1/npm-access.1' npm ERR! File exists: /usr/local/share/man/man1/npm-access.1
The text was updated successfully, but these errors were encountered:
You should check out https://github.com/nodejs/node/blob/master/doc/guides/backporting-to-release-lines.md
Sorry, something went wrong.
i backported the commits to upgrade npm to 6.13.7 on the 10.x-staging release line in c6c6665...7eac959
It should be in the next 10.x release 🎉
Thanks @MylesBorins !
No branches or pull requests
Would like to update npm dep to 6.13.7 (up from 6.13.4) on the LTS v10.x branch.
It was updated in master here: #31558
@BethGriggs what is the process for this?
This will fix a macOS brew specific issue (in a hosted CI enviroment at Bitrise), when
npm i -g npm@<other_npm_version>
fails with permission issue:The text was updated successfully, but these errors were encountered: