damp-pillow-67781
01/13/2020, 6:13 PMno resource plugin 'pulumi-nodejs' found in the workspace or on your $PATH
on my new linux worker, I thought I saw the error before but not sure I fixed it. Any ideas?white-balloon-205
pulumi-resource-pulumi-nodejs
sitting next to your pulumi
binary. Is that there in your current configuration? That binary will need to be present in order to use "dynamic providers". It is installed as part of the default Pulumi installer/zip.damp-pillow-67781
01/13/2020, 9:28 PMcurl -L <https://get.pulumi.com/> | bash -s
white-balloon-205
which pulumi
which pulumi-resource-pulumi-nodejs
What path do each of those return for you?damp-pillow-67781
01/13/2020, 9:30 PM[root@ip-10-178-29-149 ~]# which pulumi-resource-pulumi-nodejs
/root/.pulumi/bin/pulumi-resource-pulumi-nodejs
[root@ip-10-178-29-149 ~]# which pulumi
/usr/bin/pulumi
white-balloon-205
/usr/bin
- how did you get that one?~/.pulumi/bin
then add that to your PATH. That is where the default installer installs things (the curl
command above should tell you that as part of it's output).damp-pillow-67781
01/13/2020, 9:42 PMwhite-balloon-205
PATH
(everything in ~/.pulumi/bin
).