-
-
Save gists-app-test/3707008 to your computer and use it in GitHub Desktop.
Mocha setup
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
# Install nodejs | |
$ brew install nodejs | |
# Install npm | |
$ curl http://npmjs.org/install.sh | sh | |
# If it does not work, try it | |
$ curl https://npmjs.org/install.sh | sh | |
# Still does not work? Try it | |
$ curl -k https://npmjs.org/install.sh | sh | |
# Install Mocha | |
$ npm install -g mocha |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment