gpt4 book ai didi

command-line - 如何在 Windows 上的 webstorm 中设置 grunt

转载 作者:行者123 更新时间:2023-12-04 12:09:27 28 4
gpt4 key购买 nike

我在 Windows 7 上使用 Webstorm (PHPStorm)。在实际项目中,我们使用 grunt 来连接 javascript 和 css 以及其他几个构建过程。

我尝试在 Webstorm 中将 grunt 命令设置为外部运行命令。我为此尝试的设置是:

Name: grunt  
Parameters: none
WorkingDirectory: $ProjectFileDir$

所以现在当我尝试在 Webstorm 中启动我的外部运行命令时,我总是收到错误
> grunt
Cannot run program "grunt" (in directory "C:\Users\jawidmer\workspaces\projectname"): CreateProcess error=2, The system cannot find the file specified

当我打开命令行工具并导航到项目文件夹时,我可以毫无问题地启动 grunt。

我已经在谷歌搜索并尝试了各种不同的设置组合,但没有一个工作。

你有什么想法,我必须改变什么才能从 Webstorm 中的外部运行命令启动 grunt?

谢谢

最佳答案

根据您的描述,我假设我在 WebStorm 安装中配置它的相同方式也适用于您:

Grunt WebStorm configuration

我希望它有帮助。

更新

好像如果你加上 > %TEMP%\grunt & type %TEMP%\grunt & del %TEMP%\grunt到参数(如更新图像中所示),将显示构建错误。

如果您需要配置任务(例如 grunt watch ),则参数字段必须如下所示:

watch > %TEMP%\grunt & type %TEMP%\grunt & del %TEMP%\grunt

提示取自 here

关于command-line - 如何在 Windows 上的 webstorm 中设置 grunt,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17059487/

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