purple-train-14007
04/26/2022, 5:59 PMbillowy-army-68599
Pulumi.yaml
yourself and then manually create the project using yarnpurple-train-14007
04/26/2022, 6:17 PMbillowy-army-68599
pulumi new
does is download the template from here: https://github.com/pulumi/templates and then npm install
to grab your depspurple-train-14007
04/26/2022, 6:28 PMvictorious-church-57397
04/26/2022, 7:12 PMPULUMI_PREFER_YARN=true
in your .bashrc
/ .zshrc
whichever you useexport PULUMI_PREFER_YARN=true
purple-train-14007
04/26/2022, 7:27 PMvictorious-church-57397
04/26/2022, 7:29 PM$env:PULUMI_PREFER_YARN = true
I believeTrue
- been a while since I used powershell 😄purple-train-14007
04/26/2022, 7:30 PMvictorious-church-57397
04/26/2022, 7:31 PMpurple-train-14007
04/26/2022, 7:31 PMvictorious-church-57397
04/26/2022, 7:31 PMpurple-train-14007
04/26/2022, 7:41 PMmammoth-art-6111
04/28/2022, 8:43 PMpurple-train-14007
04/29/2022, 2:20 PM