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.
2 parents a802f4d + 43138b3 commit c9d61f1Copy full SHA for c9d61f1
docs/installation.md
@@ -220,11 +220,3 @@ NPM_BIN_PATH = r"C:\Program Files\nodejs\npm.cmd"
220
221
Please note that the path to the `npm` executable may be different for your system. To get the `npm` path, try running
222
the command `which npm` in your terminal. (On *Windows*, please try `where npm` or `Get-Command npm`)
223
-
224
-If you share code with others, you can search `$PATH` (and `$PATHEXT` on Windows) dynamically in *settings.py*:
225
226
-```python
227
-from shutil import which
228
229
-NPM_BIN_PATH = which("npm")
230
-```
0 commit comments