-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Custom react script keeps looking for react-scripts module during Install #886
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
Comments
Wooow, how did this happen? 😮 @jihchi . Let me try to run it again on my machine |
No. I'm using fresh |
@unicodeveloper Can you try updating the global command to its latest version?
|
Let me try that now On Tuesday, 11 October 2016, Dan Abramov [email protected] wrote:
Best Regards, Otemuyiwa Prosper | Technical Writer | Auth0 auth0.com |
I'll close the issue. Thanks again! |
Description
I have followed every instruction in creating a nicely forked react-scripts package and published it to npm as
unicodeveloper-react-scripts
. The url is https://github.com/unicodeveloper/create-react-app/tree/master/packages/react-scripts..but every time i run
create-react-app myapp --scripts-version unicodeveloper-react-scripts
, It goes ahead to install all the modules and then get stuck at this pointApparently, it installs all the modules and tries to look for a
react-scripts
module somewhere in the new bootstrapped appIs there a particular config I am missing or is this a bug? I'll appreciate some help here, thanks @gaearon
Environments
I am running on node v 6.5.0 and npm v 3.10.3.
Using Mac Os Yosemite
The text was updated successfully, but these errors were encountered: