sparse-intern-71089
11/21/2018, 2:36 PMbitter-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.bitter-oil-46081
11/21/2018, 7:01 PMpulumi plugin install resource aws v0.16.3-dev.1542649495 and have it work. Sorry for the trouble.bitter-oil-46081
11/21/2018, 7:08 PMgentle-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% 2sgentle-notebook-84651
11/21/2018, 7:44 PM