Hi, I recently started running into this error - ...
# general
b
Hi, I recently started running into this error -
Copy code
error: could not load plugin for aws provider 'urn:pulumi:plane-2::launchpad::pulumi:providers:aws::aws-provider': could not read plugin [/nix/store/d26ir9idflpfn2rb9x4w8z4xvhz9mqah-pulumi-3.26.1/bin/pulumi-resource-aws] stdout: EOF
I am able to do
ls
into the directory of
pulumi-resource-aws
and it does exist
Not sure why pulumi (or the node/tsc) is not able to load/read the resource
Fixed this by doing a clean install of pulumi. Could not figure out what the issue was.