Skip to content

Commit 71c2817

Browse files
authored
Update README.md
1 parent cb9b062 commit 71c2817

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This proxy assumes you have already selected nodenv's shim as your node runtime
1010

1111
## Installation
1212

13-
### nodenv plugin (recommended)
13+
### nodenv plugin (recommended if you have a custom nodenv root)
1414

1515
This installation method allows the proxy to find nodenv root automatically;
1616
the tradeoff being that IntelliJ/WebStorm must be explicitly configured with the proxy's location.
@@ -25,7 +25,7 @@ After installation, set the [Package Manager path](#Package-Manager) to the outp
2525
echo "$(nodenv root)"/plugins/jetbrains-npm
2626
```
2727

28-
### jetbrains-aware git clone
28+
### jetbrains-aware git clone (recommended if your nodenv root is the default ~/.nodenv)
2929

3030
This installation method enables JetBrains to find the npm proxy automatically, as it is relative to the node executable: `../lib/node_modules/npm/bin/npm-cli.js`; (relative to `shims/node`)
3131
the tradeoff requires ensuring the proxy can find your nodenv-root.
@@ -35,7 +35,7 @@ mkdir -p "$(nodenv root)/lib/node_modules"
3535
git clone https://github.com/nodenv/jetbrains-npm "$(nodenv root)"/lib/node_modules/npm
3636
```
3737

38-
After installation, the IDE should automatically find the proxy and include it in the list of available [package managers](#Package-Manager); just select it!
38+
After installation, the IDE should automatically find the proxy and include it in the list of available [package managers](#Package-Manager); just select it! (In fact, if the package manager field is empty before cloning, then a restart of WebStorm should select it automatically.)
3939

4040
### standalone clone
4141

0 commit comments

Comments
 (0)