You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.
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
React 18 / react-scripts 5.0.0
The text was updated successfully, but these errors were encountered:
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 🙏.
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
The text was updated successfully, but these errors were encountered: