【wx小程序】解决npm ERR! Unexpected end of JSON input while parsing near
第一步:
npm install --registry=https://registry.npm.taobao.org --loglevel=silly
第二步:
npm cache clean --force
完成!
第一步:
npm install --registry=https://registry.npm.taobao.org --loglevel=silly
第二步:
npm cache clean --force
完成!