brash-gigabyte-81569
11/09/2022, 7:01 PMIt looks like the Pulumi SDK has not been installed. Have you run npm install or yarn install?
npm install
after I get that error, it basically reverts all my changes to the released version for that pluginbillowy-army-68599
11/09/2022, 7:08 PMyarn link
the sdkbrash-gigabyte-81569
11/09/2022, 7:08 PMstocky-restaurant-98004
11/09/2022, 7:10 PMyarn link
first in the directory that contains your local SDK (with the package.json
. This basically registers it with yarn.
Then, in the directory of your Pulumi program, run yarn link @pulumi/eks
or whatever the name of the library is.node_modules/@pulumi/eks
as a symlink to your local copy.brash-gigabyte-81569
11/09/2022, 7:11 PM