1
0
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:
Sigurd Spieckermann 2023-08-29 20:23:58 +02:00
parent 9f320b5a03
commit b2991120bb

View File

@ -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
```