ES6

npm install --save-dev 安装 babel-preset-env时一直报错 Unexpected end of JSON input while parsing near '...es":"7.0.0-alpha.11",',又不想用 cnpm安装,然后就网上找了找资料。

第一步:执行命令 npm cache clean --force 清除现有缓存

npm cache clean --force

第二步:再次执行 npm install --save-dev babel-preset-env

npm install --save-dev babel-preset-env

   安装成功。

原文地址:https://www.cnblogs.com/donghuang/p/12321933.html