From e37d56f6031cf356c1fe1a2ca5508c3ada95cc71 Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Wed, 13 Aug 2025 05:50:30 +0200 Subject: [PATCH] chore: add a note about .npmrc customization (#4459) Fixes #4458 --- articles/flow/configuration/development-mode/node-js.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/flow/configuration/development-mode/node-js.adoc b/articles/flow/configuration/development-mode/node-js.adoc index 5a5dc33fdc..88f0c3626c 100644 --- a/articles/flow/configuration/development-mode/node-js.adoc +++ b/articles/flow/configuration/development-mode/node-js.adoc @@ -63,6 +63,8 @@ https-proxy=http://myusername:s3cr3tpassw0rd@proxyserver1:8086 noproxy=192.168.1.1,vaadin.com,mycompany.com ---- +When using PNPM and customizing the [filename]`.npmrc` file auto-generated by Vaadin, make sure to remove the `NOTICE: this is an auto-generated file` comment to prevent Vaadin to overwrite it with the default contents. + To learn more about the [filename]`.npmrc` file, see the https://docs.npmjs.com/configuring-npm/npmrc[official npmrc documentation]. [NOTE]