Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e7f25e

Browse files
authored
chore: addlegacy-peer-deps to.npmrc (#20281)
* chore: add `legacy-peer-deps` to `.npmrc`* use `--legacy-peer-deps` in `types-integration.yml`
1 parent39c638a commit2e7f25e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

‎.github/workflows/types-integration.yml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
-name:Install Packages (eslint-webpack-plugin)
3636
working-directory:webpack
3737
run:|
38-
npm install --no-package-lock ../eslint
38+
npm install --no-package-lock--legacy-peer-deps../eslint
3939
4040
-name:Run TSC
4141
working-directory:webpack
@@ -67,7 +67,7 @@ jobs:
6767
-name:Install Packages (neostandard)
6868
working-directory:neostandard
6969
run:|
70-
npm ci && npm install --no-save ../eslint
70+
npm ci && npm install --no-save--legacy-peer-deps../eslint
7171
7272
-name:Run TSC
7373
working-directory:neostandard
@@ -99,7 +99,7 @@ jobs:
9999
-name:Install Packages (eslint-flat-config-utils)
100100
working-directory:antfu
101101
run:|
102-
npm install ../eslint
102+
npm install--legacy-peer-deps../eslint
103103
104104
-name:Run TSC
105105
working-directory:antfu
@@ -137,7 +137,7 @@ jobs:
137137
-name:Install Packages (eslint/js)
138138
working-directory:eslint-js
139139
run:|
140-
npm install ../eslint
140+
npm install--legacy-peer-deps../eslint
141141
142142
-name:Run TSC
143143
working-directory:eslint-js
@@ -171,7 +171,7 @@ jobs:
171171
run:|
172172
npm install
173173
npm run build
174-
npm install ../eslint @eslint/core@latest
174+
npm install--legacy-peer-deps../eslint @eslint/core@latest
175175
176176
-name:Run TSC
177177
working-directory:json

‎.npmrc‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
package-lock=false
22
install-links=false
3+
legacy-peer-deps=true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp