From b2991120bb726af39ce2cf82b0e882a5543c2c44 Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann Date: Tue, 29 Aug 2023 20:23:58 +0200 Subject: [PATCH] Instruct to run `nodeenv` executable instead of Python module --- docs/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization.md b/docs/customization.md index bd0b436e3..d24879c42 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -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 ```