Export node_modules path
This commit is contained in:
parent
3c812792bb
commit
ea3f7d5657
@ -7,11 +7,11 @@ cd "$(dirname "$0")"
|
||||
# Helpful to verify which versions we're using
|
||||
yarn -v
|
||||
node -v
|
||||
echo 'help ~~~~~~~~~~~~'
|
||||
npm --help
|
||||
echo 'root ~~~~~~~~~~~~'
|
||||
echo '~~~~~~~~~~ root ~~~~~~~~~~~~'
|
||||
npm root -g
|
||||
# export PATH=$PATH:/opt
|
||||
|
||||
# Make sure `node` can access globally installed binaries
|
||||
export PATH=$PATH:/opt/buildhome/.nvm/versions/node/v10.16.0/lib/node_modules
|
||||
|
||||
# Install GitBook CLI
|
||||
echo 'Installing Gitbook CLI'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user