Ran into this issue while trying to setup CI.
# general
c
Ran into this issue while trying to setup CI.
i
Is the Pulumi CLI installed on this node?
c
Copy code
{
  "name": "gcp-ts-gke",
  "devDependencies": {
    "@types/node": "latest"
  },
  "dependencies": {
    "@pulumi/gcp": "latest",
    "@pulumi/kubernetes": "latest",
    "@pulumi/pulumi": "latest"
  }
}
this is my package.json
i
That’s the Node SDK - you need to have the Pulumi CLI installed as well in order to successfully install the Node packages
👍 1
c
OK. Cool. Thanks
o
welcome @clever-furniture-4240!
🙂
c
I just did that and I am still seeing this issue. Let me try it again
still running into issues
i
is
/home/vsts/.pulumi/bin
on your path?
c
I am running within the CI
i
yes, it looks like you need to set the PATH in your CI to include that path
c
i thought the pulumi would be in path
i
Copy code
2018-10-26T20:42:21.5418392Z sh: 1: pulumi: not found
c
That took care. Thanks