-
-
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
Cannot find require-from-string@^1.1.0 issue #3701
Comments
Also getting this, seems to be related to floatdrop/require-from-string#14 and npm/npm#19534 |
i'm facing the same issue. What's wrong? and my setup is similar to @husainaloos |
Same here. |
Updates here: |
Same. |
3 similar comments
Same. |
Same. |
Same. |
Apparently the author of this package has unpublished or removed themselves / been removed from npm. Referenced from floatdrop/pinkie-promise#4. Waiting to find out more. |
Same. |
Same. I believe that a package named pinkie-promise's registry is down beacuse of which cra isn't working |
same problem.. |
Updates from npm: https://status.npmjs.org/incidents/41zfb8qpvrdj |
Same. |
1 similar comment
Same. |
For those wondering, this is not a CRA issue. More information can be found here about this. |
Npm has resolved this. Please try again. |
still having the same issue today |
yeah still having the same issue today. could anyone help me on this issue or let me know what was done to fix it. |
Please file an issue with npm if you are experiencing this -- there is nothing we can do to help -- sorry! |
Is this a bug report?
Yes
Can you also reproduce the problem with npm 4.x?
I have tried npm 4.6.1 with the same issue.
Which terms did you search for in User Guide?
Environment
node -v
: 8.9.1npm -v
: 4.6.1yarn --version
(if you use Yarn):npm ls react-scripts
(if you haven’t ejected):Then, specify:
Steps to Reproduce
(Write your steps here:)
npm install -g create-react-app
create-react-app react-app
Expected Behavior
It will create a folder.
Actual Behavior
It will throw the following error:
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: