gpt4 book ai didi

module - 如何找出已安装的 grunt 模块的版本?

转载 作者:行者123 更新时间:2023-12-03 11:49:44 26 4
gpt4 key购买 nike

只是想知道使用命令行验证已安装的任何 grunt 模块的当前安装版本的命令是什么。例如

grunt-compass -v

或者
grunt-compass --version 

不工作。

最佳答案

采用

npm list --depth=0

您也可以使用 grep寻找特定的包裹
npm list --depth=0 | grep grunt-contrib-compass

command.png

有一个 npm ls别名,简称。

关于module - 如何找出已安装的 grunt 模块的版本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20800992/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com