You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ There will eventually be a suggested order of completion, but at this time since
8
8
9
9
## HOW TO USE THESE EXERCISES
10
10
Before you start you should have a few things installed on your machine:
11
-
1.NodeJS. To check if you have it type `node -v` in a terminal. If you get back a number bigger than `6` that means you've got it installed. Best way to install node is with NVM. Check link for instructions [here](https://github.com/creationix/nvm#install-script)
11
+
1.NPM. To check if you have it type `npm --version` in a terminal. If you get back `Command 'npm' not found, but can be installed with:`, install NPM/Node with NVM. Not with `apt-get` (it causes permission issues). Check link for instructions [here](https://github.com/creationix/nvm#install-script)
12
12
2. Jasmine. Jasmine is a testing framework for Javascript. Type `jasmine -v` to check for it. If you need to install it type `npm install -g jasmine` to do so.
0 commit comments