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
Got the following errors to do with absolute file paths on windows. Works on linux.
D:\github\mozilla\mdn-bcd-collector>npm run update-bcd -- -p api.RTCStatsReport*
> [email protected] update-bcd
> ts-node scripts/update-bcd.ts -p api.RTCStatsReport*
Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file and data are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'd:'
at new NodeError (node:internal/errors:399:5)
at throwIfUnsupportedURLScheme (node:internal/modules/esm/resolve:1059:11)
at defaultResolve (node:internal/modules/esm/resolve:1135:3)
at nextResolve (node:internal/modules/esm/loader:163:28)
at defer (D:\github\mozilla\mdn-bcd-collector\node_modules\ts-node\src\esm.ts:159:23)
at entrypointFallback (D:\github\mozilla\mdn-bcd-collector\node_modules\ts-node\src\esm.ts:168:34)
at D:\github\mozilla\mdn-bcd-collector\node_modules\ts-node\src\esm.ts:202:16
at addShortCircuitFlag (D:\github\mozilla\mdn-bcd-collector\node_modules\ts-node\src\esm.ts:409:21)
at resolve (D:\github\mozilla\mdn-bcd-collector\node_modules\ts-node\src\esm.ts:197:12)
at resolve (D:\github\mozilla\mdn-bcd-collector\node_modules\ts-node\src\child\child-loader.ts:15:39) {
code: 'ERR_UNSUPPORTED_ESM_URL_SCHEME'
}
The text was updated successfully, but these errors were encountered:
This is not a blocker - just letting you know.
Got the following errors to do with absolute file paths on windows. Works on linux.
The text was updated successfully, but these errors were encountered: