美文网首页软件测试
执行sh ./Scripts/bootstrap.sh时报错

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

作者: 云层_ | 来源:发表于2020-01-17 21:27 被阅读0次

使用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)

解决办法

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

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

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

相关文章

网友评论

    本文标题:执行sh ./Scripts/bootstrap.sh时报错

    本文链接:https://www.haomeiwen.com/subject/lrehzctx.html