In iterm, after git cloning and npm i, I run into an error saying es6 is not yet supported outside strict mode when I run nodemon or npm start. I thought babel takes care of anything es6 related.
In another iterm window, the same directory, I had mongod running, but that doesn't seem to be the issue.
I didn't run into this problem in my recent React Babel Gulp non-full-stack project. So I suspect it may be something webpack related that I'm missing.
Could you include a brief readme file with instructions on what steps are needed to run the app after cloning?
Thanks!
In iterm, after git cloning and
npm i, I run into an error saying es6 is not yet supported outside strict mode when I runnodemonornpm start. I thought babel takes care of anything es6 related.In another iterm window, the same directory, I had
mongodrunning, but that doesn't seem to be the issue.I didn't run into this problem in my recent React Babel Gulp non-full-stack project. So I suspect it may be something webpack related that I'm missing.
Could you include a brief readme file with instructions on what steps are needed to run the app after cloning?
Thanks!