https://pulumi.com logo
f

full-dress-10026

09/26/2018, 10:06 PM
Is there a build that I can use with this fix? https://github.com/pulumi/pulumi/pull/1974. It is currently blocking me.
s

stocky-spoon-28903

09/26/2018, 10:09 PM
It looks like it’s just typescript changes, so you should be able to depend on the
dev
tag of the package in your
package.json
w

white-balloon-205

09/26/2018, 10:17 PM
That's right - but note that you'll need to make sure NPM/Yarn solves to the
dev
tag for all transitive dependencies on
@pulumi/pulumi
- which is unfortunately not always simple to do. You'll want to verify that indirect dependencies via
@pulumi/aws
,
@pulumi/cloud-aws
, etc. also resolve to the same
dev
tag.
f

full-dress-10026

09/26/2018, 10:24 PM
Is there a nightly build for that PR yet?
How do I verify that indirect deps resolve to the dev tag? pulumi/cloud-aws version number is not on the same patch number as pulumi/pulumi.
Looks like pulumi/pulumi and pulumi/aws both have a version that references the same commit but pulumi/cloud-aws does not. I'll try just running with pulumi and aws updated to the latest dev build.