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