npm


  • npm 全局安装了多少包 ?
    npm list -g --depth 0
    最后一个数字显示的层级,你可以将 0 修改为 1 就能理解它的意义了

  • 删除全局安装包
    npm uninstall -g 包名称

你可能感兴趣的:(npm)