sparse-intern-71089
11/09/2022, 7:01 PMbrash-gigabyte-81569
11/09/2022, 7:02 PMnpm install
after I get that error, it basically reverts all my changes to the released version for that pluginbrash-gigabyte-81569
11/09/2022, 7:02 PMbillowy-army-68599
yarn link
the sdkbrash-gigabyte-81569
11/09/2022, 7:08 PMbrash-gigabyte-81569
11/09/2022, 7:09 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.stocky-restaurant-98004
11/09/2022, 7:10 PMnode_modules/@pulumi/eks
as a symlink to your local copy.brash-gigabyte-81569
11/09/2022, 7:11 PMbrash-gigabyte-81569
11/09/2022, 7:11 PMbrash-gigabyte-81569
11/09/2022, 7:11 PM