source: gs3-extensions/phind-html5/trunk/src/SETUP.bash@ 34928

Last change on this file since 34928 was 34922, checked in by davidb, 3 years ago

Initial set of files to transpile Phind JS code into backwards compatible JS code

File size: 261 bytes
Line 
1
2echo "Updating PATH to include:"
3echo " $PWD/packages/node-v15.9.0-linux-x64/bin"
4
5export PATH=$PWD/packages/node-v15.9.0-linux-x64/bin:$PATH
6
7export NODE_PATH=$PWD/packages/node-v15.9.0-linux-x64/lib/node_modules
8echo "Set NODE_PATH to:"
9echo " $NODE_PATH"
Note: See TracBrowser for help on using the repository browser.