The front-end of the application I'm working on was written in Angular JS. I am working on migrating the application to Angular 14. When I create a new Angular application outside of my project workspace, I see that it creates a node_modules folder. There is also a node_modules directory in my current application. I'm guessing that, in order to use Angular within my application, I'm going to need to copy all of node_modules from my skeleton project into my existing project in order for Angular to work properly?