-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
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
Node V17+ not supported for the Redux Fundamentals Example App #11
Comments
Known issue. I've already updated the "Redux Essentials" tutorial example app to use Vite and work on Node 18+, but haven't had time to update the "Fundamentals", and realistically it won't get updated until the "Essentials" tutorial revamp is done. Simplest fix on the user end is probably to update |
Gotcha, thanks for the quick update! That makes sense, the "Fundamentals" tutorial is a bit outdated. I've gotten to work with my Node version by changing the npm start and build scripts--just figured I'd report on my end.
|
Yeah, both tutorials were written in 2020, and used CRA4. I've already revamped the "Essentials" tutorial to use Vite with the existing JS code, and am working on a full TS conversion of that "Essentials" example. Unfortunately, updating the app to use Vite also seems to have forced CodeSandbox to alter how it's doing the sandbox previews. I tagged the CSB devs, but things still seem to be off from how they were before, and I don't want to mess with the "Fundamentals" setup until that's figured out. |
Fair enough. Well, feel free to update this issue as you see fit--I'm fine with my fix moving forward. |
Following the commands (
npm install
andnpm start
) from the React Redux Tutorial I receive this error message:Installed version of Node:
The text was updated successfully, but these errors were encountered: