# Source SETUP.bash so NodeJS and npm are on your path source ./SETUP.bash # Then install grunt npm install -g grunt # which is able to install the CLI tool to the NodeJS/bin folder # as this is under your read/write control # Next install the dependencies specifed in package.json # necessary to produce the transpiled JS code for Phind npm install