thanks...I did that now i get this error:
index@1.0.0 start c:\Projects\play
cross-env DEBUG=* ./node_modules/.bin/supervisor -i node_modules -- index.js
'cross-env' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! index@1.0.0 start: cross-env DEBUG=* ./node_modules/.bin/supervisor -i node_modules -- index.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the index@1.0.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! C:\Users\owner\AppData\Roaming\npm-cache_logs\2018-05-13T21_05_40_940Z-debug.log
I have it narrowed down thou its something in my package.json file
Appreciate the help!!