Hexo

  • Home
  • Archives
  • Categories
  • Tags
  • About
  • Search

  • Table of Contents
  • Overview
  1. 1. npm 相关命令记录
    1. 1.1. 查看全局安装过的包

Patrick Pan

62 posts
42 tags

npm 相关命令记录

Posted on 2019-06-04 Edited on 2024-05-21

npm 相关命令记录

查看全局安装过的包

1
npm list -g --depth 0

参数解释

命令 解释
npm list 显示安装过的包
-g 指全局安装过的包
–depth 0 限制输出模块层级
# npm
从coding转移git仓库到github
使用 Let's Encrypt 注册 ssl 证书
© 2024 Patrick Pan
Powered by Hexo & NexT.Pisces
0%