gentle-notebook-84651
11/21/2018, 2:36 PMDiagnostics:
pulumi:providers:aws (default):
error: no resource plugin 'aws-v0.16.3-dev.1542649495' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource aws v0.16.3-dev.1542649495`
error: an error occurred while advancing the preview
[root@e58994d38ac1 pulumi]# pulumi plugin install resource aws v0.16.3-dev.1542649495
[resource plugin aws-0.16.3-dev.1542649495] installing
error: [resource plugin aws-0.16.3-dev.1542649495] downloading from <https://api.pulumi.com>: failed to download plugin: [404] 404 page not found
bitter-oil-46081
11/21/2018, 6:49 PMpackage.json
in ahoy-pulumi
to use the latest
tag instead of dev
for the dependencies.
e.g:
{
"name": "hello-aws-javascript",
"main": "index.js",
"dependencies": {
"@pulumi/pulumi": "latest",
"@pulumi/aws": "latest"
}
}
If you do that, then re-run npm install
(or yarn install
, if you are using yarn), you should get unblocked as well.pulumi plugin install resource aws v0.16.3-dev.1542649495
and have it work. Sorry for the trouble.gentle-notebook-84651
11/21/2018, 7:44 PMpulumi plugin install resource aws v0.16.3-dev.1542649495
[resource plugin aws-0.16.3-dev.1542649495] installing
Downloading plugin: 36.05 MiB / 36.05 MiB [========================] 100.00% 2s