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
Garden Bonsai (0.13) Bug : Garden is not able identify the local path of pulumi when set the version to null
garden is not able to identify the pulumi when set the version to null in project.garden.yaml
Below is the configuration in project.garden.yaml file,
- name: pulumi
environments: ["dev"]
# The version of pulumi to use. Set to `null` to use whichever version of `pulumi` is on your PATH.
version: null
Reported Error An error occurred while trying to run 'pulumi/pulumi' (spawn pulumi/pulumi ENOENT). Please make sure 'pulumi/pulumi' is installed and in the $PATH.
With version 0.12, it detected the correct path of pulumi
Garden Bonsai (0.13) Bug : Garden is not able identify the local path of pulumi when set the version to null
garden is not able to identify the pulumi when set the version to null in
project.garden.yaml
Below is the configuration in project.garden.yaml file,
Reported Error
An error occurred while trying to run 'pulumi/pulumi' (spawn pulumi/pulumi ENOENT). Please make sure 'pulumi/pulumi' is installed and in the $PATH.
With version 0.12, it detected the correct path of pulumi
While with 0.13.7 version, it is not detecting the correct path of pulumi
The text was updated successfully, but these errors were encountered: