Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next.js app from template does not start #1678

Open
1 task done
sasadov opened this issue Dec 24, 2024 · 0 comments
Open
1 task done

next.js app from template does not start #1678

sasadov opened this issue Dec 24, 2024 · 0 comments

Comments

@sasadov
Copy link

sasadov commented Dec 24, 2024

Describe the bug

~/projects/stackblitz-starters-jwzzh6re
❯ npm run dev

[email protected] dev
next dev

⚠ Attempted to load @next/swc-linux-x64-gnu, but an error occurred: Cannot load native addon because loading addons is disabled: /home/projects/stackblitz-starters-jwzzh6re/node_modules/@next/swc-linux-x64-gnu/next-swc.linux-x64-gnu.node
⚠ Attempted to load @next/swc-linux-x64-musl, but an error occurred: Cannot load native addon because loading addons is disabled: /home/projects/stackblitz-starters-jwzzh6re/node_modules/@next/swc-linux-x64-musl/next-swc.linux-x64-musl.node
X Failed to load SWC binary for linux/x64, see more info here: https://nextjs.org/docs/messages/failed-loading-swc

Link to the blitz that caused the error

https://stackblitz.com/edit/stackblitz-starters-jwzzh6re?description=The%20React%20framework%20for%20production&file=package.json&title=Next.js%20Starter

Steps to reproduce

  1. run - npm run dev
  2. check error on terminal

Expected behavior

app should start and browser should load page

Parity with Local

Screenshots

No response

Platform

Browser name  = Chrome
Full version  = 131.0.0.0
Major version = 131
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
performance.memory = {
  "totalJSHeapSize": 128574411,
  "usedJSHeapSize": 123139215,
  "jsHeapSizeLimit": 4294705152
}
Hash = c8c182a3

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant