Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions articles/flow/configuration/development-mode/node-js.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
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.

Check failure on line 66 in articles/flow/configuration/development-mode/node-js.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'pnpm' instead of 'PNPM'. Raw Output: {"message": "[Vale.Terms] Use 'pnpm' instead of 'PNPM'.", "location": {"path": "articles/flow/configuration/development-mode/node-js.adoc", "range": {"start": {"line": 66, "column": 12}}}, "severity": "ERROR"}

Check warning on line 66 in articles/flow/configuration/development-mode/node-js.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.Abbr] 'PNPM' has no definition. Raw Output: {"message": "[Vaadin.Abbr] 'PNPM' has no definition.", "location": {"path": "articles/flow/configuration/development-mode/node-js.adoc", "range": {"start": {"line": 66, "column": 12}}}, "severity": "WARNING"}

To learn more about the [filename]`.npmrc` file, see the https://docs.npmjs.com/configuring-npm/npmrc[official npmrc documentation].

[NOTE]
Expand Down