Error with Peer Dependencies in npm Install
Hi everybody! I'm trying to update to the latest releases:
Full package.json
When I run
I checked
What could be causing this error? First time having issues updating this packages.
The only way to make it work is to delete
Full package.json
When I run
npm install I get this error about peer dependencies:I checked
@effect/platform-node peer deps and everything looks fine to me.What could be causing this error? First time having issues updating this packages.
The only way to make it work is to delete
package-lock.json, update versions in package.json and then npm install.