Skip to content

Commit 797721d

Browse files
committed
Remove nodenv-package-rehash
This plugin is incompatible with npm v7 and was breaking `npm update -g`. See nodenv/nodenv-package-rehash#32.
1 parent 50f78e6 commit 797721d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

bin/,update

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ update_npm() {
5555
npm i -g npm
5656

5757
echo 'npm packages'
58-
# Temporarily diabled due to Nodenv `.hooks` directory causing problems with npm 7
59-
# npm update -g
58+
npm update -g
6059
}
6160

6261
update_pip() {

lib/node

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ if is_linux; then
3333
node-build
3434
nodenv-update
3535
nodenv-default-packages
36-
nodenv-package-rehash
3736
nodenv-package-json-engine
3837
)
3938

0 commit comments

Comments
 (0)