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

安装 v2.6.0 安装失败 #205

Open
Yunkou opened this issue Jan 10, 2022 · 11 comments
Open

安装 v2.6.0 安装失败 #205

Yunkou opened this issue Jan 10, 2022 · 11 comments

Comments

@Yunkou
Copy link

Yunkou commented Jan 10, 2022

node-pre-gyp ERR! install response status 404 Not Found on https://github.com/yanyiwu/nodejieba/releases/download/v2.6.0/nodejieba-v2.6.0-node-v83-linux-x64.tar.gz

这个包没打 路径是 404

@yanyiwu
Copy link
Collaborator

yanyiwu commented Jan 10, 2022 via email

@AkagiYui
Copy link

嗯 2.6.0 travis-ci 发布出问题了,travis-ci 变成收费项目了。建议先用 v2.5.2 版本吧。 发自我的iPhone

在 2022年1月10日,18:37,yun.kou @.***> 写道:  node-pre-gyp ERR! install response status 404 Not Found on https://github.com/yanyiwu/nodejieba/releases/download/v2.6.0/nodejieba-v2.6.0-node-v83-linux-x64.tar.gz 这个包没打 路径是 404 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

使用v2.5.2版本无法使用最新LTS版本node v16,

@wz2cool
Copy link

wz2cool commented Feb 6, 2022

我自己解决了也是强制安全 2.5.2 npm install nodejieba@2.5.2

@hotoo
Copy link
Contributor

hotoo commented Mar 9, 2022

@yanyiwu 这个什么时候能解决呀?我这边要锁死依赖吗?

@Fucntion
Copy link

嗯 2.6.0 travis-ci 发布出问题了,travis-ci 变成收费项目了。建议先用 v2.5.2 版本吧。 发自我的iPhone

在 2022年1月10日,18:37,yun.kou @.***> 写道:  node-pre-gyp ERR! install response status 404 Not Found on https://github.com/yanyiwu/nodejieba/releases/download/v2.6.0/nodejieba-v2.6.0-node-v83-linux-x64.tar.gz 这个包没打 路径是 404 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

使用v2.5.2版本无法使用最新LTS版本node v16,

我把node切换到14.19.0,然后锁死"nodejieba": "2.5.2",亲测可用。

@TechQuery
Copy link

TechQuery commented Jun 3, 2022

嗯 2.6.0 travis-ci 发布出问题了,travis-ci 变成收费项目了。建议先用 v2.5.2 版本吧。 发自我的iPhone

在 2022年1月10日,18:37,yun.kou @.***> 写道:  node-pre-gyp ERR! install response status 404 Not Found on https://github.com/yanyiwu/nodejieba/releases/download/v2.6.0/nodejieba-v2.6.0-node-v83-linux-x64.tar.gz 这个包没打 路径是 404 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

@yanyiwu 改用 GitHub actions 吧,很香,我的项目全迁离 Travis CI 了

@yanyiwu
Copy link
Collaborator

yanyiwu commented Jun 3, 2022 via email

@Giftia
Copy link
Contributor

Giftia commented Jun 8, 2022

尝试转到github action,但是探索了下配置没配置上。。。还没搞动nodejs这些怎么跑通。如果有pr能帮忙就太感谢了。 发自我的iPhone

在 2022年6月3日,17:33,South Drifted @.> 写道:  嗯 2.6.0 travis-ci 发布出问题了,travis-ci 变成收费项目了。建议先用 v2.5.2 版本吧。 发自我的iPhone … 在 2022年1月10日,18:37,yun.kou @.> 写道:  node-pre-gyp ERR! install response status 404 Not Found on https://github.com/yanyiwu/nodejieba/releases/download/v2.6.0/nodejieba-v2.6.0-node-v83-linux-x64.tar.gz 这个包没打 路径是 404 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread. @yanyiwu 改用 GitHub actions 吧,很香,我也可以抽空发个 PR — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.

#212 npm ci 需要 package-lock.json,补上之后 action 就可以跑通

@robertIsaac
Copy link

尝试转到github action,但是探索了下配置没配置上。。。还没搞动nodejs这些怎么跑通。如果有pr能帮忙就太感谢了。 发自我的iPhone

在 2022年6月3日,17:33,South Drifted @.> 写道:  嗯 2.6.0 travis-ci 发布出问题了,travis-ci 变成收费项目了。建议先用 v2.5.2 版本吧。 发自我的iPhone … 在 2022年1月10日,18:37,yun.kou @.> 写道:  node-pre-gyp ERR! install response status 404 Not Found on https://github.com/yanyiwu/nodejieba/releases/download/v2.6.0/nodejieba-v2.6.0-node-v83-linux-x64.tar.gz 这个包没打 路径是 404 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread. @yanyiwu 改用 GitHub actions 吧,很香,我也可以抽空发个 PR — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.

#212 npm ci 需要 package-lock.json,补上之后 action 就可以跑通

@Giftia when do expect it to be fixed?

@Giftia
Copy link
Contributor

Giftia commented Sep 28, 2022

尝试转到github action,但是探索了下配置没配置上。。。还没搞动nodejs这些怎么跑通。如果有pr能帮忙就太感谢了。 发自我的iPhone

在 2022年6月3日,17:33,South Drifted @.> 写道:  嗯 2.6.0 travis-ci 发布出问题了,travis-ci 变成收费项目了。建议先用 v2.5.2 版本吧。 发自我的iPhone … 在 2022年1月10日,18:37,yun.kou @.> 写道:  node-pre-gyp ERR! install response status 404 Not Found on https://github.com/yanyiwu/nodejieba/releases/download/v2.6.0/nodejieba-v2.6.0-node-v83-linux-x64.tar.gz 这个包没打 路径是 404 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread. @yanyiwu 改用 GitHub actions 吧,很香,我也可以抽空发个 PR — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.

#212 npm ci 需要 package-lock.json,补上之后 action 就可以跑通

@Giftia when do expect it to be fixed?

thanks for your contribution, but the maintainer is too busy at his work and life to fix that now, so it's still pending

@Jedliu
Copy link

Jedliu commented Nov 27, 2022

Looking forward to the fix! Thank you!

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

10 participants