Question about project layout: If I have a directo...
# general
s
Question about project layout: If I have a directory with a bunch of different projects, is there a convenient way to have them share a single package.json and node_modules folder? It seems silly to do N different
npm i
steps.