Each project being its own folder, but manage npm ...
# general
s
Each project being its own folder, but manage npm stuff at the parent level?
w
We likely do expect to be able to find a
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
).