This message was deleted.
# general
s
This message was deleted.
g
I don't see this same
Reading AWS VPC ...
output when I do
pulumi preview --debug --logtostderr
and I am able to retrieve a non-default VPC using
awsx.ec2.Vpc.fromExistingIds
. Are you on an older awsx version perhaps?
e
I'm on 0.18.8. I'll try upgrading
tried upgrading and now seeing this:
Copy code
error: Running program '/home/tsi/eshamay/git/cs/octopus-deploy/pulumi/octopus-tentacles' failed with an unhandled exception:
    /home/tsi/eshamay/git/cs/octopus-deploy/pulumi/octopus-tentacles/node_modules/@pulumi/awsx/ec2/cidr.js:50
            const ipAddressesInBlock = 2 ** trailing1Bits;
                                          ^

    SyntaxError: Unexpected token *
tried downgrading to each version and still seeing that syntax error