mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
docs: include --frozen-lockfile
when installing dependencies (#28794)
This commit is contained in:
parent
d0ae9821b3
commit
7f6d34961f
@ -25,9 +25,9 @@ To contribute to Nuxt, you need to set up a local environment.
|
||||
```bash [Terminal]
|
||||
corepack enable
|
||||
```
|
||||
4. Run `pnpm install` to Install the dependencies with pnpm:
|
||||
4. Run `pnpm install --frozen-lockfile` to Install the dependencies with pnpm:
|
||||
```bash [Terminal]
|
||||
pnpm install
|
||||
pnpm install --frozen-lockfile
|
||||
```
|
||||
::note
|
||||
If you are adding a dependency, please use `pnpm add`. :br
|
||||
|
Loading…
Reference in New Issue
Block a user