先用npm把babel-cli安装好后,在webstrom的filewatcher中添加babel,未修改里面的配置参数都是默认,progarm也是自动配置好的babel.cmd。完成后写下创建任意一个js文件(已设置ES6规范编辑未报错),复制一段简单的代码之后,提示出错`Error: Couldn't find preset "es2015" relative to directory "E:/Project_Documents/Test/js"`尝试重新安装babel-cli也无效filewatcher的部分参数如下`Argument: --source-maps --out-file $FileNameWithoutExtension$-compiled.js --presets es2015 $FilePath$Program: C:\Users\***\AppData\Roaming\npm\babel.cmd
添加回答
举报
0/150
提交
取消