Closed steals closed 2 years ago
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-10427187
There is an open PR to fix this issue here: https://github.com/forcedotcom/salesforcedx-templates/pull/416 the repo is owned by PDT team
Summary
New project created with
sfdx force:project:create
contains invalid version ofprettier-plugin-apex
that result inNo matching version found for prettier-plugin-apex@^1.10.1.
error when runnpm install
Steps To Reproduce:
sfdx force:project:create
npm install
in the terminalExpected result
npm install
finishes without errorActual result
npm install
throws the errorNo matching version found for prettier-plugin-apex@^1.10.1.
System Information
See related https://github.com/forcedotcom/cli/issues/1284