Closed Robouste closed 5 years ago
If I had to guess vscode may not be aware of whatever environment variables make it globally visible. You could try where gulp
to find the full path of the executable and then attempt using that.
where
is a linux command no ? I'm on windows
which
is the linux command. I believewhere
has been available on Windows for quite some time.
Closing as this seems to be an environment specific issue.
Hi,
Trying to automate the sass compilation but I get this message :
gulp --no-color sass
works fine when done manually.Gulp is installed globally