You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm WARN While resolving: @rollup/[email protected]
npm WARN Found: peer typescript@">=3.7.0" from @rollup/[email protected]
npm WARN node_modules/@rollup/plugin-typescript
npm WARN dev @rollup/plugin-typescript@"^9.0.1" from the root project
2
npm warn Could not resolve dependency:
npm warn peerOptional rollup@"^1.20.0||^2.0.0||^3.0.0" from @rollup/[email protected]
npm warn node_modules/@rollup/plugin-replace/node_modules/@rollup/pluginutils
npm warn @rollup/pluginutils@"^5.0.1" from @rollup/[email protected]
npm warn node_modules/@rollup/plugin-replace
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/rollup
npm warn peerOptional rollup@"^1.20.0||^2.0.0||^3.0.0" from @rollup/[email protected]
npm warn @rollup/pluginutils@"^5.0.1" from @rollup/[email protected]
npm warn node_modules/@rollup/plugin-replace
I guess to solve the second problem it is needed to update @rollup/plugin-replace to use the latest @rollup/pluginutils which is 4.x.x compatible.
And the first one comes in that repl only, maybe because I use typescript in my work project.
The text was updated successfully, but these errors were encountered:
Expected Behavior
npm installs all green.
Actual Behavior
1
2
I guess to solve the second problem it is needed to update @rollup/plugin-replace to use the latest @rollup/pluginutils which is 4.x.x compatible.
And the first one comes in that repl only, maybe because I use typescript in my work project.
The text was updated successfully, but these errors were encountered: