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 ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/pino
npm ERR! pino@"9.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional pino@"^6.0.0 || ^7.0.0 || ^8.0.0" from [email protected]
npm ERR! node_modules/moleculer
npm ERR! moleculer@"0.14.33" from the root project
npm ERR! moleculer@"^0.14.33" from [email protected]
npm ERR! node_modules/moleculer-connect
npm ERR! dev moleculer-connect@"0.2.2" from the root project
npm ERR! 3 more (moleculer-io, moleculer-web, moleculer-zod-validator)
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/pino
npm ERR! peerOptional pino@"^6.0.0 || ^7.0.0 || ^8.0.0" from [email protected]
npm ERR! node_modules/moleculer
npm ERR! moleculer@"0.14.33" from the root project
npm ERR! moleculer@"^0.14.33" from [email protected]
npm ERR! node_modules/moleculer-connect
npm ERR! dev moleculer-connect@"0.2.2" from the root project
npm ERR! 3 more (moleculer-io, moleculer-web, moleculer-zod-validator)
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!
npm ERR! For a full report see:
npm ERR! /home/runner/.npm/_logs/[202](https://github.com/jellydn/moleculer-typescript-template/actions/runs/8907929229/job/24462654550?pr=596#step:3:209)4-05-02T10_46_49_188Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in: /home/runner/.npm/_logs/2024-05-02T10_46_49_188Z-debug-0.log
Error: Process completed with exit code 1.
Suggestion
Could we have a flag to pass to install biome or use a different package manager? Thank you for your work.
If you want to install it manually, you will have to install it using your favorite package manager in the step before calling the mongolyy/reviewdog-action-biome@v1 step.
I have not actually tried this, but I believe it works well if you pre-install as follows:
Reproduce steps:
Suggestion
Could we have a flag to pass to
install biome
or use a different package manager? Thank you for your work.I also opened a PR on moleculerjs/moleculer#1282 but let's see if it would resolve the issue.
The text was updated successfully, but these errors were encountered: