nodejieba icon indicating copy to clipboard operation
nodejieba copied to clipboard

npm i error

Open andy27182 opened this issue 2 years ago • 1 comments

when i use npm i in a project, i found an error log in terminal. However the project can work well without fixing this error. I'm not sure whether it is a bug.

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-win32-x64.tar.gz

andy27182 avatar Dec 24 '23 05:12 andy27182

Your can replace it with @node-rs/jieba package that is the binding writed with rust. It doesn't need the gyp. https://www.npmjs.com/package/@node-rs/jieba

PrinOrange avatar Jan 06 '24 11:01 PrinOrange