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

安装2.5.2失败 #225

Open
zwjtheone opened this issue Jun 23, 2023 · 15 comments
Open

安装2.5.2失败 #225

zwjtheone opened this issue Jun 23, 2023 · 15 comments

Comments

@zwjtheone
Copy link

node-pre-gyp http GET https://github.com/yanyiwu/nodejieba/releases/download/v2.5.2/nodejieba-v2.5.2-node-v93-darwin-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-darwin-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not installable for [email protected] and [email protected] (node-v93 ABI, unknown) (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-darwin-x64.tar.gz

@jiang-zx
Copy link

你这v93 哪来的

@mylady
Copy link

mylady commented Jun 27, 2023

碰到一样的问题
node20.0.3版本要下载这个nodejieba-v2.5.2-node-v115-darwin-x64
release里没有

@TXHENG
Copy link

TXHENG commented Aug 3, 2023

Node 18.16.1 版本

node-pre-gyp http GET https://github.com/yanyiwu/nodejieba/releases/download/v2.5.2/nodejieba-v2.5.2-node-v108-win32-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-v108-win32-x64.tar.gz

@showkawa
Copy link

Node 18.16.1 版本

node-pre-gyp http GET https://github.com/yanyiwu/nodejieba/releases/download/v2.5.2/nodejieba-v2.5.2-node-v108-win32-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-v108-win32-x64.tar.gz

the same issue with me in Node 18

@MHuiG
Copy link

MHuiG commented Dec 3, 2023

这是因为Node版本太高了,Node 18会报 404
换用 Node 16 就正常了

@Mister-Hope
Copy link
Collaborator

请使用nodejs-jieba

@imnxg
Copy link

imnxg commented Dec 13, 2023

难道不支持Node.js 18吗

npm ERR! code ETARGET
npm ERR! notarget No matching version found for [email protected].
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

@imnxg
Copy link

imnxg commented Dec 13, 2023

请使用nodejs-jieba

"vuepress-plugin-search-pro": "^2.0.0-rc.4",
我使用node.js V18.16.1 安装这个依赖nodejs-jieba,一直报错,请问有解决方法吗

@Mister-Hope
Copy link
Collaborator

nodejs-jieba 最新版应该是0.1.2

@Mister-Hope
Copy link
Collaborator

Mister-Hope commented Dec 13, 2023

@yanyiwu Can you give me full access about your npm package? Or maybe deprecate yours with "No longer maintained for Node18+, please use nodes-jieba"?

@imnxg
Copy link

imnxg commented Dec 13, 2023

使用 "nodejs-jieba": "0.1.2"
报错如下:

  ⚡keney ❯❯ npm i
