Hi:
Is there a way to make the node_modules folder to be shared by two projects instead of each project will have its own node_modules?
Hi:
Is there a way to make the node_modules folder to be shared by two projects instead of each project will have its own node_modules?
use NX: Intro to Nx | Nx
Hi: 10x
Sounds the right solution. But is it better to use Nx or the ionic multi-app?
Tried the multi app but it isn’t simple as I thought it would be. And it still make node_modeles for each project with ionic start.
I use NX and it’s great. I found this post: Multi-project setup for Angular and Ionic applications | by Daniel Sava | JavaScript in Plain English. Maybe this can point you in the right direction.