Skip to content

node build.js > "subjects/ReduxDataFlow/lecture.html doesn't exist" #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mladenp opened this issue Nov 9, 2016 · 1 comment
Closed

Comments

@mladenp
Copy link

mladenp commented Nov 9, 2016

webpack-dev-server runs fine but when i run node scripts/build.js i get following error:

return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);

Error: ENOENT: no such file or directory, open '/Users/apple/Work/react-subjects/subjects/ReduxDataFlow/lecture.html'

ReduxDataFlow doesn't exist in subjects dir.

@Traviskn
Copy link

Traviskn commented Nov 9, 2016

I'm also getting this error when I run npm start.

Removing ReduxDataFlow: 'Redux Data Flow', from the Subjects map in the scripts/build.js file (as was done in #38) fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants