-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate fails with ERESOLVE Error, but is easily fixed, perhaps add a message to flag next steps #66
Comments
0 verbose cli [ |
was able to resolve by doing the following perhaps there is a way to detect this and let the user to know to get that a try ,,, |
`➜ ccc-sfdc git:(upgrades) ✗ yo ccc
---------´ │ Project │ ( _´U
_ ) ╰──────────────────────────╯/A\ /
| ~ |
'..'_
´
|° ´ Y
conflict package.json
? Overwrite package.json? overwrite
force package.json
conflict manifest/package.xml
? Overwrite manifest/package.xml? overwrite
force manifest/package.xml
identical .vscode/launch.json
conflict .vscode/settings.json
? Overwrite .vscode/settings.json? overwrite
force .vscode/settings.json
conflict bitbucket-pipelines.yml
? Overwrite bitbucket-pipelines.yml? overwrite
force bitbucket-pipelines.yml
create build/format-commit.sh
create build/known-metadata-issues.md
identical build/merge.sh
identical build/package.sh
conflict build/pipelines-setup.md
? Overwrite build/pipelines-setup.md? overwrite
force build/pipelines-setup.md
identical build/schedule.sh
identical build/setup.sh
identical build/sync.sh
Installing sfdx force-source-clean
This plugin is not digitally signed and its authenticity cannot be verified. Continue installation y/n?: y
Finished digital signature check.
warning ../../../package.json: No license field
Installing plugin force-source-clean... installed v0.1.0
Installing sfdx sfdx-git-packager
This plugin is not digitally signed and its authenticity cannot be verified. Continue installation y/n?: y
Finished digital signature check.
warning ../../../package.json: No license field
Installing plugin sfdx-git-packager... installed v0.3.3
I'm all done. Running npm install for you to install the required dependencies. If this fails, try running the command yourself.
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/prettier
npm ERR! dev prettier@"^2.x" from the root project
npm ERR! peer prettier@">=2.0.0" from [email protected]
npm ERR! node_modules/pretty-quick
npm ERR! dev pretty-quick@"^3.x" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer prettier@"^1.17.0" from [email protected]
npm ERR! node_modules/prettier-plugin-apex
npm ERR! dev prettier-plugin-apex@"^1.x" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/prettier
npm ERR! peer prettier@"^1.17.0" from [email protected]
npm ERR! node_modules/prettier-plugin-apex
npm ERR! dev prettier-plugin-apex@"^1.x" from the root project
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! See /Users/ralphcallaway/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/ralphcallaway/.npm/_logs/2022-07-16T12_05_49_694Z-debug.log`
The text was updated successfully, but these errors were encountered: