cool-egg-852
10/02/2019, 5:02 PMworried-city-86458
10/02/2019, 5:31 PMyarn
instead of npm
then update packages.json
to refer to alpha
versions; e.g. for @pulumi/pulumi
package:
{
"name": "aws-typescript",
"devDependencies": {
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/kubernetes": "^1.0.0",
"@pulumi/pulumi": "^1.3.0-alpha",
"@types/nodecredstash": "^2.0.0",
"nodecredstash": "^2.0.2"
},
"resolutions": {
"**/@pulumi/pulumi": "^1.3.0-alpha"
}
}
I'm sure it would be the same for @pulumi/kubernetes
cool-egg-852
10/02/2019, 5:31 PM@dev
but ^1.2.0-alpha
looks like it should work tooworried-city-86458
10/02/2019, 5:32 PM@dev
to work with yarn resolutionscool-egg-852
10/02/2019, 5:33 PMcreamy-potato-29402
10/02/2019, 5:36 PMcool-egg-852
10/02/2019, 5:36 PMcreamy-potato-29402
10/02/2019, 5:37 PMJob
?new Job
will cause a “normal” experience where we wait for it to complete, as we do with stuff like Deployment
cool-egg-852
10/02/2019, 5:38 PMcreating
a job only takes a few seconds, I’m not sure if the create
in customTimeouts
is considered as part of this await logic.creamy-potato-29402
10/02/2019, 5:39 PMcool-egg-852
10/02/2019, 5:39 PMcreate
now takes into consideration the completion of the job, not just how long it takes to create?customTimeouts: {create: ''}
creamy-potato-29402
10/02/2019, 5:40 PMcool-egg-852
10/02/2019, 5:40 PMcreamy-potato-29402
10/02/2019, 5:40 PMskip-await
toodev
in package.json it should “just work”cool-egg-852
10/02/2019, 5:41 PM^1.2.0-alpha
and it worked just fine. Thanks for all the assistance.creamy-potato-29402
10/02/2019, 5:41 PMcool-egg-852
10/02/2019, 5:41 PMcreamy-potato-29402
10/02/2019, 5:41 PMJob
, if you’ll permit my one dad joke for the daycool-egg-852
10/02/2019, 5:42 PMcreamy-potato-29402
10/02/2019, 5:42 PMcool-egg-852
10/02/2019, 5:42 PMcreamy-potato-29402
10/02/2019, 5:42 PMcool-egg-852
10/02/2019, 5:42 PMcreamy-potato-29402
10/02/2019, 5:42 PMcool-egg-852
10/02/2019, 5:43 PMcreamy-potato-29402
10/02/2019, 6:01 PMcool-egg-852
10/02/2019, 6:03 PMcreamy-potato-29402
10/02/2019, 6:09 PM