devtool-for-Apache-Weex
devtool-for-Apache-Weex copied to clipboard
macbook上weex怎么卸载
按照官方的指示操作安装了weex-toolkit,有权限问题也用sudo安装好了,后续安装新东西的时候总是报权限错误,想卸载掉重装
$ sudo npm uninstall -g weex-toolkit
报错如下:
Password: npm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update! npm WARN deprecated [email protected]: Use uuid module instead npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at: npm ERR! https://github.com/npm/npm/issues
@hurely we do not suppose you use sudo all the time, for your situation, you need to remove weex-toolkit manually on /usr/local/lib/node_modules/weex-toolkit
@erha19 3q