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
Running pnpm start on Windows with @callstack/[email protected] throws:
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:'
Environment
@callstack/repack: 5.2.3react-native: 0.78.2Background
Running
pnpm starton Windows with@callstack/[email protected]throws:This is fixed by upgrading to
@callstack/[email protected](see callstack/repack#1290 and callstack/repack#1302). After upgrading,pnpm startworks correctly.