Skip to content

Commit 7a358d4

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 2b95bcf commit 7a358d4

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

examples/node/javascript/.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
; see the docs: https://docs.npmjs.com/cli/v11/using-npm/config
2+
3+
; our lib has some peer deps that need to be installed.
4+
; due to how node module resolution works, we must not install the lib as a symlink!
15
install-links=true
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
; see the docs: https://docs.npmjs.com/cli/v11/using-npm/config
2+
3+
; our lib has some peer deps that need to be installed.
4+
; due to how node module resolution works, we must not install the lib as a symlink!
15
install-links=true
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
; see the docs: https://docs.npmjs.com/cli/v11/using-npm/config
2+
3+
; our lib has some peer deps that need to be installed.
4+
; due to how node module resolution works, we must not install the lib as a symlink!
15
install-links=true

examples/web/parcel/.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
; see the docs: https://docs.npmjs.com/cli/v11/using-npm/config
2+
3+
; our lib has some peer deps that need to be installed.
4+
; due to how node module resolution works, we must not install the lib as a symlink!
15
install-links=true

examples/web/webpack/.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
; see the docs: https://docs.npmjs.com/cli/v11/using-npm/config
2+
3+
; our lib has some peer deps that need to be installed.
4+
; due to how node module resolution works, we must not install the lib as a symlink!
15
install-links=true

0 commit comments

Comments
 (0)