i have a small question, I am working on a React.js and Node.js project, my project was working fine until I downloaded npm install atomic-layout --save
My command: npm start (use to work before the download)
I am getting this error:
react-scripts start
sh: react-scripts: command not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! client@0.1.0 start: `react-scripts start`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the client@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
My question is the following: Is this linked to the download of the npm install atomic-layout --save? Should I uninstall this npm package?
Thank you in advance for your answer