Cory House
Cory House
@imsam67 Have you tried running Node 5 instead? That has resolved the issue for some others on Windows.
Interesting. I recommend avoiding paths with a space. Also, if downloading this project from github works fine, then I'd be interested to know what's different with your hand built version....
@imsam67 I just cloned your project and it fails on npm start because you haven't created testSetup.js, which is being called by the start script.
Very strange. I can't reproduce. Can you show me what's in your node_modules?
@imsam67 - Can you show me what's in your node_modules folder? A screenshot of the folders that fit on screen would suffice.
That screenshot looks good. And if you see babel-node in node_modules/.bin then you should be working fine now.
One other thing to try for anyone who gets bit by this: Delete node_modules and reinstall.
@xenoxsis - Have you checked this list? https://github.com/coryhouse/pluralsight-redux-starter#having-issues-try-these-things-first
I'm leaving this open until I update the course so the repo matches the course content. But thanks for reporting! 👍
I haven't seen that. This doesn't occur in the final course exercise so I'd diff your solution with that.