-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Fatal error in , line 0 # Check failed: U_SUCCESS(status). #3879
Comments
Can't reproduce on my machine but I suspect this is somehow related to the freshly released Node.js v12. |
I install nvm and install the 10.15.3 version of nodejs and now it's working ! Th'x a lot 😎 |
I have the same problem. if run with Node: 12.0.0, the error must appear. |
I have same problem too. It fix in future? What to do now? |
Just install nvm and install node 10.15.3 and restart your computer and that's it ! |
See #3883 and nodejs/node#27379 It's a bug in Node.js v12, may get fixed in the next release of Node.js. |
i have the same wrong many times!Now i try to download the node 10.15.3 version!I hope it work! |
now install v10.15.3 it worked! thanks a lot! |
The problem has been solved, thank you very much! |
Thanks a lot. Switch back to v10 works. |
Version
3.6.3
Environment info
Steps to reproduce
I got a new Macbook pro, and I haven't installed anything other than Nodejs.
I run sudo npm install @vue/cli -g
then sudo vue create coolkids
then cd coolkids
then sudo npm run serve
I try with sudo and without sudo, but it's always the same, the error :
What is expected?
run the basic vue serve
What is actually happening?
I don't understand, I do nothing else on my Mac. I format and install the last version of Mojave. Then, I only install NodeJs, then @vue/cli and it's not working...
The text was updated successfully, but these errors were encountered: