You may meet this error on home directory.

 

% npm uninstall appium
npm WARN uninstall not installed in /Users/hrt0kmt/node_modules: "appium"

 

You must uninstall npm package on directory which contains same node_modules.

 

% cd /Users/hrt0kmt/.nodebrew/node/v0.12.7/lib
dtrace
node_modules

% sudo npm uninstall appium
Password:
unbuild appium@1.4.10

 

Success !!

 

相关文章:

  • 2021-10-15
  • 2022-03-09
  • 2021-11-27
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2021-11-27
猜你喜欢
  • 2021-10-22
  • 2022-12-23
  • 2021-06-10
  • 2022-12-23
  • 2021-05-28
  • 2022-12-23
相关资源
相似解决方案