Q: contributing to the project from windows
Created by: Dubes
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