mirror of
https://github.com/acamarata/solar-spa.git
synced 2026-06-30 19:04:28 +00:00
Remove pnpm-specific .npmrc setting that causes npm warning
package-import-method=hardlink is pnpm's default since v7 and does not need to be set explicitly. npm reads .npmrc and warns about unknown project config keys — removing it silences the warning with no effect on pnpm behavior.
This commit is contained in:
parent
66083d1e70
commit
1db4c24537
1 changed files with 1 additions and 1 deletions
2
.npmrc
2
.npmrc
|
|
@ -1 +1 @@
|
|||
package-import-method=hardlink
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue