I use Webstorm (PHPStorm) on Windows 7. In a real project, we use grunt to concatenate javascript and css, as well as several other build processes.
I tried to configure the grunt command as an external start command in Webstorm. The settings I tried for this:
Name: grunt Parameters: none WorkingDirectory: $ProjectFileDir$
So, now when I try to run an external start command in Webstorm, I always get an error
> grunt Cannot run program "grunt" (in directory "C:\Users\jawidmer\workspaces\projectname"): CreateProcess error=2, The system cannot find the file specified
When I open the command line tool and navigate to the project folder, I can start without any problems.
I already searched on google and tried all kinds of combinations of settings, but it didnβt work.
Do you have any ideas what I need to change in order to start grumbling from external launch commands in Webstorm?
Thanks yang
user2477219
source share