mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs(getting-started): improve usage of pnpm
(#9775)
This commit is contained in:
parent
d2e51ae859
commit
aa066062e1
@ -78,6 +78,7 @@ npm install
|
|||||||
```
|
```
|
||||||
|
|
||||||
```bash [pnpm]
|
```bash [pnpm]
|
||||||
|
# Make sure you have `shamefully-hoist=true` in `.npmrc` before running pnpm install
|
||||||
pnpm install
|
pnpm install
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -102,7 +103,7 @@ npm run dev -- -o
|
|||||||
```
|
```
|
||||||
|
|
||||||
```bash [pnpm]
|
```bash [pnpm]
|
||||||
pnpm run dev -o
|
pnpm dev -o
|
||||||
```
|
```
|
||||||
|
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user