我一直在尝试安装vue cli
出现此错误:
npm WARN deprecated request@2.88.2:请求已被否决,请参阅https://github.com/request/request/issues/3142 npm WARN deprecated resolve-url@0.2.1:https://github.com/lydell/resolve-url#deprecated npm WARN deprecated urix@0.1.0:请参阅https://github.com/lydell/urix#deprecated npm err! 在“...b\n/0ygjrhbcrx2vetexz”附近进行分析时,JSON输入出现意外结尾
npm错误! 此运行的完整日志可在:npm err! C:\users\ekikere\appdata\roaming\npm-cache_logs\2020-07-28t23_29_37_356z-debug.log
这是一个与NPM相关的问题。 当缓存文件损坏时,您可能会出现此错误。 清除缓存解决了这个问题。 你能试试这个吗?
npm cache clean --force