googleapis导入失败,带有typescript / vue / firebase托管
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了googleapis导入失败,带有typescript / vue / firebase托管相关的知识,希望对你有一定的参考价值。
在单个文件vue组件中,通过googleapis
导入require
失败,并显示错误:
Uncaught TypeError: Cannot convert undefined or null to object
at Function.getPrototypeOf (<anonymous>)
at t.exports (index.js:75)
at Object.f447 (index.js:54)
at o (bootstrap:78)
at Object.d465 (jwtclient.js:26)
at o (bootstrap:78)
at Object.<anonymous> (googleauth.js:37)
at Object.0a40 (googleauth.js:640)
at o (bootstrap:78)
at Object.3ccc (index.js:18)
googleapis
已经进口了
const { google } = require('googleapis')
如果它是导入的
import { google } from 'googleapis'
然后,第一次调用此google
导入时将出现相同的错误
帮助赞赏:)
答案
npm谷歌apis将无法在浏览器中工作,所以我将该部分移动到firebase功能。
以上是关于googleapis导入失败,带有typescript / vue / firebase托管的主要内容,如果未能解决你的问题,请参考以下文章
Solr上的数据导入失败,带有SQLException:单行子查询返回多行
错误:未找到:'dart:html' 使用带有颤振的 googleapis_auth 飞镖团队包时
googleapis / python-bigquery:BadRequest:无法解析为带有消息“无法解析”的日期
检索访问令牌时出错 FetchError:对 https://oauth2.googleapis.com/token 的请求失败,原因:读取 ECONNRESET