frontend-masters-react-workshop icon indicating copy to clipboard operation
frontend-masters-react-workshop copied to clipboard

Needs Update. Doesn't Work on Node v19

Open Jgordon-pencilwrench opened this issue 1 year ago • 3 comments

I'm getting numerous errors when attempting to load the application. It seems the only alternative is to run in an older version of node. Disappointing. For a paid course, this repository should be kept up to date I think. My node version: v19.7.0

Error:

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/tokenize'

Fixing that one generates a crypto error. It seems the react version is using md4, a very out of date encryption algorithm.

Jgordon-pencilwrench avatar Aug 07 '23 02:08 Jgordon-pencilwrench

Thanks for pointing this out; will get it fixed soon.

davidkpiano avatar Aug 07 '23 04:08 davidkpiano

Grumpy post aside, I'm enjoying the series. Thanks for putting it together.

Jgordon-pencilwrench avatar Aug 08 '23 18:08 Jgordon-pencilwrench

Yeah, I've had similar issues. I got a bad engine error when I tried installing via NPM, and then I changed the version number, I got an error with ESLint. Create React App displays a warning message when these errors happen, and I've tried all the basic + involved troubleshooting steps, and nothing seems to work.

To be clear, definitely no hard feelings – it can be hard to keep something you did years ago updated, and I appreciate you leaving a message at all. It's just been an exhausting night, figuring out how to get everything fixed up. I ended up just ripping out the files and pasting them into Vite

Parkreiner avatar Oct 06 '23 03:10 Parkreiner