8000 Merge pull request #20 from I3uckwheat/master · joshbjorn/javascript-exercises@727e5f7 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 727e5f7

Browse files
authored
Merge pull request TheOdinProject#20 from I3uckwheat/master
Changes node version to NPM
2 parents 49f348a + ec08e8c commit 727e5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ There will eventually be a suggested order of completion, but at this time since
88

99
## HOW TO USE THESE EXERCISES
1010
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)
1212
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.
1313
3. Clone this repo and get started.
1414

0 commit comments

Comments
 (0)
0