From bad659bee2a132a1dd45eb0e74bb22f4b6802d2d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 14 Sep 2024 14:43:36 +0200 Subject: [PATCH] package/nodejs-src: fix convenient typo in patch description Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN (cherry picked from commit 28a53f8f55019f67a6f840cb4cfb1eb14028f8d1) Signed-off-by: Peter Korsgaard --- ...4-lib-internal-modules-cjs-loader.js-adjust-default-pa.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/nodejs/nodejs-src/0004-lib-internal-modules-cjs-loader.js-adjust-default-pa.patch b/package/nodejs/nodejs-src/0004-lib-internal-modules-cjs-loader.js-adjust-default-pa.patch index 25c26b43bd..ffb8e67a64 100644 --- a/package/nodejs/nodejs-src/0004-lib-internal-modules-cjs-loader.js-adjust-default-pa.patch +++ b/package/nodejs/nodejs-src/0004-lib-internal-modules-cjs-loader.js-adjust-default-pa.patch @@ -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