You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ This proxy assumes you have already selected nodenv's shim as your node runtime
10
10
11
11
## Installation
12
12
13
-
### nodenv plugin (recommended if you have a custom nodenv root)
13
+
### nodenv plugin
14
+
__(recommended if you have a custom nodenv root)__
14
15
15
16
This installation method allows the proxy to find nodenv root automatically;
16
17
the tradeoff being that IntelliJ/WebStorm must be explicitly configured with the proxy's location.
@@ -25,7 +26,8 @@ After installation, set the [Package Manager path](#Package-Manager) to the outp
25
26
echo"$(nodenv root)"/plugins/jetbrains-npm
26
27
```
27
28
28
-
### jetbrains-aware git clone (recommended if your nodenv root is the default ~/.nodenv)
29
+
### jetbrains-aware git clone
30
+
__(recommended if your nodenv root is the default ~/.nodenv)__
29
31
30
32
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`)
31
33
the tradeoff requires ensuring the proxy can find your nodenv-root.
0 commit comments