[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-08 (世界標準時間)。"],[[["Dependencies for Node.js apps are specified in the `package.json` file, and the Node.js runtime automatically installs them during deployment."],["While `npm` is used by default, Yarn and Pnpm are also supported, with Yarn using `yarn install --production` if a `yarn.lock` file is present and Pnpm using `pnpm install` if a `pnpm-lock.yaml` file is present (but only with specific versions of Node.js)."],["Any Linux-compatible Node.js package can be used with the App Engine flexible environment, including those with native C extensions, and web frameworks like Express.js, Hapi.js, and others are supported and must be added to the `package.json` file."],["The Cloud Client Libraries for Node.js provide a way to integrate with Google Cloud services, and can be installed using `npm`, `yarn`, or `pnpm`, with the library handling authentication."]]],[]]