解决:npm install ERR! Unexpected end of JSON input

npm ERR! Unexpected end of JSON input

npm i -g npm@5
npm install --registry=https://registry.npm.taobao.org --loglevel=silly
npm cache clean --force

原文地址:https://www.cnblogs.com/inyu/p/13659076.html