package/nodejs-src: fix convenient typo in patch description

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 28a53f8f55019f67a6f840cb4cfb1eb14028f8d1)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-09-14 14:43:36 +02:00
parent b422e8ffba
commit bad659bee2

View File

@ -6,7 +6,7 @@ Subject: [PATCH] lib/internal/modules/cjs/loader.js: adjust default path to
NPM installs modules in /usr/lib/node_modules/, but by default NodeJS
searches for them only in /usr/lib/node/. We could also set the
NODE_PATH environment variable, but it is more convienient to have
NODE_PATH environment variable, but it is more convenient to have
NodeJS configured by default to find modules where they are installed.
This issue is discussed at