We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related page: https://tsed.io/getting-started/migrate-from-express.html Related source doc: https://github.com/tsedio/tsed/edit/production/docs/getting-started/migrate-from-express.md
Looks like there's a small mistake in the initial yarn installation commands.
The second line including express and all the @tsed dependencies has the -D flag set for dev dependencies currently it's
@tsed
yarn add -D express@4 @tsed/core @tsed/di @tsed/common @tsed/schema @tsed/json-mapper @tsed/exceptions @tsed/platform-express
but should probably be
yarn add express@4 @tsed/core @tsed/di @tsed/common @tsed/schema @tsed/json-mapper @tsed/exceptions @tsed/platform-express
The npm tabs look like they are using --save and --save-dev correctly.
--save
--save-dev
The text was updated successfully, but these errors were encountered:
@Romakita Can you please assign me?
Sorry, something went wrong.
geekyharsh05
No branches or pull requests
Related page: https://tsed.io/getting-started/migrate-from-express.html
Related source doc: https://github.com/tsedio/tsed/edit/production/docs/getting-started/migrate-from-express.md
Looks like there's a small mistake in the initial yarn installation commands.
The second line including express and all the
@tsed
dependencies has the -D flag set for dev dependenciescurrently it's
but should probably be
The npm tabs look like they are using
--save
and--save-dev
correctly.The text was updated successfully, but these errors were encountered: