We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
For now the npm module doesn't work.
The text was updated successfully, but these errors were encountered:
Turns out this was due to a bug in create-react-app 0.5.0 facebook#682 (comment)
It's fixed now in 0.5.1.
Sorry, something went wrong.
Getting different error "sh: custom-react-scripts: command not found"
Fixed this by renaming ./bin/react-scripts to ./bin/custom-react-scripts and also changed it in package.json
./bin/react-scripts
./bin/custom-react-scripts
package.json
"bin": { "custom-react-scripts": "./bin/custom-react-scripts.js" }
🎉
No branches or pull requests
For now the npm module doesn't work.
The text was updated successfully, but these errors were encountered: