Skip to content

Commit 6bd862f

Browse files
author
Umed Khudoiberdiev
authored
Merge pull request #88 from bruno-brant/patch-1
fix(readme): @types/node is now a dev dependency
2 parents ba2d73f + fb5d954 commit 6bd862f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ console.log(postController);
213213

214214
3. You may need to install node typings:
215215

216-
`npm install @types/node --save`
216+
`npm install @types/node --save-dev`
217217

218218

219219
4. Enabled following settings in `tsconfig.json`:

0 commit comments

Comments
 (0)