better-rainbow-14549
03/11/2019, 1:08 PMcreamy-potato-29402
03/11/2019, 7:09 PM~/.pulumi
(e.g.), you might be able to fix it by blowing away node_modules
and then re-installing all your dependenciesincalculable-sundown-82514
03/11/2019, 7:18 PMPULUMI_ENABLE_LEGACY_PLUGIN_SEARCH=1
to fall back to the old behavior and 2) run pulumi plugin install
with that environment variable set to install any plugins that may be missing.
I apologize for the trouble, we’re working on improving this experience as we speak.faint-vegetable-61837
03/12/2019, 1:33 PMyarn install
on jenkins, this creates node_modules, but ~/.pulumi directory is not created, and plugins are not installed
This worked before - not sure what changed$ export PULUMI_ENABLE_LEGACY_PLUGIN_SEARCH=1
$ yarn install --frozen-lockfile
$ pulumi plugin install
[resource plugin aws-0.17.0] installing
[resource plugin kubernetes-0.21.0] installing
$ pulumi up --skip-preview --yes
Updating (TradeRev/test1):
Permalink: <https://app.pulumi.com/[snip]>
error: could not load plugin for aws provider 'urn:pulumi:test1::retail-api::pulumi:providers:aws::default': no resource plugin 'aws-v0.17.1' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource aws v0.17.1`
incalculable-sundown-82514
03/12/2019, 4:58 PMpulumi plugin install --verbose
and pulumi plugin ls
and post their outputs?