Skip to content
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

使用 Node.js v16.9.1 安装时会报错:nodejieba-v2.5.2-node-v93-linux-x64.tar.gz not found #198

Open
lmk123 opened this issue Sep 11, 2021 · 2 comments

Comments

@lmk123
Copy link

lmk123 commented Sep 11, 2021

使用 Node.js v16.9.1 安装时在 build 阶段会报以下错误(换成 Node.js v14.17.6 即可正常安装):

node-pre-gyp http GET https://github.com/yanyiwu/nodejieba/releases/download/v2.5.2/nodejieba-v2.5.2-node-v93-linux-x64.tar.gz
node-pre-gyp ERR! install response status 404 Not Found on https://github.com/yanyiwu/nodejieba/releases/download/v2.5.2/nodejieba-v2.5.2-node-v93-linux-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not installable for nodejieba@2.5.2 and node@16.3.0 (node-v93 ABI, glibc) (falling back to source compile with node-gyp)
node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/yanyiwu/nodejieba/releases/download/v2.5.2/nodejieba-v2.5.2-node-v93-linux-x64.tar.gz

目前 v2.5.2 提供的 nodejieba-v2.5.2-node-v88-linux-x64.tar.gz 支持的应该是 Node.js v14,能否提供一下 v99 的 prebuilt 包以支持 Node.js v16?

@HazyFish
Copy link

HazyFish commented Nov 2, 2021

Node.js 16 is now in LTS. Please provide the pre-built binary. Thanks!!!

npm ERR! node-pre-gyp http GET https://github.com/yanyiwu/nodejieba/releases/download/v2.5.2/nodejieba-v2.5.2-node-v93-win32-x64.tar.gz
npm ERR! node-pre-gyp ERR! install response status 404 Not Found on https://github.com/yanyiwu/nodejieba/releases/download/v2.5.2/nodejieba-v2.5.2-node-v93-win32-x64.tar.gz
npm ERR! node-pre-gyp WARN Pre-built binaries not installable for nodejieba@2.5.2 and node@16.13.0 (node-v93 ABI, unknown) (falling back to source compile with node-gyp)
npm ERR! node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/yanyiwu/nodejieba/releases/download/v2.5.2/nodejieba-v2.5.2-node-v93-win32-x64.tar.gz
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using node-gyp@8.3.0
npm ERR! gyp info using node@16.13.0 | win32 | x64

@luckydrq
Copy link

Is there a plan to support Node.js 16?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants