Hi! When trying to use `aws.elasticache.User` I ge...
# aws
w
Hi! When trying to use
aws.elasticache.User
I get an error
error TS2339: Property 'User' does not exist on type 'typeof import(".../@pulumi/aws/elasticache/index")'.
It also don’t suggest as shown in the picture. Can anyone advise please?
b
how are you doing your imports? what version are you using?
w
Copy code
import * as aws from "@pulumi/aws";
import * as pulumi from "@pulumi/pulumi";
version:
Copy code
"@pulumi/aws": "^5.17.0",
  "@pulumi/pulumi": "^3.9.1",
  "aws-sdk": "^2.935.0",
@billowy-army-68599 any idea?
b
I appreciate your desire to try get a resolution, but it’s my weekend 😞
but my suggestions is to try and upgrade your dependencies
w
sorry about that, it wasn’t for me! managed to solve it by npm uninstall and installing again. thanks!