Skip to content

Instantly share code, notes, and snippets.

@mansurali901
Created August 25, 2017 11:57
Show Gist options
  • Save mansurali901/9d48f76ddea0967bfdee6eb143058fa3 to your computer and use it in GitHub Desktop.
Save mansurali901/9d48f76ddea0967bfdee6eb143058fa3 to your computer and use it in GitHub Desktop.
## PhantomJS Secret dependencies for CasperJS
Rapt-get install libfontconfig -y
## Installing NodeJS
apt-get install nodejs -y
## Installing NPM
apt-get install npm -y
apt-get install pkg-config make g++ -y
#RUN add-apt-repository ppa:chris-lea/node.js -y
#RUN apt-get update -y
#RUN apt-get install nodejs -y
## Installing Grunt CLI
npm install -g grunt-cli
npm install -g [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment