Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit ef97fe3

Browse files
author
Zubair Ahmed
authored
error added and indent spaces
1 parent f81e9ed commit ef97fe3

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ We welcome pull requests from beginners and seasoned javaScript developers alike
3030

3131
### Prerequisites
3232
1. [NodeJS](https://nodejs.org/)
33-
<br/>
34-
Minimum version v8.0.0+
33+
<br/>
34+
Minimum version v8.0.0+
3535
```bash
3636
To check node version
3737
$ node -v
3838
```
3939
Any lower version than mentioned above may results in this [error](https://github.com/coderplex/coderplex/issues/100).
40-
4140
> If you face problem updating your node then you might need a Node version manager tool. [Follow here]()
4241

4342
2. [Yarn](https://yarnpkg.com)
@@ -147,4 +146,16 @@ $ nvm use 8.9.1
147146
Still facing problem this [article](https://medium.com/appseed-io/how-to-run-multiple-versions-of-node-js-with-nvm-for-windows-ffbe5c7a2b47) from [@skounis ](https://twitter.com/skounis) explain in details.
148147

149148
##### 2. Local host occupied
149+
```bash
150+
Error: listen EADDRINUSE :::3000
151+
at Object._errnoException (util.js:1024:11)
152+
at _exceptionWithHostPort (util.js:1046:20)
153+
at Server.setupListenHandle [as _listen2] (net.js:1351:14)
154+
at listenInCluster (net.js:1392:12)
155+
at Server.listen (net.js:1476:7)
156+
at app.prepare.then (/home/m-zubairahmed/github/official/coderplex-frontend/server.js:26:6)
157+
at <anonymous>
158+
at process._tickCallback (internal/process/next_tick.js:188:7)
159+
error Command failed with exit code 1.
160+
```
150161
If you get this error while running `yarn dev` then probably another app is occupying `localhost:3000`. You may want to close that and run the command again.

0 commit comments

Comments
 (0)