前提・実現したいこと
deno のライブラリをいろいろ試してみています。
AbcというWebフレームワークがあります。
README.md
サンプル「Hello World」をAbc.tsとして保存し、
deno run --allow-net Abc.ts
と実施したところエラーがでて実行できません。
Readmeの通りに実行しているつもりなのですが。
エラーの解消方法をご伝授ください。
発生している問題・エラーメッセージ
error: TS2345 [ERROR]: Argument of type 'string | URL' is not assignable to parameter of type 'string'. Type 'URL' is not assignable to type 'string'. return new URL(url).pathname ~~~ at https://deno.land/std@0.59.0/path/win32.ts:917:18 TS2345 [ERROR]: Argument of type 'string | URL' is not assignable to parameter of type 'string'. Type 'URL' is not assignable to type 'string'. return new URL(url).pathname; ~~~ at https://deno.land/std@0.59.0/path/posix.ts:438:18 Found 2 errors.
補足情報
- Windows10 Home
- deno
>deno --version deno 1.2.0 v8 8.5.216 typescript 3.9.2
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/07/21 00:51