执行sh ./Scripts/bootstrap.sh时报错

使用appium下自带的WebDriverAgent,一直在js文件下报错,报错信息

ERROR in ./js/app.js

Module parse failed: /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/Inspector/js/app.js Unexpected token (67:6)

执行sh ./Scripts/bootstrap.sh时报错_第1张图片

解决办法

1、打开Inspector下webpack.config.js文件,去掉babel-loader配置后的,“exclude: /node_modules/”,连带前面的逗号也去掉

执行sh ./Scripts/bootstrap.sh时报错_第2张图片

2、删除Inspector下node_modules文件夹,如上图所示

3、重新执行 “sh ./Scripts/bootstrap.sh”即可

执行sh ./Scripts/bootstrap.sh时报错_第3张图片

你可能感兴趣的:(执行sh ./Scripts/bootstrap.sh时报错)