Skip to content

Commit

Permalink
tides up npm installation through location
Browse files Browse the repository at this point in the history
  • Loading branch information
jkcso committed Dec 31, 2023
1 parent 6d50fd7 commit 046cfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Adapt the command to the package manager you have chosen if it's not homebrew.
3. The `npm` packages needed are specified in `package.json` and `package-lock.json`. Navigate to the `secure-code-game` repository and install them by running:

```bash
npm install Season-2/Level-4/ && npm install --global mocha
npm install --prefix Season-2/Level-4/ Season-2/Level-4/ && npm install --global mocha
```

We recommend these free-of-charge additional extensions:
Expand Down

0 comments on commit 046cfb8

Please sign in to comment.