-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Windows pre-built binary for NodeJS v22 (v127) #112
Comments
问题找到了,原因是, 通过 registry.npmmirror.com下载的包是完整的
如果不是这个仓库地址下载的包,缺失文件,
为什么会这样尼? 因为这两个项目,其中一个走了 npm 源下载,另一个直接是官网下载。 我这边有个同事给项目引入了 canvas包,这个包依赖 @mapbox/node-pre-gyp@^1.0.0 , 他从源仓库下载了改文件导致的。删除这个包,项目中的 node-pre-gyp 又恢复到 从官网下载,这里 有点迷。 由于上述问题,导致编译失败,这个项目会做最后的尝试,他会去尝试下载预编译文件,duckdb-v1.0.0-node-v127-win32-x64,而这个预编译文件时不存在的, 因为官方没有上传改文件,因此下载会失败。 |
How to specify the registry in package.json: Using Create a .npmrc file in the root of your project (if it doesn't already exist). |
https://npm.duckdb.org/duckdb/duckdb-v1.0.0-node-v127-win32-x64.tar.gz
returns 403:The text was updated successfully, but these errors were encountered: