sparse-intern-71089
09/13/2018, 1:41 PMwhite-balloon-205
package.json
file per project - though it's possible things will mostly work without that (and that we could fix any remaining issues).
As far as sharing node_modules
, Pulumi itself wouldn't cause any problems there - but I'm not sure either NPM or Yarn would make it easy to manage this - I believe they both expect to be able to resolve dependency versions based on a spec from a single package.json
file.
Hopefully https://github.com/yarnpkg/rfcs/pull/101 lands soon (top on Hacker News right now - and very much relevant to this concern about having many duplicate copies of node_modules
).