十一postman接口测试(安装nodejs和npm)

Posted xinxin1994

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了十一postman接口测试(安装nodejs和npm)相关的知识,希望对你有一定的参考价值。

cmder安装:https://cmder.net/

node安装:https://nodejs.org/zh-cn/

打开cmd命令,在命令提示窗输入

npm install -g cnpm --registry=https://registry.npm.taobao.org

安装完后检查

nodejs -v

npm -v

cnpm -v

安装newman

cnpm install newman --global

 

以上是关于十一postman接口测试(安装nodejs和npm)的主要内容,如果未能解决你的问题,请参考以下文章