You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to setup hugo-cli to use a specific version (the latest extended version) via a grunt-exec script but any time I do that I get an error:
>> 'HUGO_VERSION' is not recognized as an internal or external command,
>> operable program or batch file.
>> Exited with code: 1.
>> Error executing child process: Error: Command failed: HUGO_VERSION=extended_0.64.0 npx hugo-cli
>> 'HUGO_VERSION' is not recognized as an internal or external command,
>> operable program or batch file.
I think I have found that if I run it like this in a standard command prompt (via the below commands) it works, but I am unable to get this to work via grunt no matter the combinations I try.
> set HUGO_VERSION=extended_0.64.0
> npx hugo-cli
This is a windows machine.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to setup hugo-cli to use a specific version (the latest extended version) via a grunt-exec script but any time I do that I get an error:
I think I have found that if I run it like this in a standard command prompt (via the below commands) it works, but I am unable to get this to work via grunt no matter the combinations I try.
This is a windows machine.
Thanks!
The text was updated successfully, but these errors were encountered: