File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ roslibjs Build Setup
1212 * ` sudo add-apt-repository ppa:chris-lea/node.js `
1313 * ` sudo apt-get update && sudo apt-get install nodejs phantomjs `
1414 2 . Install Grunt and the test runner [ Karma] ( http://karma-runner.github.io/ )
15- * ` sudo npm install -g grunt-cli karma `
15+ * ` sudo npm install -g grunt-cli karma phantomjs `
1616 * ` sudo rm -rf ~/.npm ~/tmp `
1717 3 . Install the Grunt tasks specific to this project
1818 * ` cd /path/to/roslibjs/utils/ `
@@ -27,7 +27,7 @@ roslibjs Build Setup
2727 * Go to [ Node.js Downloads] ( http://nodejs.org/download/ )
2828 * Download and install the Universal pkg file.
2929 2 . Install Grunt and the test runner [ Karma] ( http://karma-runner.github.io/ )
30- * ` sudo npm install -g grunt-cli karma `
30+ * ` sudo npm install -g grunt-cli karma phantomjs `
3131 3 . Install the Grunt tasks specific to this project
3232 * ` cd /path/to/roslibjs/utils/ `
3333 * ` npm install . `
You can’t perform that action at this time.
0 commit comments