Is anyone able to get the TS component provider te...
# general
a
Is anyone able to get the TS component provider template running? https://github.com/pulumi/pulumi-component-provider-ts-boilerplate I keep running into compilation issues. I've tried Node 16, 18, 20.
Can the Pulumi team update the templates & package versions?
Ah figured it out- two of the typescript versions were at ^3.7 and another was at ^4.0.0- they all needed to bump to 4.
And I could bump ts to the latest as well as
--target node18
and the latest node version (20).