Open jacksgt opened 3 years ago
Hi @jacksgt
I am presuming that /usr/bin
is on your $PATH right?
P.
Hi, thanks for getting back to me.
Yes, as the which pulumi
output shows, the pulumi binary (as well as pulumi-language-nodejs) are in the $PATH:
$ echo $PATH
/home/jack/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
$ which pulumi
/usr/bin/pulumi
$ which pulumi-language-nodejs
/usr/bin/pulumi-language-nodejs
Hi there,
I'm running Pulumi 3.11.0 with the Typescript environment. I'm encountering the following error when trying to reproduce the
aws-ts-ec2-provisioners
example:Steps to reproduce
Setup:
Error:
Environment:
Please indicate how I can further debug this issue.