We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bc09f commit ef55e15Copy full SHA for ef55e15
docs/platforms/node/pnpm.md
@@ -9,7 +9,7 @@
9
brew install node
10
# This will automatically install pnpm on your system.
11
corepack enable pnpm
12
-# You can pin the version of pnpm used on your project using the following command:
+# (in your node project root) You can pin the version of pnpm used on your project using the following command:
13
corepack use pnpm@latest-10
14
```
15
@@ -19,14 +19,6 @@ To upgrade in the future:
19
corepack up
20
21
22
-Add following lines to [~/my/paths.zsh](../../../dotfiles/my/paths.zsh)
23
-
24
-```shell
25
-# pnpm
26
-export PNPM_HOME=$HOME/Library/pnpm
27
-export PATH=$PNPM_HOME:$PATH
28
-```
29
30
## Project Setup
31
32
> [!NOTE]
0 commit comments