Is there a build that I can use with this fix? <ht...
# general
f
Is there a build that I can use with this fix? https://github.com/pulumi/pulumi/pull/1974. It is currently blocking me.
s
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
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
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.