Replies: 3 comments 2 replies
|
This is odd. Are you developing in Stackblitz, or any other online service? I found this issue, #70522, but it still seems unclear what the problem is, outside of the Stackblitz (Wasm environment) |
|
I had this same issue after using a fresh next.js boilerplate in vercel. I was able to resolve it be deleting my Some additional warning that accompanied my error: ⚠ Found lockfile missing swc dependencies, patching...
Downloading swc package @next/swc-wasm-nodejs... to AppData\Local\next-swc
⚠ Lockfile was successfully patched, please run "npm install" to ensure @next/swc dependencies are downloaded
⚠ Attempted to load @next/swc-win32-x64-msvc, but an error occurred: node_modules\@next\swc-win32-x64-msvc\next-swc.win32-x64-msvc.node is not a valid Win32 application.
node_modules\@next\swc-win32-x64-msvc\next-swc.win32-x64-msvc.node
⚠ Attempted to load @next/swc-win32-x64-msvc, but an error occurred: node_modules\@next\swc-win32-x64-msvc\next-swc.win32-x64-msvc.node is not a valid Win32 application.
node_modules\@next\swc-win32-x64-msvc\next-swc.win32-x64-msvc.node |
|
I see the same issue when using Termux and code-server on a Samsung S7 tablet. It looks like it works fine is you don't use turbo. i.e. change the I don't use this as a development setup much, but I've been playing with it for a travel development setup. |
Uh oh!
There was an error while loading. Please reload this page.
Summary
I am having challenge with the turbopack in my nextjs.
How can I remove it from my devDepencies?
Additional information
Example
No response
All reactions