adrianhajdin / zoom-clone

Learn to develop a professional enterprise-ready video conferencing app in hours using Next.js 14, Stream, and Tailwind CSS.
https://jsmastery.pro
905 stars 294 forks source link

Please Solve this error #3

Open Ridoy302583 opened 5 months ago

Ridoy302583 commented 5 months ago

⚠ 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

getFrontend commented 5 months ago

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).