We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01213e commit e975c56Copy full SHA for e975c56
1 file changed
pkgs/development/web/nodejs/setup-hook.sh
@@ -1,5 +1,5 @@
1
addNodePath () {
2
- addToSearchPath NODE_PATH $1/lib/node_modules
+ addToSearchPath NODE_PATH "$1/lib/node_modules"
3
}
4
5
addEnvHooks "$hostOffset" addNodePath
0 commit comments