`internal/process/esm_loader.js:74` `internalB...
# help
k
internal/process/esm_loader.js:74
internalBinding('errors').triggerUncaughtException(
^
Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only file and data URLs are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'
at Loader.defaultResolve [as _resolve] (internal/modules/esm/resolve.js:791:11)
at Loader.resolve (internal/modules/esm/loader.js:89:40)
at Loader.getModuleJob (internal/modules/esm/loader.js:242:28)
at Loader.import (internal/modules/esm/loader.js:177:28)
at importModuleDynamically (internal/modules/esm/translators.js:114:35)
at exports.importModuleDynamicallyCallback (internal/process/esm_loader.js:30:14)
at file:///C:/Users/kenny/Projects/sst-demo/react-app/node_modules/@serverless-stack/cli/assets/debug-stack/bin/index.mjs:20:46
at <anonymous> (<anonymous>) {
code: 'ERR_UNSUPPORTED_ESM_URL_SCHEME'
}
There was an error synthesizing your app.
t
hey can you make sure you're on the latest sst? this hsould be fixed as of 1.2.9
k
ok
what's the command for updating?
t
sst update
should work
npx sst update
in root
f
Copy code
npx sst update v1.2.9
yarn sst update v1.2.9
k
👍