PS C:\Users\Codey55\temp> npm run build
> todomvc-flux@0.0.3 build C:\Users\Codey55\temp
> set NODE_ENV=production browserify . | uglifyjs -cm > js/bundle.min.js
PS C:\Users\Codey55\temp> npm start
> todomvc-flux@0.0.3 start C:\Users\Codey55\temp
> watchify -o js/bundle.js -v -d .
Error: Cannot find module 'C:\User\Codey55\temp' from 'C:\Users\Codey55\temp'
I'm trying to run this TodoMVC React tutorial on my Windows PC but i can't seem to get through the first steps of setting up the project. I've googled around and tried to add a NODE_PATH in system variable with no results, does anyone know what the problem is ?