chilly-laptop-44574
03/28/2020, 12:33 AM└── infrastructure
└── network
├── dev
├── prod
└── stage
├── 01-host-project
│ ├── Pulumi.stage.yaml
│ └── Pulumi.yaml
└── 02-host-vpc
├── Pulumi.stage.yaml
└── Pulumi.yaml
Is it possible to have package.json
and node_module
global on let say this level < stage
folder>
└── infrastructure
└── network
└── stage
So npm install
is done only once?swift-painter-31084
03/28/2020, 2:00 AMgreat-accountant-75189
03/28/2020, 7:33 AMln -s
chilly-laptop-44574
03/28/2020, 10:05 AM