Vue project starts npm run serve common errors and solutions

Error 1:

As shown in the picture:
![Insert picture description here](https://img-blog.csdnimg.cn/1c80ef984d864b9a9a95273a7

Solution : reinstall core-js, npm i core-js


Error 2:

Syntax Error: EslintPluginImportResolveError: unable to load resolver “alias”.

Solution : npm install eslint-import-resolver-alias -D

Error 3:

Error: Node Sass does not yet support your current environment:
Windows 64-bit with Unsupported runtime (83) For more information on which environments are supported please see:

Solution : npm rebuild node-sass

Guess you like

Origin blog.csdn.net/weixin_52443895/article/details/131835138