Closed ltxhhz closed 1 month ago
我们已经看到你的反馈,如果是功能缺陷,可以提供一下重现该问题的方式;如果是新功能需求,我们会尽快加入讨论。同时我们非常期待你可以加入我们的贡献者行列,让项目可以长期可持续发展。
@ltxhhz 直接提个 pr 😄?
已经成功 https://registry.npmmirror.com/binary.html?path=skia-canvas/
[1/1] scripts.install skia-canvas@latest run "node-pre-gyp install || npm run build -- --release", root: "/Users/fengmk2/git/github.com/cnpm/cnpmcore/node_modules/_skia-canvas@1.0.2@skia-canvas"
(node:28817) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
node-pre-gyp http GET https://cdn.npmmirror.com/binaries/skia-canvas/v1.0.2/darwin-arm64-unknown.tar.gz
[skia-canvas] Success: "/Users/fengmk2/git/github.com/cnpm/cnpmcore/node_modules/_skia-canvas@1.0.2@skia-canvas/lib/v6/index.node" is installed via remote
[1/1] scripts.install skia-canvas@latest finished in 2s
✔ Run 1 scripts
非常感谢
在 skia-canvas 最新的
1.0.2
版本中,二进制地址被修改了,似乎导致 npmmirror binary 没同步成 https://github.com/samizdatco/skia-canvas/blob/962f21bd35f06e9477b57cb2a2c1d05a16d35f1a/package.json#L52直接修改这里的
distUrl
和options
会生效吗 https://github.com/cnpm/cnpmcore/blob/e6ed2215a4b1d91ec555e8f7a4ee6d3e4378a2cc/config/binaries.ts#L134-L142