aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4459c46f7..65c9a30ca 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -64,7 +64,7 @@ v14.18.1
64npm -v 64npm -v
656.14.13 656.14.13
66pnpm -v 66pnpm -v
676.17.1 676.19.0
68``` 68```
69 69
70_Note:_ You can choose any package manager to manage multiple versions of `node` and `npm`. For eg, [nvm](https://github.com/nvm-sh/nvm) or [asdf](https://github.com/asdf-vm/asdf). 70_Note:_ You can choose any package manager to manage multiple versions of `node` and `npm`. For eg, [nvm](https://github.com/nvm-sh/nvm) or [asdf](https://github.com/asdf-vm/asdf).
@@ -196,7 +196,7 @@ DEBUG=Ferdi:* npm run start
196- Optionally, you can run both commands in one terminal with [concurrently](https://www.npmjs.com/package/concurrently): 196- Optionally, you can run both commands in one terminal with [concurrently](https://www.npmjs.com/package/concurrently):
197 197
198```bash 198```bash
199DEBUG=Ferdi:* npm run start:all-dev 199DEBUG_COLORS=1 DEBUG=Ferdi:* npm run start:all-dev
200``` 200```
201 201
202Note: please prefer [`debug()`](https://github.com/visionmedia/debug) over `console.log()`. 202Note: please prefer [`debug()`](https://github.com/visionmedia/debug) over `console.log()`.