npm run build时提示vue/types/jsx.d.ts中的错误

错误截图如下:npm run build时提示vue/types/jsx.d.ts中的错误_第1张图片

 ---  主要是因为vue版本过高引起的,查看了一下vue的版本是[email protected],需要vue低版本的才可以打包成功

-- 解决方案:

1、npm  install  [email protected] 或者 npm  install  [email protected]  --legacy-peer-deps

2、npm  install  [email protected] 或npm  install  [email protected]  --legacy-peer-deps

你可能感兴趣的:(vue.js,npm,前端)