nodejieba icon indicating copy to clipboard operation
nodejieba copied to clipboard

安装 v2.6.0 安装失败

Open Yunkou opened this issue 4 years ago • 11 comments

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

Yunkou avatar Jan 10 '22 10:01 Yunkou

嗯 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 avatar Jan 10 '22 13:01 yanyiwu

嗯 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,

AkagiYui avatar Jan 11 '22 04:01 AkagiYui

我自己解决了也是强制安全 2.5.2 npm install [email protected]

wz2cool avatar Feb 06 '22 12:02 wz2cool

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

hotoo avatar Mar 09 '22 04:03 hotoo

嗯 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",亲测可用。

Fucntion avatar Mar 16 '22 01:03 Fucntion

嗯 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 了

TechQuery avatar Jun 03 '22 09:06 TechQuery

尝试转到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.

yanyiwu avatar Jun 03 '22 10:06 yanyiwu

尝试转到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 avatar Jun 08 '22 05:06 Giftia

尝试转到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?

robertIsaac avatar Sep 24 '22 11:09 robertIsaac

尝试转到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

Giftia avatar Sep 28 '22 02:09 Giftia

Looking forward to the fix! Thank you!

Jedliu avatar Nov 27 '22 09:11 Jedliu