-
Notifications
You must be signed in to change notification settings - Fork 20
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
Node index.js doesn't work #1
Comments
Hey I think I'm getting the same error message as you. Have you found a solution to the problem? |
no I haven't yet sorry |
Were you able to fix it? If so how did you do it? |
can be run on windows?? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this amazing script! But when I do node index.js I get "Error: Cannot find module 'chokidar'"
Is this some module I can install to make it work?
*EDIT: Fixed this by doing
npm install [missing module name]
. Now I have a different problem↓
The text was updated successfully, but these errors were encountered: