-
Notifications
You must be signed in to change notification settings - Fork 17
yarn run prepack fails for newly generated plugin #62
Comments
I just published a new version of core with this fix. https://www.npmjs.com/package/@salesforce/core 2.1.5 You'll need to delete the yarn.lock and run yarn again. |
@tnoonan-salesforce Thanks! 👍 |
This resolves an issue with multiple indirect dependencies to @salesforce/core. See forcedotcom/sfdx-plugin-generate#62 for more.
@amtrack does it work for you? |
@dieffrei Yes, deleting the |
Thank you @amtrack It helped! |
Summary
yarn run prepack
throws errorTS2440: Import declaration conflicts with local declaration of 'ConfigContents'
Steps To Reproduce:
Expected result
yarn run prepack should succeed
Actual result
Additional information
It seems that this started to fail since
typescript
was being resolved tov3.7.2
on generating the plugin.SFDX CLI Version: sfdx-cli/7.33.2 darwin-x64 node-v12.12.0
OS and version: MacOS Catalina (10.15.1)
The text was updated successfully, but these errors were encountered: