```SyntaxError: The requested module '@serverless-...
# help
d
Copy code
SyntaxError: The requested module '@serverless-stack/resources' does not provide an export named 'TableFieldType'

lib/index.js:632
import { Table as Table2, TableFieldType } from "@serverless-stack/resources";
Anyone have experience with this? Seems to be a module resolution issue but it's inside of the lib
t
SST 1.0 does not use this anymore
d
Ahhh i see, i must have an outdated version installed locally
Copy code
SST: 1.2.15
CDK: 2.24.0
"@serverless-stack/cli": "1.2.5",
"@serverless-stack/resources": "1.2.5",
this all seems correct, very odd
t
what I mean is we don't use
TableFieldType
anymore
you shouldn't need to import that
d
nope i see the issue, no worries, thank you!
t
np!
d
there was an old dynamodb table being instantiated that way
t
ah gotcha