Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
a
alert-nightfall-64120
07/26/2023, 8:40 PM
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).
Post