1.配置npm的全局模块的存放路径、cache的路径时,执行命令npm config set prefix "D:Program Files odejs ode_global"后系统无响应,不是加载的那种状态,而是下标不停地在哪里闪
解决:C:Users{账户}下的.npmrc文件删除掉,就可以重新使用了
2.cmd中执行newman run Postman-API.postman_collection.json -d data.json -r html时,
执行以上生成html报告的命令时,若出现异常提示:
newman: "html" reporter could not be loaded.
run `npm install newman-reporter-html`
解决:需要执行命令npm install -g newman-reporter-html来全局安装支持Newman生成html报告的组件然后,
再次执行命令newman run Postman_API_test.postman_collection.json -d data.json -r html
3.jenkins中执行命令报错
解决:JDK环境变量没配置正确,重新配置jdk环境变量