zoom-clone
zoom-clone copied to clipboard
Please Solve this error
⚠ 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
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).