mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: include pnpm package manager (#4385)
This commit is contained in:
parent
450b6db234
commit
4e1d38e5fe
@ -6,4 +6,4 @@ head.title: Node modules directory
|
|||||||
|
|
||||||
# Node modules directory
|
# Node modules directory
|
||||||
|
|
||||||
The package manager ([`npm`](https://docs.npmjs.com/cli/v7/commands/npm) or [`yarn`](https://yarnpkg.com/)) creates the `node_modules` directory to store the dependencies of your project.
|
The package manager ([`npm`](https://docs.npmjs.com/cli/v7/commands/npm) or [`yarn`](https://yarnpkg.com/) or [`pnpm`](https://pnpm.io/cli/install)) creates the `node_modules` directory to store the dependencies of your project.
|
||||||
|
Loading…
Reference in New Issue
Block a user