MK (fengmk2)
MK (fengmk2)
Encountering the same issue, hope the `resolutions` can support `catalog:` ```bash ➤ YN0000: · Yarn 4.12.0 ➤ YN0000: ┌ Resolution step ➤ YN0001: │ Error: foo@catalog: isn't supported by any...
估计 nwjs 的分发页面逻辑变化了,晚点看看
看着是 bug,有数据没有同步上来 https://r.cnpmjs.org/binary.html?path=nwjs/
需要更新到 https://dl.nwjs.io/
目前无法同步了,走了 r2 的动态请求,需要正常浏览器访问才能同步,像我们这种脚本请求无法实现。 ```bash curl 'https://6883a4a09c48918c64df1ec7ddb744ba.r2.cloudflarestorage.com/nwjs?list-type=2&delimiter=%2F&prefix=v0.59.0%2F' \ -H 'Accept: */*' \ -H 'Accept-Language: zh-CN,zh;q=0.9,en;q=0.8' \ -H 'Authorization: AWS4-HMAC-SHA256 Credential=90fdca5d031b05eed0ef896a56a9521a/20251129/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date;x-amz-user-agent, Signature=12cd16f7d446e60007785b9639961c166df6662f960bc2571dae4eb564ff8e6c' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \...
@abcfy2 二级页面就无法爬取了 https://dl.nwjs.io/v0.106.0/
估计是会定时滚动轮换?看着 nwjs 不太喜欢别人去同步。
支持的,老的写法依旧兼容。JavaScript 语法文档可以看 v3 的 https://v3.eggjs.org/zh-CN
> > 支持的,老的写法依旧兼容。JavaScript 语法文档可以看 v3 的 https://v3.eggjs.org/zh-CN > > 好的,很赞,新的功能特性在文档中也会有JavaScript的语法示例么,比如MCP控制器、事件中枢等等 依赖装饰器的语法,没有 TypeScript 编译过程的话,纯 JavaScript 下估计当下还无法支持,除非 JavaScript 标准语法默认支持后,我们会加上代码示例。
```bash ┌ Vite+ Migration │ ◇ [email protected] installed │ ◇ Dependencies installed │ ◆ ✅ Rewrote imports in 506 file(s) │ ● tools/scripts/test/start-without-demon-2.test.ts │ tools/scripts/test/start.test.ts │ tools/scripts/test/start-without-demon-3.test.ts │ tools/scripts/test/start-without-demon-1.test.ts │...