Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1290

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nvm is used to manage Node.js versions. [Follow these instructions](https://gith
Ensure the correct version of Node.js is **installed**, if using the particular version of Node.js for the first time:

```bash
nvm install
nvm install
```

_Note: the command uses **nvm**, not npm. Nvm deals with the version of Node.js itself._
Expand All @@ -31,7 +31,7 @@ nvm use
Install dependencies after first cloning the repository or after pulling in new changes to `package.json`:

```bash
npm install
npm install --legacy-peer-deps
```

_Note: the command uses **npm**, not nvm. NPM deals with package dependencies._
Expand Down
Loading