TypeError: Failed to resolve module specifier "react/jsx-runtime"

Hi, I’m currently busy with the Chef Claude refactor challenge and I keep getting this error no matter what I do. I did not make any crazy changes to imports or anything, and my dependencies are on the latest versions.

TypeError: Failed to resolve module specifier “react/jsx-runtime”. Relative references must start with either “/”, “./”, or “../”.

I have gotten this error on other scrims as well, this is not the only one.

Hey @cj.briel, sorry for the delay. Had to search our community to find others with the problem who resolved it.

Apparently it’s a dependency issue so please try updating react@17.0.2 and react-dom@17.0.2 to the latest versions.