Error when trying to create new Gauge project

579 Views Asked by At

I gonna start to work with Gauge, but I'm getting this error when I try to create a new Gauge project with VS Code:

PS C:\Users\matheus.nogueira\Teste_Gauge> Gauge: Create new Gauge Project
Gauge: : The term 'Gauge:' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Gauge: Create new Gauge Project
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (Gauge::String) [],CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

I followed the guide from Gauge's site and Gauge's extension on VS Code, but nothing seems to work.

Does anyone know how to create the project properly?

0

There are 0 best solutions below