兵兵有你

人品好,气质差.丢了工作就回家...

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

1. 安装 vue-cli3后提示 : Package require os(darwin) not compatible with your platform(win32).

  上面是因为安装 npm install -g @vue/cli 的提示环境不符合

  解决方案:执行  cnpm rebuild node-sass        cnpm install  后再安装

2.安装vue-cli3流程
npm uninstall -g @vue/cli 卸载
 npm install -g @vue/cli@3.* 安装指定的版本
 vue -V 查看当前的版本
posted on 2019-12-09 19:02  greatbing  阅读(289)  评论(0编辑  收藏  举报