GoogleCloudPlatform / functions-framework-nodejs

FaaS (Function as a service) framework for writing portable Node.js functions
Apache License 2.0
1.28k stars 158 forks source link

Missing package: @google-cloud/functions-framework #608

Open koistya opened 1 month ago

koistya commented 1 month ago

Deployment to GCF started to fail today with this error:

Error: Required package missing from disk. If you keep your packages inside your repository then restarting the Node process may be enough. Otherwise, try to run an install first.
Missing package: @google-cloud/functions-framework@npm:3.3.0
Expected package location: /www-data-home/.yarn/berry/cache/@google-cloud-functions-framework-npm-3.3.0-ac0c32fb0c-10c0.zip/node_modules/@google-cloud/functions-framework/

Package manager: Yarn v4 Runtime: nodejs20

JeongJuhyeon commented 5 days ago

Same here, along with 2 other users 1 2 so that makes 4 of us. Looks like there has been a breaking change that causes building with yarn PnP to fail.