-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node build -all on Windows 11: 'Command failed: grunt' #30
Comments
Just out of curiosity, if you open cp.execSync("grunt internal", {cwd: cwd + '/site', stdio: ['ignore', 'ignore', 'pipe']}); to: cp.execSync("npx grunt internal", {cwd: cwd + '/site', stdio: ['ignore', 'ignore', 'pipe']}); Does it work? |
Try |
Thanks for such a quick reaction. |
I vote +1 to change it in the upstream. I find |
Is it a new necessity to run it with npx? It works without |
Maybe it's because grunt is installed globally in all my environments. |
It looked like this in my case.
Seems like |
Then it might be a different issue, I think you have an outdated package haha |
Make sure you have at least |
internal builds only libs and css, skipping other stuff. Maybe problem somewhere with other stuff, e.g. composer or npm. |
True. I found out that current version of Thank you for helping me out, guys. |
Hello, my new friends.
I get an error while running node build --all:
Steps to recreate:
<?php return [ 'useCacheInDeveloperMode' => true, ];
I run Win11, grunt is installed (double checked).
Any ideas where I should look at?
Thanks in advance.
The text was updated successfully, but these errors were encountered: