NestJs-Mod updated for work with NX v.19.5.3

New project

# Create empty nx project
npx –yes create-nx-workspace@19.5.3 –name=project-name –preset=apps –interactive=false –ci=skip

# Go to created project
cd project-name

# Install all need main dev-dependencies
npm install –sa…


This content originally appeared on DEV Community and was authored by ILshat Khamitov

New project

# Create empty nx project
npx --yes create-nx-workspace@19.5.3 --name=project-name --preset=apps --interactive=false --ci=skip

# Go to created project
cd project-name

# Install all need main dev-dependencies
npm install --save-dev @nestjs-mod/schematics@latest

# Create NestJS-mod application
./node_modules/.bin/nx g @nestjs-mod/schematics:application --directory=apps/app-name --name=app-name --projectNameAndRootFormat=as-provided --strict=true

Update exists project:

npm run nx -- migrate latest
npm run nx -- migrate --run-migrations
npx -y npm-check-updates @nestjs-mod/* nestjs-mod @theunderscorer/* rucken @angular* *authorizerdev* *prisma* *redis* *nats* *minio* *pino* -u && npm i

Links


This content originally appeared on DEV Community and was authored by ILshat Khamitov


Print Share Comment Cite Upload Translate Updates
APA

ILshat Khamitov | Sciencx (2024-07-29T07:52:26+00:00) NestJs-Mod updated for work with NX v.19.5.3. Retrieved from https://www.scien.cx/2024/07/29/nestjs-mod-updated-for-work-with-nx-v-19-5-3/

MLA
" » NestJs-Mod updated for work with NX v.19.5.3." ILshat Khamitov | Sciencx - Monday July 29, 2024, https://www.scien.cx/2024/07/29/nestjs-mod-updated-for-work-with-nx-v-19-5-3/
HARVARD
ILshat Khamitov | Sciencx Monday July 29, 2024 » NestJs-Mod updated for work with NX v.19.5.3., viewed ,<https://www.scien.cx/2024/07/29/nestjs-mod-updated-for-work-with-nx-v-19-5-3/>
VANCOUVER
ILshat Khamitov | Sciencx - » NestJs-Mod updated for work with NX v.19.5.3. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/07/29/nestjs-mod-updated-for-work-with-nx-v-19-5-3/
CHICAGO
" » NestJs-Mod updated for work with NX v.19.5.3." ILshat Khamitov | Sciencx - Accessed . https://www.scien.cx/2024/07/29/nestjs-mod-updated-for-work-with-nx-v-19-5-3/
IEEE
" » NestJs-Mod updated for work with NX v.19.5.3." ILshat Khamitov | Sciencx [Online]. Available: https://www.scien.cx/2024/07/29/nestjs-mod-updated-for-work-with-nx-v-19-5-3/. [Accessed: ]
rf:citation
» NestJs-Mod updated for work with NX v.19.5.3 | ILshat Khamitov | Sciencx | https://www.scien.cx/2024/07/29/nestjs-mod-updated-for-work-with-nx-v-19-5-3/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.