PanJiaChen / vue-element-admin

:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
MIT License
87.96k stars 30.47k forks source link

npm run dev 等运行不了 错误代码:Exit status 3221225477 #3746

Open klww861083227 opened 3 years ago

klww861083227 commented 3 years ago

整个报错信息

Fatal error in , line 0

Check failed: U_SUCCESS(status).

# # #

FailureMessage Object: 00000091B3BDD280npm ERR! code ELIFECYCLE

npm ERR! errno 3221225477 npm ERR! vue-admin-template@4.4.0 dev: vue-cli-service serve npm ERR! Exit status 3221225477 npm ERR! npm ERR! Failed at the vue-admin-template@4.4.0 dev script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\86108\AppData\Roaming\npm-cache_logs\2021-07-06T04_19_53_510Z-debug.log

百度好多也找不到,尝试了直接运行 package.json里scripts下的dev是可以正常运行的,为啥npm run dev 会报错,而且报的Failed at the vue-admin-template@4.4.0 dev script.

image

jiangguangyao commented 3 years ago

我这边拉下来了依赖都安不上...

klww861083227 commented 3 years ago

我这边拉下来了依赖都安不上...

一年没有更新了,也不知道还维不维护

lzq-dingyuan commented 3 years ago

我也遇到了这个问题~后来发现主要是因为vue脚手架版本太低导致的~你可以通过下载最新的vue-cli试试~直接点的话就是```javascript npm install -g @vue/cli