This has been a consistent problem for me when running 'npm start' regardless of what framework I am working in. This is my output when I run 'npm start' on my local machine.
/Users/developer/dev-projects/Central-Repo/node_modules/rcloader/index.js:39
if (err) throw err;
^
Error: ENOENT: no such file or directory, open '.csslintrc'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! meanjs@0.6.0 start: `gulp`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the meanjs@0.6.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional
logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/developer/.npm/_logs/2018-07-24T06_12_40_636Z-debug.log
What am I missing here? I have uninstalled and reinstalled all node modules. I have done my research and every proposed solution I find doesn't work for me.