【发布时间】:2021-09-08 13:03:12
【问题描述】:
我已经阅读了这个文档https://cloud.google.com/functions/docs/writing/specifying-dependencies-nodejs,上面写着The Cloud Functions Node.js runtimes generally support installing using npm or yarn.。当我将函数部署到 GCP 时,我希望 cloud function 会执行 yarn install。
在哪里可以找到yarn install的日志?
我如何知道它使用的是yarn 或npm 的哪个版本?
【问题讨论】:
标签: node.js google-cloud-platform google-cloud-functions