2021年3月10日

npm常用命令

摘要: 查看全局安装模块路径 命令: npm root -g 查看所有全局安装的模块 命令: npm ls –g 查看部分npm默认设置 命令: npm config ls 查看全部npm默认设置 命令: npm config ls –l 查看全局安装过的模块 命令: npm list -g --depth 阅读全文

posted @ 2021-03-10 23:43 铃之森 阅读(98) 评论(0) 推荐(0) 编辑

导航