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

Commit 9b225bb

Browse files
committed
update COC/md
1 parent d8ccbb3 commit 9b225bb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: .github/CONTRIBUTING.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Coderplex web application comprises of two repositories :
1010

1111
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1212
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
13-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
13+
<!-- DON'T EDIT THIS SECTION, WE AUTOMATICALLY GENERATE TOC USING GIT PRE-COMMIT HOOK WHEN SOMETHING GETS CHANGED IN THIS FILE -->
1414

1515
- [Code of Conduct](#code-of-conduct)
1616
- [Open Development](#open-development)
@@ -177,16 +177,16 @@ Follow the prompt and commit `.all-contributorsrc` and `README.md` in the PR.
177177
#### [nvm](https://github.com/creationix/nvm) for Linux & macOS
178178

179179
```bash
180-
Installation
180+
# Installation
181181
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
182182

183-
Install latest node lts
183+
# Install latest node lts
184184
nvm install --lts
185185

186-
Use installed version
186+
# Use installed version
187187
nvm use --lts
188188

189-
Run the app in the same terminal session
189+
# Run the app in the same terminal session
190190
```
191191

192192
_Make sure you have [curl](https://curl.haxx.se/) installed_
@@ -196,18 +196,18 @@ _Make sure you have [curl](https://curl.haxx.se/) installed_
196196
It comes with an [installer](https://github.com/coreybutler/nvm-windows#installation--upgrades).
197197

198198
```bash
199-
Install particular version
199+
# Install particular version
200200
nvm install 8.9.1
201201

202-
Use installed version
202+
# Use installed version
203203
nvm use 8.9.1
204204
```
205205

206206
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.
207207

208208
### 2. Local host occupied
209209

210-
```bash
210+
```js
211211
Error: listen EADDRINUSE :::3000
212212
at Object._errnoException (util.js:1024:11)
213213
at _exceptionWithHostPort (util.js:1046:20)

0 commit comments

Comments
 (0)