我最近开始在Windows上使用deno,与其他同事(使用MacOS)相比,我的服务器需要更长的时间来响应,并且在服务器给我反馈它正在运行之前,我会收到更多的评论。我试着手动重新安装deno并切换到不同的端口,但都没有工作。如果能收到一些关于我如何加快这一进程的建议,那就太好了。
PS C:\Users\xyz\WebProgramming\DenoBackend» deno run --allow-net --allow-write --allow-read --unstable server.ts
Check file:///C:/Users/xyz/WebProgramming/DenoBackend/server.ts
ignoring response from [fe8@: :1%11]:53 because it does not match name_server: [fe8@: :1]:53
ignoring response from [fe8@: :1%11]:53 because it does not match name_server: [fe8@: :1]:53.
Server is running
发布于 2022-01-25 22:11:09
更新:通过从Windows 10更新到Windows 11并切换到PowerShell版本7.2.1,我不再从终端获得“忽略响应”响应,服务器启动速度也更快。
https://stackoverflow.com/questions/70856292
复制相似问题