Replies: 1 comment
-
Hey @METACEO! Did you have to start moving the deps to devDeps because you were seeing angular dependencies in your generated package.json when building the API? If so, I would reccomend running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Because my built NestJS projects use my package.json's production dependencies for their runtimes, I usually move all of my
@angular/*
packages to thedevDependencies
object because I do not want Angular to be bundled up with my NestJS artifacts. Does anyone else move around their frontend dependencies to avoid the backend's including them?.. should this be standard?Beta Was this translation helpful? Give feedback.
All reactions