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

“npm run dev” not working for next.js #1060

Open
cjscode opened this issue Apr 9, 2024 · 0 comments
Open

“npm run dev” not working for next.js #1060

cjscode opened this issue Apr 9, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@cjscode
Copy link

cjscode commented Apr 9, 2024

So I am trying to make an app with next js, but when I run “npm run build” it outputs a ton of errors. The errors are basically the same thing over and over, but I keep seing “Refrence error: WebAssembly is not defined”. There are a few other times in the past I have tried running something else in the console, and it returns errors, again, almost always one includes “Refrence error: WebAssembly is not defined”. If someone could fix this, or help me fix it, that would be great :)

package.json:
{ "dependencies": { "next": "^14.1.4", "react": "^18.2.0", "react-dom": "^18.2.0" }, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" } }

@bummoblizard bummoblizard added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants