-
Notifications
You must be signed in to change notification settings - Fork 293
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
dev script not working in Windows 10 #62
Comments
It doesn't seem to me as valid json. Did you mean this? "dev": "concurrently --kill-others \"nodemon --watch src\" \"node webpack/webpack-dev-server\"", If this is the case, you'll probably have to change "build:clean": "del \"dist/!(.git*|Procfile)**\"" I'm not able to test this on Windows right now. Can you confirm if it works? |
Sorry, yes. Github stripped out the backslashes in my comment. |
Fixed in bf3ab80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
trying to run the 'dev' task in windows was failing for me.
I needed to update the task to the following:
"dev": "concurrently --kill-others "nodemon --watch src" "node webpack/webpack-dev-server"",
The text was updated successfully, but these errors were encountered: