Asked by Thomas Lane on Oct 18, 2024
Thomas encounters a 'module not found' error when deploying a CRM Card serverless function, even though it works locally. He asks about limitations on installable packages.
Answered by Thomas Lane
Thomas discovered the solution: the required package must be listed as a dependency in the `package.json` file located specifically within the `app.functions` folder of the CRM Card project structure.