Merge branch 'master' into fix/node-plugin-path

This commit is contained in:
Nils Winkler
2019-07-30 08:53:38 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -4,4 +4,4 @@ about-plugin 'Node.js helper functions'
pathmunge "./node_modules/.bin" "after"
# Make sure the global npm prefix is on the path
[[ `which npm` ]] && pathmunge "$(npm config get prefix)/bin" "after"
[[ `which npm 2>/dev/null` ]] && pathmunge "$(npm config get prefix)/bin" "after"