我正在尝试在IBM Cloud Functions中执行代码node.js,但是我有一个未预先安装的需求。它的 const {google} = require('googleapis') 如何安装?
答案 0 :(得分:0)
将操作打包为一个zip文件,并包含一个node_modules
目录,该目录需要外部依赖项(googleapis
)。
官方文档提供了有关此方法的更多详细信息:https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-node.md#packaging-an-action-as-a-nodejs-module