Skip to content

Commit

Permalink
doc: change @types/node install to install in dev dependencies (#6485)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlcidesA committed Aug 2, 2020
1 parent 86a31a8 commit 0d6191b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:

Expand Down

0 comments on commit 0d6191b

Please sign in to comment.