npm 指令

1、查看全局npm 包路径

npm root -g

一般路径:C:UsersAdministratorAppDataRoaming pm ode_modules

2、移除全局npm 包

npm  remove 包名 -g

原文地址:https://www.cnblogs.com/fkcqwq/p/12175419.html