码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-08-27 16:41:45      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:

 

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 !!

 

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

标签:

原文地址:http://www.cnblogs.com/melody-emma/p/4763742.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!