Open
Description
Bug report(问题描述)
npm install安装出现问题
yarn安装出现问题
Steps to reproduce(问题复现步骤)
先使用npm install安装失败
见图1
使用yarn安装出现一个warn警告,提示jsonlint包不再维护安装失败。
见图2
讲jsonlint从package.json删除,依旧安装失败
见图3
将yarn的registry换成淘宝源再次安装依旧失败见
图2
最后使用万恶的cnpm安装成功。。。
见图4
Screenshot or Gif(截图或动态图)
Link to minimal reproduction(最小可在线还原demo)
Other relevant information(格外信息)
- Your OS:windows朋友的mac也是一样
- Node.js version:10.13.0
- vue-element-admin version:4.2.0