Fatal error in , line 0 # Check failed: U_SUCCESS(status).
See original GitHub issueVersion
3.6.3
Environment info
System:
OS: macOS Mojave 10.14.4
CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Binaries:
Node: 12.0.0 - /usr/local/bin/node
Yarn: Not Found
npm: 6.9.0 - /usr/local/bin/npm
Browsers:
Chrome: Not Found
Firefox: Not Found
Safari: 12.1
npmPackages:
@vue/babel-helper-vue-jsx-merge-props: 1.0.0-beta.3
@vue/babel-plugin-transform-vue-jsx: 1.0.0-beta.3
@vue/babel-preset-app: 3.6.0
@vue/babel-preset-jsx: 1.0.0-beta.3
@vue/babel-sugar-functional-vue: 1.0.0-beta.3
@vue/babel-sugar-inject-h: 1.0.0-beta.3
@vue/babel-sugar-v-model: 1.0.0-beta.3
@vue/babel-sugar-v-on: 1.0.0-beta.3
@vue/cli-overlay: 3.6.0
@vue/cli-plugin-babel: ^3.6.0 => 3.6.0
@vue/cli-plugin-eslint: ^3.6.0 => 3.6.0
@vue/cli-service: ^3.6.0 => 3.6.0
@vue/cli-shared-utils: 3.6.0
@vue/component-compiler-utils: 2.6.0
@vue/preload-webpack-plugin: 1.1.0
@vue/web-component-wrapper: 1.2.0
eslint-plugin-vue: ^5.0.0 => 5.2.2
vue: ^2.6.10 => 2.6.10
vue-eslint-parser: 2.0.3
vue-hot-reload-api: 2.3.3
vue-loader: 15.7.0
vue-style-loader: 4.1.2
vue-template-compiler: ^2.5.21 => 2.6.10
vue-template-es2015-compiler: 1.9.1
npmGlobalPackages:
@vue/cli: 3.6.3
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 :
INFO Starting development server...
98% after emitting CopyPlugin
#
# Fatal error in , line 0
# Check failed: U_SUCCESS(status).
#
#
#
#FailureMessage Object: 0x7ffeefbfc0c0Illegal instruction: 4
What is expected?
run the basic vue serve
What is actually happening?
INFO Starting development server...
98% after emitting CopyPlugin
#
# Fatal error in , line 0
# Check failed: U_SUCCESS(status).
#
#
#
#FailureMessage Object: 0x7ffeefbfc0c0Illegal instruction: 4
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…
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Check failed: U_SUCCESS(status) - node.js - Stack Overflow
I got this error today running on: Ubuntu 18; create-react-app 4.0.3; Node v12.0. I solved it by upgrading Node to v12.18.0.
Read more >npm run dev: Fatal error in , line 0 # Check failed - 博客园
npm run dev: Fatal error in , line 0 # Check failed: U_SUCCESS(status). vue 项目. 执行npm install -- 成功. 执行npm run dev --...
Read more >Fatal error in , line 0 # Check failed: U_SUCCESS(status ...
问题. Fatal error in , line 0 # Check failed: U_SUCCESS(status). # 2.原因当我使用nodeJs 12.0.0 版本的时候,就一直报这个错误
Read more >Fatal error in , line 0 - General - Node-RED Forum
Hello, I have a problem. The NR terminated with this error: # # Fatal error in , line 0 # Check failed: result.second....
Read more >Bug #1416060 “[staging mirrors] MOS 6.1 CentOS, OSTF test Check ...
Should fail 0 tests. ... INFO fuel_web_client.py:182 -- OSTF test statuses are : {u'Create volume and ... Neutron server logs contain the following...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can’t reproduce on my machine but I suspect this is somehow related to the freshly released Node.js v12. Try to downgrade it to v10 LTS?
Thanks a lot. Switch back to v10 works.