shy-exabyte-78907
03/16/2021, 1:29 PMerror: no resource plugin 'pulumi-nodejs' found in the workspace or on your $PATH
every time I try to run pulumi preview
. In this pipeline I am using the installation script but I can’t change the PATH. Therefore, I am adding the path of the installation to PULUMI_HOME
as C:/<path>/.pulumi
. I am running pulumi as <path>/.pulumi/bin/pulumi.exe
. Even after all that, the error about not finding the plugin is still happening. Any idea?future-morning-96441
03/16/2021, 1:43 PMpulumi plugin install
shy-exabyte-78907
03/16/2021, 1:56 PMpulumi-nodejs
but I need the KIND and VERSION infos to install it.future-morning-96441
03/16/2021, 2:05 PMpulumi plugin install
- iirc we have this statement in our ci script and it tries to install the correct pluginsshy-exabyte-78907
03/16/2021, 2:14 PMfuture-morning-96441
03/16/2021, 2:15 PMpulumi plugin install
print any errors? is PULUMI_HOME
set as well, when the command gets executed?shy-exabyte-78907
03/16/2021, 2:17 PMPULUMI_HOME
is set to this command as wellPULUMI_HOME
is not being used for some reason.future-morning-96441
03/16/2021, 2:19 PMpulumi plugin ls
showing some installed plugins?shy-exabyte-78907
03/16/2021, 2:22 PMpulumi plugin install
future-morning-96441
03/16/2021, 3:50 PM