From 4e1d38e5febe54f981894f115513cb6c92857bfc Mon Sep 17 00:00:00 2001 From: Adarsh Madrecha Date: Fri, 15 Apr 2022 20:37:16 +0530 Subject: [PATCH] docs: include pnpm package manager (#4385) --- docs/content/2.guide/3.directory-structure/9.node_modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.guide/3.directory-structure/9.node_modules.md b/docs/content/2.guide/3.directory-structure/9.node_modules.md index 5ec513d56f..edbd9a491b 100644 --- a/docs/content/2.guide/3.directory-structure/9.node_modules.md +++ b/docs/content/2.guide/3.directory-structure/9.node_modules.md @@ -6,4 +6,4 @@ head.title: 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.