Hi @martin-css — thanks for putting this up. I am sure I'm missing something obvious, but am getting a Cannot find module error.
packages/background-sync/package.json lists "@humane/networking": "1.0.0", under "dependencies"
packages/background-sync/serverless.yml includes serverless-plugin-monorepo as a plugin
packages/networking/package.json has name @humane/networking and version "1.0.0"
We are using yarn workspaces without any nohoist features. We have a handful of apps, and they are all able to import from @humane/networking, but background-sync is our first serverless project.
It seems like it's able to figure out node_module imports. Am I missing something? Does anything stand out to you? How might you go about diagnosing this? Thanks so much!
Hi @martin-css — thanks for putting this up. I am sure I'm missing something obvious, but am getting a
Cannot find moduleerror.packages/background-sync/package.jsonlists"@humane/networking": "1.0.0",under "dependencies"packages/background-sync/serverless.ymlincludesserverless-plugin-monorepoas a pluginpackages/networking/package.jsonhas name@humane/networkingand version"1.0.0"We are using yarn workspaces without any
nohoistfeatures. We have a handful of apps, and they are all able to import from@humane/networking, butbackground-syncis our first serverless project.It seems like it's able to figure out node_module imports. Am I missing something? Does anything stand out to you? How might you go about diagnosing this? Thanks so much!