This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 299
npx create-react-library does not finish executing #351
Comments
me to on a macbook pro 2017 (intel) Big Sur |
Same problem for me also on an M1 |
Same problem for me. If I switch to npm it does finish but with an error: |
I figured out that the problem is happening when the example project is being installed. Hope this helps!
|
What is the solution for this? |
try open |
solution is here- #293 (comment) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After running
npx create-react-library
and filling out the prompts, the cli proceeds to install the dependancies but it never actually finishes executing. See attached screenshot of my terminal, I had tocontrol+c
to get it to finish.If I then go into the project and run
yarn
ornpm i
it installs the dependancies as expected.I am on a macbook pro (m1) running Big Sur 11.4
The text was updated successfully, but these errors were encountered: