Fatal error in , line 0# Check failed: U_SUCCESS(status).

112 阅读1分钟

新拉取的项目,根据提示要求node 版本,下载了对应的最低版本 12.0.0

You are using Node v10.16.3, but vue-cli-service requires Node ^12.0.0 || >= 14.0.0.
        Please upgrade your Node version.

切换了12.0.0版本后,重新运行报下面错误

 Fatal error in , line 0
# Check failed: U_SUCCESS(status).
#
#
#
#FailureMessage Object: 000000491C4FD9B0npm ERR! code ELIFECYCLE
npm ERR! errno 3221225477
npm ERR! app@0.1.0 serve: `vue-cli-service --open serve`
npm ERR! Exit status 3221225477
npm ERR!
npm ERR! Failed at the app@0.1.0 serve script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

根据查阅,说该错误为node v12的一个BUG,要不就降级版本,要不升级版本
我需要的版本在 ^12 ~14 ,升级12.13.0 版本后,重新运行解决该错误