From 93a6e922b2a096995b807f63cd97fe5e46ccbb1a Mon Sep 17 00:00:00 2001 From: Alcides Augusto Date: Sun, 2 Aug 2020 11:32:46 -0300 Subject: [PATCH] doc: change @types/node install to install in dev dependencies (#6485) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad512ec46e8..2d4569693c2 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ await timber.remove(); 3. You may need to install node typings: - `npm install @types/node --save` + `npm install @types/node --save-dev` 4. Install a database driver: