8000 Update node installation link · Fitto-A/javascript-exercises@2c5bb33 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c5bb33

Browse files
authored
Update node installation link
1 parent 5f32e12 commit 2c5bb33

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. NPM. To check if you have NPM, type `npm --version` in a terminal. If you get back `Command 'npm' not found, but can be installed with:`, do NOT follow the instructions in the terminal to install with `apt-get` (this causes permission issues). Instead, install NPM/Node with NVM by following the instructions [here](https://github.com/TheOdinProject/curriculum/blob/master/web_development_101/installations/installing_node.md).
11+
1. NPM. To check if you have NPM, type `npm --version` in a terminal. If you get back `Command 'npm' not found, but can be installed with:`, do NOT follow the instructions in the terminal to install with `apt-get` (this causes permission issues). Instead, install NPM/Node with NVM by following the instructions [here](https://github.com/TheOdinProject/curriculum/blob/master/foundations/installations/installing_node.md).
1212
3. Jasmine. Jasmine is a 43CB 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
4. Clone this repo and get started.
1414

0 commit comments

Comments
 (0)
0