Skip to content

Commit c9d61f1

Browse files
committed
Merge branch 'master' of github.com:timonweb/django-tailwind
2 parents a802f4d + 43138b3 commit c9d61f1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/installation.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,3 @@ NPM_BIN_PATH = r"C:\Program Files\nodejs\npm.cmd"
220220

221221
Please note that the path to the `npm` executable may be different for your system. To get the `npm` path, try running
222222
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

Comments
 (0)