opencc@1.1.1 install failed
See original GitHub issue- The involved route, with all required and optional parameters
This is a known issue from opencc 1.1.1
See: https://github.com/BYVoid/OpenCC/issues/544
- What is expected
npm install
and yarn install
should succeed
- What is actually happening
Neither succeed
- Self-deployment information
Bare-metal Linux server
Env | Value |
---|---|
OS | Debian GNU/Linux 10 (buster) |
Node version | v10.23.1 |
if Docker, version |
- Additional info (logs errors etc)
GCC: version 8.3.0 (Debian 8.3.0-6)
Excerpt:
gyp ERR! command "/usr/bin/node" "/root/code/RSSHub/node_modules/node-gyp/bin/node-gyp.js" "build" "--module=/root/code/RSSHub/node_modules/opencc/build/Release/opencc.node" "--module_name=opencc" "--module_path=/root/code/RSSHub/node_modules/opencc/build/Release" "--napi_version=7" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v64"
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Microsoft .Net Framework 1.1 SP1 update installation fails
Microsoft .net Framework 1.1 SP1 update has been attempting to install - keeps failing on both the Windows Vista Ultimate desktop computer ...
Read more >Poetry refuses to install package with correct hash · Issue #4523
@danygielow looks like when trying to install poetry 1.1.8 in docker (with poetry-core 1.0.4 locked in poetry.lock file)
Read more >NET Framework 1.1 program doesn't work on Windows 10
It failed to install at first, asking me to install .NET Framework 1.1, which I did, and I used the program just fine...
Read more >dune 2.9.1 · OCaml Package
Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes
Read more >“Install Failed” when installing Autodesk 2022 or newer ...
While trying to install Autodesk 2022 or newer versions the installation failed with one the error messages “Install Failed Please exit and ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Okay, this one brothers me as well 😦. We should really separate these functions I think.
@NeverBehave
build-essential
is required to build opencc, but what causes the build to fail is opencc@1.1.1, downgrading to 1.0.6 works for me. Note that this is a problem from an external package, not RSSHub itself. But I think RSSHub should avoid opencc@1.1.1 and wait for opencc to solve its problem.