【发布时间】:2020-07-31 12:57:34
【问题描述】:
我收到此错误。不知道从哪里来。
theultimateprepper-api | Warning Implicitly using master branch https://deno.land/std/node/_fs/_fs_readlink.ts
theultimateprepper-api | Check file:///app/app.ts
theultimateprepper-api | error: TS2345 [ERROR]: Argument of type 'string | URL' is not assignable to parameter of type 'string'.
theultimateprepper-api | Type 'URL' is not assignable to type 'string'.
theultimateprepper-api | return new URL(url).pathname
theultimateprepper-api | ~~~
theultimateprepper-api | at https://deno.land/std@v0.50.0/path/win32.ts:911:18
theultimateprepper-api |
theultimateprepper-api | TS2345 [ERROR]: Argument of type 'string | URL' is not assignable to parameter of type 'string'.
theultimateprepper-api | Type 'URL' is not assignable to type 'string'.
theultimateprepper-api | return new URL(url).pathname;
theultimateprepper-api | ~~~
theultimateprepper-api | at https://deno.land/std@v0.50.0/path/posix.ts:433:18
theultimateprepper-api |
theultimateprepper-api | Found 2 errors.
【问题讨论】:
-
你能分享更多关于你的代码 sn-p 的信息吗
-
你能分享你的 app.ts 文件吗?
-
我在使用节点时遇到同样的错误...降级到 12.18.3 并且仍在发生
-
你是用天龙来运行应用吗?
标签: deno