npm ERR! code 1
npm ERR! path D:\blogsource\weekly-vuepress\node_modules\nodejs-jieba
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node-pre-gyp install --fallback-to-build
npm ERR! Failed to execute 'D:\Program Files\nodejs\node.exe D:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=D:\blogsource\weekly-vuepress\node_modules\nodejs-jieba\build\Release\jieba.node --module_name=jieba --module_path=D:\blogsource\weekly-vuepress\node_modules\nodejs-jieba\build\Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v108' (1)
npm ERR! node-pre-gyp info it worked if it ends with ok
npm ERR! node-pre-gyp info using [email protected]
npm ERR! node-pre-gyp info using [email protected] | win32 | x64
npm ERR! node-pre-gyp info check checked for "D:\blogsource\weekly-vuepress\node_modules\nodejs-jieba\build\Release\jieba.node" (not found)
npm ERR! node-pre-gyp http GET https://github.com/Mister-Hope/nodejs-jieba/releases/download/v0.1.2/jieba-v0.1.2-node-v108-win32-x64.tar.gz
npm ERR! node-pre-gyp ERR! install request to https://github.com/Mister-Hope/nodejs-jieba/releases/download/v0.1.2/jieba-v0.1.2-node-v108-win32-x64.tar.gz failed, reason: Client network socket disconnected before secure TLS connection was established
npm ERR! node-pre-gyp WARN Pre-built binaries not installable for [email protected] and [email protected] (node-v108 ABI, unknown) (falling back to source compile with node-gyp)
npm ERR! node-pre-gyp WARN Hit error request to https://github.com/Mister-Hope/nodejs-jieba/releases/download/v0.1.2/jieba-v0.1.2-node-v108-win32-x64.tar.gz failed, reason: Client network socket disconnected before secure TLS connection was established
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using [email protected]
npm ERR! gyp info using [email protected] | win32 | x64
npm ERR! gyp info ok
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using [email protected]
npm ERR! gyp info using [email protected] | win32 | x64
npm ERR! gyp info find Python using Python version 3.10.11 found at "C:\Users\keney\AppData\Local\Programs\Python\Python310\python.exe"
npm ERR! gyp ERR! find VS
npm ERR! gyp ERR! find VS msvs_version not set from command line or npm config
npm ERR! gyp ERR! find VS VCINSTALLDIR not set, not running in VS Command Prompt
npm ERR! gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer, try re-running with '--loglevel silly' for more details
npm ERR! gyp ERR! find VS looking for Visual Studio 2015
npm ERR! gyp ERR! find VS - not found
npm ERR! gyp ERR! find VS not looking for VS2013 as it is only supported up to Node.js 8
npm ERR! gyp ERR! find VS
npm ERR! gyp ERR! find VS **************************************************************
npm ERR! gyp ERR! find VS You need to install the latest version of Visual Studio
npm ERR! gyp ERR! find VS including the "Desktop development with C++" workload.
npm ERR! gyp ERR! find VS For more information consult the documentation at:
npm ERR! gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
npm ERR! gyp ERR! find VS **************************************************************
npm ERR! gyp ERR! find VS
npm ERR! gyp ERR! configure error
npm ERR! gyp ERR! stack Error: Could not find any Visual Studio installation to use
npm ERR! gyp ERR! stack     at VisualStudioFinder.fail (D:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:122:47)
npm ERR! gyp ERR! stack     at D:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:75:16
npm ERR! gyp ERR! stack     at VisualStudioFinder.findVisualStudio2013 (D:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:369:14)
npm ERR! gyp ERR! stack     at D:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:71:14
npm ERR! gyp ERR! stack     at D:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:390:16
npm ERR! gyp ERR! stack     at D:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\util.js:54:7
npm ERR! gyp ERR! stack     at D:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\util.js:33:16
npm ERR! gyp ERR! stack     at ChildProcess.exithandler (node:child_process:427:5)
npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:513:28)
npm ERR! gyp ERR! stack     at maybeClose (node:internal/child_process:1091:16)
npm ERR! gyp ERR! System Windows_NT 10.0.19045
npm ERR! gyp ERR! command "D:\\Program Files\\nodejs\\node.exe" "D:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "--fallback-to-build" "--module=D:\\blogsource\\weekly-vuepress\\node_modules\\nodejs-jieba\\build\\Release\\jieba.node" "--module_name=jieba" "--module_path=D:\\blogsource\\weekly-vuepress\\node_modules\\nodejs-jieba\\build\\Release" "--napi_version=8" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v108"
npm ERR! gyp ERR! cwd D:\blogsource\weekly-vuepress\node_modules\nodejs-jieba
npm ERR! gyp ERR! node -v v18.16.1
npm ERR! gyp ERR! node-gyp -v v9.3.1
npm ERR! gyp ERR! not ok
npm ERR! node-pre-gyp ERR! build error
npm ERR! node-pre-gyp ERR! stack Error: Failed to execute 'D:\Program Files\nodejs\node.exe D:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=D:\blogsource\weekly-vuepress\node_modules\nodejs-jieba\build\Release\jieba.node --module_name=jieba --module_path=D:\blogsource\weekly-vuepress\node_modules\nodejs-jieba\build\Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v108' (1)
npm ERR! node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (D:\blogsource\weekly-vuepress\node_modules\@mapbox\node-pre-gyp\lib\util\compile.js:89:23)
npm ERR! node-pre-gyp ERR! stack     at ChildProcess.emit (node:events:513:28)
npm ERR! node-pre-gyp ERR! stack     at maybeClose (node:internal/child_process:1091:16)
npm ERR! node-pre-gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:302:5)
npm ERR! node-pre-gyp ERR! System Windows_NT 10.0.19045
npm ERR! node-pre-gyp ERR! command "D:\\Program Files\\nodejs\\node.exe" "D:\\blogsource\\weekly-vuepress\\node_modules\\@mapbox\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"
npm ERR! node-pre-gyp ERR! cwd D:\blogsource\weekly-vuepress\node_modules\nodejs-jieba
npm ERR! node-pre-gyp ERR! node -v v18.16.1
npm ERR! node-pre-gyp ERR! node-pre-gyp -v v1.0.11
npm ERR! node-pre-gyp ERR! not ok

npm ERR! A complete log of this run can be found in:
npm ERR!     D:\Program Files\nodejs\node_cache\_logs\2023-12-13T08_16_16_974Z-debug-0.log

@Mister-Hope
Copy link
Collaborator

This is because you can not access github to download assets and you cannot build the bin locally

@imnxg
Copy link

imnxg commented Dec 13, 2023

This is because you can not access github to download assets and you cannot build the bin locally

github action 构建同样是报错,跟蹦迪应用

Run npm ci
npm ERR! code EUSAGE
npm ERR! 
npm ERR! `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
npm ERR! 
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: @mapbox/[email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: which@[4](https://github.com/mynxg/weekly-vuepress/actions/runs/7197120573/job/19603516383#step:4:5).0.0 from lock file
npm ERR! Missing: @npmcli/[email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected].[5](https://github.com/mynxg/weekly-vuepress/actions/runs/7197120573/job/19603516383#step:4:6) from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: negotiator@0.[6](https://github.com/mynxg/weekly-vuepress/actions/runs/7197120573/job/19603516383#step:4:7).3 from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: agent-base@[7](https://github.com/mynxg/weekly-vuepress/actions/runs/7197120573/job/19603516383#step:4:8).1.0 from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: socks-proxy-agent@[8](https://github.com/mynxg/weekly-vuepress/actions/runs/7197120573/job/19603516383#step:4:9).0.2 from lock file
npm ERR! Missing: @npmcli/[email protected] from lock file
npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: glob@[10](https://github.com/mynxg/weekly-vuepress/actions/runs/7197120573/job/19603516383#step:4:11).3.10 from lock file
npm ERR! Missing: [email protected] from lock file

@Mister-Hope
Copy link
Collaborator

Mister-Hope commented Dec 13, 2023

that error means your lockfile is not compactable with package json, the error clearly shows that nodejs-jieba and related packages are missing.

delete your lockfile

@Mister-Hope
Copy link
Collaborator

Mister-Hope commented Dec 13, 2023

this is not how github issue should work, go to web to find solutions, go to discussion panel for help.

Posting in other's issue with your own question will bother all people in the thread

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

8 participants