This message was deleted.
# general
s
This message was deleted.
Aren't you running some very old version of
pulumi-aws
?
m
@tall-librarian-49374, I just updated Pulumi:
Copy code
> curl -sSL <https://get.pulumi.com> | sh
=== Upgrading Pulumi v0.17.16 to v1.5.2 ===
Does that not update the modules? Should I wipe the modules folder?
t
No, it doesn't. You need to update the npm package
@pulumi/aws
.
It's now at 1.10. Although Node10 should be there since long.
m
I ran an
npm update
, so yes, I now see that module. Although
Copy code
> npm --version
6.11.3
t
npm --version
shows the version of npm itself
m
Sigh, yes.
Copy code
> node --version
v10.16.3
All good then, thank you 👍
t
that's your node... try
npm list --depth=0