sparse-intern-71089
03/11/2019, 6:43 PMincalculable-sundown-82514
03/11/2019, 6:43 PMincalculable-sundown-82514
03/11/2019, 6:44 PMincalculable-sundown-82514
03/11/2019, 6:45 PMPULUMI_ENABLE_LEGACY_PLUGIN_SEARCH=1
and you should be able to continue working as beforemillions-judge-24978
03/11/2019, 6:46 PMmillions-judge-24978
03/11/2019, 6:47 PMincalculable-sundown-82514
03/11/2019, 6:48 PMmillions-judge-24978
03/11/2019, 6:48 PMincalculable-sundown-82514
03/11/2019, 6:48 PMmillions-judge-24978
03/11/2019, 6:50 PMincalculable-sundown-82514
03/11/2019, 6:51 PMincalculable-sundown-82514
03/11/2019, 6:53 PMpulumi plugin ls
on your machine?millions-judge-24978
03/11/2019, 6:53 PMPULUMI_ENABLE_LEGACY_PLUGIN_SEARCH=1 pulumi preview
to fail the same way btw.millions-judge-24978
03/11/2019, 6:53 PMmillions-judge-24978
03/11/2019, 6:53 PM❯ pulumi plugin ls
NAME KIND VERSION SIZE INSTALLED LAST USED
aws resource 0.17.1 156 MB 4 days ago 12 minutes ago
aws resource 0.17.0 156 MB 4 days ago 12 minutes ago
aws resource 0.16.10 156 MB 15 hours ago now
gcp resource 0.16.9 61 MB 15 hours ago now
kubernetes resource 0.21.0 45 MB 4 days ago now
kubernetes resource 0.20.4 45 MB 15 hours ago now
kubernetes resource 0.18.0 43 MB 15 hours ago now
TOTAL plugin cache size: 661 MB
incalculable-sundown-82514
03/11/2019, 6:54 PMmillions-judge-24978
03/11/2019, 6:54 PMyarn
correct?millions-judge-24978
03/11/2019, 6:54 PMincalculable-sundown-82514
03/11/2019, 6:54 PMmillions-judge-24978
03/11/2019, 6:55 PMNAME KIND VERSION SIZE INSTALLED LAST USED
TOTAL plugin cache size: 0 B
millions-judge-24978
03/11/2019, 6:55 PMcurl -L <https://get.pulumi.com/> | bash -s
incalculable-sundown-82514
03/11/2019, 6:56 PMyarn install
? Looks like we may have regressed the auto plugin installation that is attached to the NPM package.millions-judge-24978
03/11/2019, 6:56 PMmillions-judge-24978
03/11/2019, 6:57 PMincalculable-sundown-82514
03/11/2019, 6:57 PMyarn install
with PULUMI_ENABLE_LEGACY_PLUGIN_SEARCH
set to 1?incalculable-sundown-82514
03/11/2019, 6:57 PMmillions-judge-24978
03/11/2019, 6:58 PMmillions-judge-24978
03/11/2019, 6:58 PMPULUMI_ENABLE_LEGACY_PLUGIN_SEARCH=1 yarn install
right?millions-judge-24978
03/11/2019, 6:58 PMincalculable-sundown-82514
03/11/2019, 6:58 PMexport PULUMI_ENABLE_LEGACY_PLUGIN_SEARCH=1
as early as you can in your CI shell scriptincalculable-sundown-82514
03/11/2019, 6:58 PMmillions-judge-24978
03/11/2019, 7:01 PMincalculable-sundown-82514
03/11/2019, 7:02 PMmillions-judge-24978
03/11/2019, 7:02 PMyarn install v1.13.0
warning package.json: No license field
warning infrastructure: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
warning Pattern ["@pulumi/kubernetes@latest"] is trying to unpack in the same destination "/usr/local/share/.cache/yarn/v4/npm-@pulumi-kubernetes-0.21.0-c8695d145a1097a79dbb13f33393a0d169f7e2ef/node_modules/@pulumi/kubernetes" as pattern ["@pulumi/kubernetes@^0.21.0"]. This could result in non-deterministic behavior, skipping.
warning Pattern ["@pulumi/pulumi@latest"] is trying to unpack in the same destination "/usr/local/share/.cache/yarn/v4/npm-@pulumi-pulumi-0.17.1-a481cff714ca7b577b4ea8d57da0e43d4f464131/node_modules/@pulumi/pulumi" as pattern ["@pulumi/pulumi@^0.17.1","@pulumi/pulumi@^0.17.0","@pulumi/pulumi@^v0.17.0","@pulumi/pulumi@^0.17.1","@pulumi/pulumi@^0.17.1"]. This could result in non-deterministic behavior, skipping.
[3/4] Linking dependencies...
warning " > @typescript-eslint/eslint-plugin@1.4.2" has unmet peer dependency "typescript@*".
warning " > @typescript-eslint/parser@1.4.2" has unmet peer dependency "typescript@*".
warning "@typescript-eslint/eslint-plugin > @typescript-eslint/typescript-estree@1.4.2" has unmet peer dependency "typescript@*".
warning "@typescript-eslint/eslint-plugin > tsutils@3.8.0" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev".
[4/4] Building fresh packages...
Done in 12.76s.
if helpfulmillions-judge-24978
03/11/2019, 7:03 PMpulumi plugin install aws
?incalculable-sundown-82514
03/11/2019, 7:04 PMpulumi plugin install resource aws v0.17.0
millions-judge-24978
03/11/2019, 7:07 PMpulumi plugin install
which gave me everything I needed (must check package.json or something?)incalculable-sundown-82514
03/11/2019, 7:08 PMincalculable-sundown-82514
03/11/2019, 7:08 PMincalculable-sundown-82514
03/11/2019, 7:08 PMmillions-judge-24978
03/11/2019, 7:08 PMmillions-judge-24978
03/11/2019, 7:14 PMPULUMI_ENABLE_LEGACY_PLUGIN_SEARCH=1
after installing plugins manually