Build failing for yarn
For which package is this issue?
@cloudinary/[email protected]
Describe the issue in a sentence or two.
The published package in the npm registry is accidentally the wrong folder.
Instead of the dist folder, the underlying repo was published.
npm seems to understand this issue, but yarn does not
Issue Type (Can be multiple)
[x] Build - Can’t install or import the SDK [ ] Performance - Performance issues [ ] Behaviour - Functions aren’t working as expected [ ] Documentation - Inconsistency between the docs and behaviour [ ] Incorrect Types [ ] Other (Specify)
Steps to reproduce
have the version "@cloudinary/ng": "^2.0.0" in the package.json dependencies, and run yarn install
Error screenshots
Hi @RonStShufersal. Thanks for flagging this. I've created a ticket internally to address this, and I'll provide updates here once I have some to share.
Uh... so you published this with broken code a few months ago and it's still sitting around broken? C'mon Cloudinary, you're better than this.
Hi @YouZag - Thank you for taking the time to report that you are also encountering this issue. I added a note to the bug we're tracking that you are also impacted, which may help us prioritize this to resolve the issue quicker.
As we have an update about a release for a fix, we will update the thread here.
this was fixed, please get the latest version via https://github.com/cloudinary/frontend-frameworks/tags and let us know if you still get issues.
Seems to be working fine for version 2.1.5. Thanks!