Relative Content

Tag Archive for gitgit-submodulespnpm

Install dependencies of a git submodule in the root repository’s node_modules folder?

I have a very specific build stack that I use across all of my client website projects which also includes gloablly-shared Vue components, and I’d like to make incremental universal changes to this build stack for all my clients as I continue to develop the stack. I have my stack repo setup as a git submodule in each of my client website repositories, but I’m struggling with refactoring all the dependencies to be stored and managed by the stack submodule.