You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changesets-changelog-github\packages\changesets-changelog-github\src> farmup main.ts
node:internal/errors:496
ErrorCaptureStackTrace(err);
^
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at new NodeError (node:internal/errors:405:5)
at validateString (node:internal/validators:162:11)
at Object.join (node:path:429:7)
[ Farmup:index.mjs ] node:internal/modules/esm/load:228
throw new ERR_UNSUPPORTED_ESM_URL_SCHEME(parsed, schemes);
^
Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'
at throwIfUnsupportedURLScheme (node:internal/modules/esm/load:228:11)
at defaultLoad (node:internal/modules/esm/load:110:3)
at ModuleLoader.load (node:internal/modules/esm/loader:567:13)
at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:442:56)
at new ModuleJob (node:internal/modules/esm/module_job:76:27)
at #createModuleJob (node:internal/modules/esm/loader:455:17)
at ModuleLoader.getJobFromResolveResult (node:internal/modules/esm/loader:266:34)
at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:247:17)
at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:481:25) {
code: 'ERR_UNSUPPORTED_ESM_URL_SCHEME'
}
Node.js v22.6.0
version
The text was updated successfully, but these errors were encountered: