this example don't work, ```"Runtime.ImportModuleE...
# general
m
this example don't work,
Copy code
"Runtime.ImportModuleError: Error: Cannot find module '@aws-sdk/client-dynamodb/dist-cjs/index.js'",
https://github.com/pulumi/examples/blob/master/aws-ts-apigateway/index.ts
l
The dependency is listed in package.json. Did you run
npm install
or
yarn
?
m
yes