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
I need to set the path to nodejs to prevent it from using the one that is shipped with VStudio.
E.g. add the method below to: "GulpLocalRunnerSettings" class.
I need to set the path to nodejs to prevent it from using the one that is shipped with VStudio.
E.g. add the method below to: "GulpLocalRunnerSettings" class.
public GulpLocalRunnerSettings SetToolPath(FilePath toolPath) { ToolPath = toolPath; return this; }
Best regards,
Kevin
The text was updated successfully, but these errors were encountered: