For some reason, the system's looking for something called react-is
, leading to this error:
Failed to compile.
./node_modules/prop-types/node_modules/react-is/index.js
Error: ENOENT: no such file or directory, open 'C:\Users\mikwee\linkroots\node_modules\prop-types\node_modules\react-is\index.js'
It is a package, but it's looking for it inside prop-types
for some reason. This error started when I imported a React Bootstrap component. I'm not sure what other info to add here, so if you need to know more, let me know please!