today, I’d like to record that when I was implementing a project recently, I found that running NPM run dev
always reported errors:
error: listen eaddinuse: address already in use::: 8000
NPM err! [email protected] dev: cross-env NODE_ Env = online node build/dev server. JS
it is found that the port is actually occupied. We can turn off the occupied port or recompile another port to solve this problem.
1.Error reported:
2. Causes and solutions of error reporting
this error occurs because the port is occupied. We can view the port through netstat - ano
:
at this time, we can solve it by closing the occupied port or recompiling the code with another port.
Read More:
- [Solved] Error: listen EADDRINUSE: address already in use 127.0.0.1:80
- How to Sove Error: listen EADDRINUSE: address already in use 127.0.0.1:8888
- How to Solve NPM run dev error: missing script:dev
- [Solved] error when starting dev server:Error: listen EACCES: permission denied 0.0.0.0:80 at Server.set
- NPM run dev error Error:listenEADDRNOTAVAIL [How to Solve]
- NPM run dev Error Module build failed: Error: Cannot find module ‘node-sass’
- Port occupancy error address already in use: bind [Solved]
- [Solved] Error running tomcat8: Address localhost:80 is already in use
- Puppeteer Error: Chromium revision is not downloaded. Run “npm install“ or “yarn install“
- [Solved] Error running Tomcat8: Address localhost:8080 is already in use
- error: could not install *smartsocket* listener: Address already in use PM8:49 ADB server didn’t AC…
- [Solved] grafana Startup Error: failed to parse “/etc/grafana/grafana.ini“: open /etc/grafana/grafana.ini: no such file or directory
- Jmeter Error java.net.BindException: Address already in use: connect
- FTP 500 Illegal PORT command. ftp: bind: Address already in use [How to Solve]
- Vue-element-admin Use npm install Error: npm ERR! Error while executing:
- [Go] Solve panic: runtime error: invalid memory address or nil pointer dereference in golang
- How to Fix Webpack run error webpack dev server
- Analysis of npm error ENOTFOUND npm ERR! network request to https://npm.***.com/*** failed and the role of the .npmrc file
- How to Solve mount error(6): No such device or address
- [Solved] NPM Error: gyp: No Xcode or CLT version detected!