https://pulumi.com logo
b

bitter-oil-46081

12/10/2018, 11:02 PM
I don't have a StackReference class in my latest pull of
@pulumi/pulumi
. Is it in a different package?
No, it should be in that package. What version of the
@pulumi/pulumi
package ended up getting resolved?
e

early-musician-41645

12/10/2018, 11:46 PM
Copy code
[resource plugin kubernetes-0.18.0] installing
Downloading plugin:  16.23 MiB / 16.23 MiB [========================] 100.00% 0s
eks-cluster@ /home/tsi/eshamay/git/mustang/sdp-mustang-terraform/pulumi/eks-cluster
├── @pulumi/aws@0.16.3
├─┬ @pulumi/eks@0.16.3
│ └── @pulumi/kubernetes@0.17.5
├── @pulumi/kubernetes@0.18.0
└── @pulumi/pulumi@0.16.7
after deleting the node_modules and `npm install`ing the error went away, but now a new error
I'll see if this unblocks
b

big-piano-35669

12/11/2018, 1:44 AM
Are things working for you now?
There is an example here: https://pulumi.io/reference/organizing-stacks-projects.html#inter-stack-dependencies. Let me and/or @microscopic-florist-22719 know if things aren't working -- if you share some code we should be able to dig in.
e

early-musician-41645

12/11/2018, 5:52 PM
I finally got it working, thanks