We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f78e6 commit 797721dCopy full SHA for 797721d
bin/,update
@@ -55,8 +55,7 @@ update_npm() {
55
npm i -g npm
56
57
echo 'npm packages'
58
- # Temporarily diabled due to Nodenv `.hooks` directory causing problems with npm 7
59
- # npm update -g
+ npm update -g
60
}
61
62
update_pip() {
lib/node
@@ -33,7 +33,6 @@ if is_linux; then
33
node-build
34
nodenv-update
35
nodenv-default-packages
36
- nodenv-package-rehash
37
nodenv-package-json-engine
38
)
39
0 commit comments