npm安装typescript报错npm ERR! Unexpected end of JSON input while parsing near

2023-08-25 13:07:59 浏览数 (1)

今天再在安装 typescript 时一直没有进度,我就切换了一下网络,联通改成移动。

再次执行 npm install -g typescript 时报错:

代码语言:javascript复制
npm ERR! Unexpected end of JSON input while parsing near '...PbBsonLiCvTo6MV pcV1D'

npm ERR! A complete log of this run can be found in:
npm ERR!     C:UsersDeshunAppDataRoamingnpm-cache_logs2020-12-11T01_...-debug.log

解决方法:

1、清除 cache 

代码语言:javascript复制
npm cache clean --force

2、不要使用淘宝镜像,切换为 npm 官方镜像

代码语言:javascript复制
npm cache clean --force

未经允许不得转载:w3h5-Web前端开发资源网 » npm安装typescript报错npm ERR! Unexpected end of JSON input while parsing near

0 人点赞