https://pulumi.com logo
Title
s

swift-whale-7378

12/27/2022, 8:20 PM
Hi! I'm just getting started here and would like to integrate with CircleCI. I am running into an issue with pulumi/update, though I can run the same command via CLI and services update as expected with no issue. Has anyone seen this?
- pulumi/login 
- pulumi/update:
 stack: [[stackname]]
 skip-preview: true
working_directory: infrastructure
pulumi:pulumi:Stack [[stackname]]  error: could not find node on the $PATH: exec: "node": executable file not found in $PATH
    pulumi:pulumi:Stack [[stackname]]  error: error reading from server: EOF
    pulumi:pulumi:Stack [[stackname]] **failed** 1 error; 1 message

Diagnostics:
  pulumi:pulumi:Stack ([[stackname]]):
    error: could not find node on the $PATH: exec: "node": executable file not found in $PATH

    error: error reading from server: EOF
CLI :
pulumi update --stack [[stackname]] --cwd infrastructure --skip-preview
this works fine from dev environment ^^