莫莫咖Sama
2020-06-30 13:25
执行'npm i -D babel-preset-env babel-cli'时ERR了
1、先清除npm缓存:
npm cache clean --force
2、然后重新执行下安装命令
babel src/index.js -o dist/index.js执行不了,package.json文件中的
"test": "echo \"Error: no test specified\" && exit 1"
换成
"babel src/index.js -o dist/index.js"
后执行 :npm run build 命令
带你快速入坑ES6
11724 学习 · 42 问题
相似问题