Open6
deno から googleapis をつかいたい
import googleapis from "https://esm.sh/googleapis";
error: Import 'https://cdn.esm.sh/error.js?type=unsupported-nodejs-builtin-module&name=tls&importer=https-proxy-agent' failed: 500 Internal Server Error
at https://cdn.esm.sh/v43/https-proxy-agent@5.0.0/deno/https-proxy-agent.js:2:0
import sheets from "https://esm.sh/@googleapis/sheets";
なども同様に https-proxy-agent でエラーになる。
esm.sh に、 node-tls 用の polyfill を追加すれば解決?
つかいたいのは型情報だけで、通信なんて json api 叩くだけなら自前で書けるレベルではあるんだよな。。。型情報ほしい。
ログインするとコメントできます