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
The webpack version is outdated, it's on 5.41.1: webpack/webpack#5087 (comment)
There's a bug in webpack that was fixed in 5.51.0, which allows compatibility with pnpm: https://github.com/webpack/webpack/releases/tag/v5.51.0
Unfortunately when forcing version 5.51.0 I get this message
N/A
lol
'create-react-app' is not recognized as an internal or external command, operable program or batch file.
(Write your steps here:)
{ "pnpm": { "overrides": { "webpack": "^5.51.0" } } }
npm install -g pnpm
pnpm install
Works
Webpack version seems to be pinned. So now there's this message.
https://github.com/icecream17/my-ts-app... But then do steps 2, 3, and 4
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered:
fixed by #11474
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The webpack version is outdated, it's on 5.41.1: webpack/webpack#5087 (comment)
There's a bug in webpack that was fixed in 5.51.0, which allows compatibility with pnpm: https://github.com/webpack/webpack/releases/tag/v5.51.0
Unfortunately when forcing version 5.51.0 I get this message
Did you try recovering your dependencies?
N/A
Which terms did you search for in User Guide?
N/A
Environment
lol
Steps to reproduce
(Write your steps here:)
npm install -g pnpm
if you don't have pnpmpnpm install
Expected behavior
Works
Actual behavior
Webpack version seems to be pinned. So now there's this message.
Reproducible demo
https://github.com/icecream17/my-ts-app...
But then do steps 2, 3, and 4
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: