We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the repo this is supposed to be the latest release: 3.0.0 https://github.com/redux-utilities/redux-actions/releases/tag/v3.0.0
But npm and yarn are downloading v3.0.3 which is missing directories such as src, which throws index.js not found errors.
% npm pack redux-actions --dry-run npm notice npm notice 📦 [email protected] npm notice Tarball Contents npm notice 1.1kB LICENSE npm notice 2.0kB README.md npm notice 7.1kB dist/redux-actions.js npm notice 2.4kB package.json
The text was updated successfully, but these errors were encountered:
V3.0.0 also doesn't come with /src/ folder, had to downgrade to v2.6.5 and the missing index.js errors got fixed
Sorry, something went wrong.
Same issue.
No branches or pull requests
According to the repo this is supposed to be the latest release: 3.0.0 https://github.com/redux-utilities/redux-actions/releases/tag/v3.0.0
But npm and yarn are downloading v3.0.3 which is missing directories such as src, which throws index.js not found errors.
The text was updated successfully, but these errors were encountered: