0
点赞
收藏
分享

微信扫一扫

在mac上面安装appium---npm install时报错:npm WARN enoent ENOENT: no such file or directory,

Aliven888 2023-05-09 阅读 84


> brew install node        # get node.js

> npm install -g appium  # get appium

> npm install wd          # get appium client

> appium &                # start appium

> node your-appium-test.js

npm command not found


curl -L http://npmjs.org/install.sh | sudo sh

2:

npm install时报错:npm WARN enoent ENOENT: no such file ordirectory

The fix for me was : npm

举报

相关推荐

0 条评论