1、查看全局npm 包路径
npm root -g
一般路径:C:UsersAdministratorAppDataRoaming pm ode_modules
2、移除全局npm 包
npm remove 包名 -g