I started using your great template. However, After a while, I fall in a trap and get message like this :
> react-scripts start
module.js:544
throw err;
^
Error: Cannot find module ‘../scripts/start’
at Function.Module._resolveFilename (module.js:542:15)
at Function.resolve (internal/module.js:18:19)
at Object.<anonymous> (/Users/noirse/Dropbox (Personal)/RTS/Managed/EBU/IBC/code/peachflix/ui/node_modules/.bin/react-scripts:28:25)
at Module._compile (module.js:641:30)
at Object.Module._extensions..js (module.js:652:10)
at Module.load (module.js:560:32)
at tryModuleLoad (module.js:503:12)
at Function.Module._load (module.js:495:3)
at Function.Module.runMain (module.js:682:10)
at startup (bootstrap_node.js:191:16)
I am confused and don’t know how to debug this. I’ve reverted my code to a point where everything was working correctly and did a ‘sbt clean’ and removed target folder. Nothing solved the issue…
