Ross Coundon
04/23/2022, 9:47 PMbundle.nodeModules
giving an error like:
{
"errorType": "TypeError",
"errorMessage": "mod.require is not a function",
"stack": [
"TypeError: mod.require is not a function",
" at null.dynamicRequire (/node_modules/unzipit/dist/unzipit.js:433:16)")
...
It seems that the error is swallowed somewhere when running via sst start
. It’d be great if these errors could be displayed in the console with sst start
thdxr
04/23/2022, 9:54 PMRoss Coundon
04/23/2022, 10:12 PM