-
-
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
Fix cli bin path #8
Conversation
@vjeux could/did you publish a new version? :) |
This is not on npm yet. What new version do you want me to release? |
Oh, i thought https://www.npmjs.com/package/create-react-app was just https://github.com/facebookincubator/create-react-app/blob/master/global-cli/package.json... Isn't it? @gaearon |
That's a placeholder package for now. It just has a name but no code. We'll keep it that way until the official release. For now "Contributing" flow in README is the only way to test this thing! |
(I guess npm link could also work) |
@gaearon lol so that's why i got no |
Please be careful publishing forks, somebody might watch your account and then it'll be all over Twitter ;-) |
Yeah I unpublished it already after testing :) |
The current setup doesn't work withnvm
: thecreate-react-app
file doesn't get added to npm's global.bin
folder. Adding a./
prefix fixed this.https://docs.npmjs.com/files/package.json#bin