我正在尝试将google-api-nodejs-client与 azure 移动服务集成。尝试使用来自 googleapis 的示例代码时出现以下运行时错误:
Error: Unable to load endpoint plus("v1"): Cannot read property 'prototype' of undefined
此错误似乎是由于googleapis 仅支持 nodejs 版本0.10 及更高版本,而 azure mobile-services 正在运行 nodejs 版本 0.8.28 的原因。
有没有办法可以在 azure mobile-service 上使用更多最新版本的 nodejs?