Since switching our package manager to Yarn/Lerna ...
# help
j
Since switching our package manager to Yarn/Lerna to handle dependency deployments for SEED we’ve seen the following error occasionally:
npm ls -prod -json -depth=1 failed with code 1
It happens intermittently and redeploying always seems to fix it. Anyone else run into this or have thoughts?
f
Hey @Jacob Hayes, is this for SST apps?
j
@Frank No, we’re not using SST. Just serverless and SEED for automated deployments. I have’t run into this at all trying to deploy locally despite trying to recreate it
f
j
@Alex Ketchum