Created
August 25, 2017 11:57
-
-
Save mansurali901/9d48f76ddea0967bfdee6eb143058fa3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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