我尝试使用Babel
编译es5 js文件,但是get file不存在错误。
命令:
npm run babel ./application/modules/js/seatMap/services/BabelTest.js --output-file ./application/modules/reservation_module/js/seatMap/services/babelOutput.js
命令执行后出现错误:
./application/modules/reservation_module/js/seatMap/services/babel.js doesn't exist
我使用--output-file
param来指定输出文件,但节点告诉我该文件不存在