Skip to content

Instantly share code, notes, and snippets.

@seeruk
Created June 29, 2015 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seeruk/cbfee9b01b449586885a to your computer and use it in GitHub Desktop.
Save seeruk/cbfee9b01b449586885a to your computer and use it in GitHub Desktop.
/bin/bash: -c: line 0: syntax error in conditional expression: unexpected token `;'
/bin/bash: -c: line 0: syntax error near `;'
/bin/bash: -c: line 0: `printf "About to install global NPM dependencies, continue? [Y/n] "; read INSTALL_GLOBALS; if [[ "$INSTALL_GLOBALS" =~ ^[Yy]]]; then @printf "\033[0;32mInstalling global NPM dependencies...\033[0m"; npm install -g express-generator pm2 > /dev/null 2>&1; echo "\033[0;32mOK\033[0m"'
make: *** [npm-install-globals] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment