Getting this error when I try to build: `error: p...
# help
c
Getting this error when I try to build:
error: panic: Expected scope (6, 2125)  in <FILEPATH>, found scope (6, 1649)
I’ve searched the github repos of sst, esbuild, etc. but nothing comes up. I’ve tried every combination of tsconfig I can think of and none work, reduced the API stack down to just one fn and I still get it… I’m at a loss. Has anyone seen this? I’ve attached the full log.
r
Not particularly scientific but have you tried deleting the contents of node_modules and your package-lock/yarn-lock and reinstalling the dependencies?
c
I just retried again for good measure, no luck 😕
after much trial and error I narrowed it down to being a Sequelize issue. Thanks for the help!
f
@Christian glad u tracked down the issue!