You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,13 @@ We welcome pull requests from beginners and seasoned javaScript developers alike
30
30
31
31
### Prerequisites
32
32
1.[NodeJS](https://nodejs.org/)
33
-
<br/>
34
-
Minimum version v8.0.0+
33
+
<br/>
34
+
Minimum version v8.0.0+
35
35
```bash
36
36
To check node version
37
37
$ node -v
38
38
```
39
39
Any lower version than mentioned above may results in this [error](https://github.com/coderplex/coderplex/issues/100).
40
-
41
40
> If you face problem updating your node then you might need a Node version manager tool. [Follow here]()
42
41
43
42
2. [Yarn](https://yarnpkg.com)
@@ -147,4 +146,16 @@ $ nvm use 8.9.1
147
146
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.
148
147
149
148
##### 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
+
```
150
161
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