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