Skip to content

Commit

Permalink
update npm version for doc set up dev env
Browse files Browse the repository at this point in the history
to avoid error of wrong npm version.. using [email protected] instead of latest
  • Loading branch information
traveller195 authored May 24, 2024
1 parent 729096c commit dee049e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup-dev-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Now upgrade the npm package manager to the most recent release with global privi
```bash
export NODEJS_HOME=/usr/local/lib/node/node-v16.13.2/bin/
export PATH=$NODEJS_HOME:$PATH
sudo env "PATH=$PATH" npm install -g npm@latest
sudo env "PATH=$PATH" npm install -g npm@8.1.2
```

Now install the required Node packages. This needs to done from the `app` directory of your
Expand Down

0 comments on commit dee049e

Please sign in to comment.