mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Instruct to run nodeenv
executable instead of Python module
This commit is contained in:
parent
9f320b5a03
commit
b2991120bb
@ -268,7 +268,7 @@ Finally, install the [Node.js] LTS version into the Python virtual environment
|
||||
and install all Node.js dependencies:
|
||||
|
||||
```
|
||||
python -m nodeenv -p -n lts
|
||||
nodeenv -p -n lts
|
||||
npm install
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user