harblaith7/React-Testing-Library-Net-Ninja

Project doesn't work on Node v21.0.0

Closed this issue · 1 comments

Followed the tutorial on my old pc without any problems, because it used an older version of node. Now I got a new pc and upgraded
node too v21.0.0, when I clone the project and do npm install, the packet manager has a problem with the package.lock.json.
He still continues but after installing the node modules and trying to do npm run start I get the error react-scripts not found.

Can anyone validate and tell me how to fix it? I want to use the same versions of the react-test-renderer then in the project repository,
even if they are deprecated.

Found the problem, somehow the project didn't workend on my H: drive. After placing it on my C: it worked.