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
for more context if i move the code to a route handler it give this error: ⨯ uncaughtException: Error: Cannot find module '/Users/densley/startup/redline/.next/worker-script/node/index.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15) at Module._load (node:internal/modules/cjs/loader:985:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12) at MessagePort.<anonymous> (node:internal/main/worker_thread:186:26) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:822:20) at exports.emitMessage (node:internal/per_context/messageport:23:28) { code: 'MODULE_NOT_FOUND', requireStack: [] } ⨯ uncaughtException: Error: Cannot find module '/Users/densley/startup/redline/.next/worker-script/node/index.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15) at Module._load (node:internal/modules/cjs/loader:985:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12) at MessagePort.<anonymous> (node:internal/main/worker_thread:186:26) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:822:20) at exports.emitMessage (node:internal/per_context/messageport:23:28) { code: 'MODULE_NOT_FOUND', requireStack: [] }
basically the title. i started a new nextjs project, and then installed zerox and got this issue. any thoughts? this is the rest of the error:
Error: Could not load the "sharp" module using the darwin-arm64 runtime
Possible solutions:
npm install --include=optional sharp
See https://sharp.pixelplumbing.com/install#cross-platform
npm install --os=darwin --cpu=arm64 sharp
See https://sharp.pixelplumbing.com/install
The text was updated successfully, but these errors were encountered: