gpt4 book ai didi

node.js - 如何在没有 grunt-cli 的情况下运行 grunt 0.4.*

转载 作者:IT老高 更新时间:2023-10-28 23:03:51 26 4
gpt4 key购买 nike

我想知道是否可以在不安装 grunt-cli 的情况下运行 grunt 0.4.*。

我知道 grunt-cli 会在我的项目目录的 node-modules 中查找安装的 grunt 版本,以便运行该版本的 grunt 但是......是否可以在没有安装 grunt-cli 的情况下运行 grunt?怎么样?

提前致谢!

最佳答案

grunt-cli 是非常少量的代码。如果我是你,我会在 GitHub repository 中查看它。 .这样您就可以了解它的作用,而且很容易做到这一点。

我很幸运能在没有 grunt-cli 的情况下运行它。您可以使用以下命令来完成:

node -e "require('grunt').cli()"

如果你想指定任务,你可以这样做:

node -e "var g = require('grunt'); g.cli.tasks = ['default']; g.cli()"

关于node.js - 如何在没有 grunt-cli 的情况下运行 grunt 0.4.*,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14900310/

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