5ucms论坛

标题: windows安装npm install vue-cli -g 报错 [打印本页]

作者: admin    时间: 2021-5-16 23:16
标题: windows安装npm install vue-cli -g 报错
苹果电脑里的命令 npm install @vue-cli -g
windows里的不带@ 只需 npm install vue-cli -g

npm 安装vue脚手架报错
报错详情
  1. npm ERR! Unexpected end of JSON input while parsing near '...TuHxXJaknDulF3AdSBoul'

  2. npm ERR! A complete log of this run can be found in:
  3. npm ERR!     C:\Users\xxx\AppData\Roaming\npm-cache\_logs\2019-12-22T03_12_06_342Z-debug.log
复制代码


最后解决方法
  1. npm cache clean --force
  2. npm i -g npm
复制代码


不行再试一遍这些
  1. npm ls --depth 0 -g // 看看哪些失效了
  2. npm prune -g // 修剪下全局包
  3. npm rebuild -g // 重建下全局包
  4. npm update -g // 更新下全局包的版本
  5. npm cache clear --force -g // 删除全局包的缓存(慎重)
复制代码


对了重装是没有用得(我试过了)
再次安装
  1. C:\Users\xxx>npm install vue-cli -g
  2. npm WARN deprecated vue-cli@2.9.6: This package has been deprecated in favour of @vue/cli
  3. npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
  4. C:\Users\xxx\AppData\Roaming\npm\vue -> C:\Users\xxx\AppData\Roaming\npm\node_modules\vue-cli\bin\vue
  5. C:\Users\xxx\AppData\Roaming\npm\vue-init -> C:\Users\xxx\AppData\Roaming\npm\node_modules\vue-cli\bin\vue-init
  6. C:\Users\xxx\AppData\Roaming\npm\vue-list -> C:\Users\xxx\AppData\Roaming\npm\node_modules\vue-cli\bin\vue-list
  7. + vue-cli@2.9.6
  8. added 241 packages from 206 contributors in 170.007s

  9. C:\Users\xxx>vue -V
  10. 2.9.6

  11. C:\Users\xxx>
  12. 有点坑.....
复制代码

希望能帮到同样问题得朋友




欢迎光临 5ucms论坛 (http://bbs.5ucms.com/) Powered by Discuz! X3.2