Anyone that knows why one might get "Failed to par...
# general
w
Anyone that knows why one might get "Failed to parse Pulumi CLI version"? It is in a automation project, and I would rather not set the env variable to true if I don't have to.
Copy code
Error: Failed to parse Pulumi CLI version. This is probably an internal error. You can override this by setting "PULUMI_AUTOMATION_API_SKIP_VERSION_CHECK" to "true".
    at parseAndValidatePulumiVersion (/home/tomas/git/elkjopnordic/flash/src/nextapp/node_modules/@pulumi/automation/localWorkspace.ts:740:15)
    at LocalWorkspace.<anonymous> (/home/tomas/git/elkjopnordic/flash/src/nextapp/node_modules/@pulumi/automation/localWorkspace.ts:596:25)
    at Generator.next (<anonymous>)
    at fulfilled (/home/tomas/git/elkjopnordic/flash/src/nextapp/node_modules/@pulumi/pulumi/automation/localWorkspace.js:18:58)