Make the setup-hook work again now that nodejs modules reside in lib/node_modules
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
addNodePath () {
|
||||
addToSearchPath NODE_PATH $1/node_modules
|
||||
addToSearchPath NODE_PATH $1/lib/node_modules
|
||||
}
|
||||
|
||||
envHooks=(${envHooks[@]} addNodePath)
|
||||
|
||||
Reference in New Issue
Block a user