-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Q: contributing to the project from windows #2828
Comments
We know this is a pain point, and we would love pull requests that make the development better on Windows machines.
|
I will try to check if I can improve something there |
Closing as it has been aggregated in #2855 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to contribute but it is more convenient for me to use a windows machine. However, many commands don't run. for e.x.
npm run create-react-app
fails as it tries to treat tasks as an npm module and not a directory where scripts can be found.npm run format
fails as well. I also tried with git bash.I am wondering if any contributors use a windows machine and if they have any tips they can share.
Other details
Windows 10
Node: v6.9.1
npm: 4.6.1
The text was updated successfully, but these errors were encountered: