-
Notifications
You must be signed in to change notification settings - Fork 78
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
npm install
now fails in projects created with sf project generate
due to unresolvable (ESLint) dependencies
#3065
Comments
Hello @SCWells72 👋 It looks like you didn't include the full Salesforce CLI version information in your issue. A few more things to check:
Thank you! |
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
This issue has been linked to a new work item: W-17005525 |
I am also facing the same issue:
|
this is fixed on latest sf. Thanks for reporting! |
@cristiand391 Still facing the same issue. Below are the details:
|
I believe this is a result of the project template updates for Winter '25, but now when I create a new project using the CLI,
npm install
fails due to unresolvable dependencies, primarily relating to the version numbers of ESLint:The user must either remove or change these dependencies before
npm install
will succeed. Let me know if I can provide any other useful diagnostic information.The text was updated successfully, but these errors were encountered: