File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,12 +165,12 @@ Much can be customized to fit your needs.
165165## Installation
166166
167167Install the framework, its peer dependencies and type assistance packages using your favorite
168- [ package manager] ( https://nodesource .com/blog/nodejs- package-manager-comparative-guide-2024/ ) .
168+ [ package manager] ( https://tinyurl .com/package-manager ) .
169169
170170``` shell
171- # example for yarn :
172- yarn add express-zod-api express zod typescript http-errors
173- yarn add -D @types/express @types/node @types/http-errors
171+ # example for pnpm :
172+ pnpm add express-zod-api express zod typescript http-errors
173+ pnpm add -D @types/express @types/node @types/http-errors
174174```
175175
176176Ensure having the following options in your ` tsconfig.json ` file in order to make it work as expected:
You can’t perform that action at this time.
0 commit comments