postman - newman安装

1,安装node.js

网址:http://nodejs.cn/download/

 

下载后,安装(不多说,网上很多安装文档:https://blog.csdn.net/qq_43433723/article/details/108285949) 

安装成功后查看版本:node -v

 

 2,安装 newman

  • 执行npm install -g newman
    •   问题1:解决办法:https://blog.csdn.net/weixin_40161974/article/details/99441501
  • 问题2:

 

解决办法:https://www.jianshu.com/p/3fd7d90db01a

     https://www.cnblogs.com/yanggb/p/10822420.html

  • 解决上面2个问题安装newman成功

使用cnpm安装newman:cnpm install -g newman

查看newman版本:newman -v

 

posted @ 2021-08-01 23:19  玉面小飞龙  阅读(86)  评论(0编辑  收藏  举报