npm 安装出错

使用 npm 安装时,报了以下错:
Unexpected end of JSON input while parsing near '...gistry.npm.taobao.org'


11.png

执行下述命令,便可解决:
npm cache clean --force

你可能感兴趣的:(npm 安装出错)