artisanofcode-archive / storybook-preset-craco

Craco preset for Storybook
MIT License
33 stars 12 forks source link

NPM version out of date #17

Open amccarthy1 opened 2 years ago

amccarthy1 commented 2 years ago

Description

Currently, I have a project that relies on the latest commit in github to work, since the latest npm version (0.0.6) is not compatible with the rest of our dependencies.

The latest version in github does work, but I'd like pull this from NPM directly.

Expected behavior

The latest NPM version should work with modern versions of create-react-app

Actual behavior

The latest NPM version does not work with modern versions of create-react-app

Possible fixes

Release the current latest version as 0.0.7 :)

Context

We recently had a build breakage due to a checksum mismatch, which resulted from pinning this package via github instead of NPM. This is the only package we install from github.

Your environment

noodny commented 1 year ago

I'll bump this as I've just spent the whole day trying to figure out why my setup with latest react-scripts and webpack5 is not working. Please release this to npm 🙏.

And thanks @amccarthy1 for pointing this out 🍻