This message was deleted.
# getting-started
s
This message was deleted.
d
The install error may be related to having
curl
installed via
snap
instead of
apt
. I'll find the related issue for the fix now
What version of node are you running?
I'll assume node 10.x as that's what Ubuntu provides through the ppa, which won't work. I'm unsure of the supported versions for Pulumi, I'd recommend sticking with the LTS release. It's better to use a tool like
nvm
or
volta
when using node. You can also use this PPA if you want to stick with apt, though this can potentially cause problems with system packages: https://github.com/nodesource/distributions/blob/master/README.md
l
Thanks a lot @dry-keyboard-94795 that was really a fantastic support. All green now on my side.
d
Good to hear, happy to help