While I'm working with a local version of pulumi/a...
# general
t
While I'm working with a local version of pulumi/azure JS SDK with yarn link, how does it determine which plugin version to load? I believe I have all the latest, but it still tries to load 0.18.2:
could not load plugin for azure provider 'urn:pulumi:dev::azure-play::pulumi:providers:azure::default': no resource plugin 'azure-v0.18.2' found in the workspace
. Is this what the stack remembered to use? I seem to have reset it by unlinking, referencing the latest in package.json, running
pulumi up
, and then linking again. Is there an easier way?