zoom-clone icon indicating copy to clipboard operation
zoom-clone copied to clipboard

Please Solve this error

Open Ridoy302583 opened this issue 1 year ago • 1 comments

⚠ Attempted to load @next/swc-win32-x64-msvc, but an error occurred: \?\D:\Devika\zoom-clone-main\node_modules@next\swc-win32-x64-msvc\next-swc.win32-x64-msvc.node is not a valid Win32 application. \?\D:\Devika\zoom-clone-main\node_modules@next\swc-win32-x64-msvc\next-swc.win32-x64-msvc.node ⨯ Failed to load SWC binary for win32/x64, see more info here: https://nextjs.org/docs/messages/failed-loading-swc

Ridoy302583 avatar Mar 31 '24 15:03 Ridoy302583

Quite a common error when using SWC (Speedy Web Compiler) and compiling an application. Simply restart the server npm run dev (provided there are no syntax errors preventing compilation).

getFrontend avatar Apr 01 '24 07:04 getFrontend