-
-
Notifications
You must be signed in to change notification settings - Fork 998
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
“npm install opencc” can't work #614
Comments
Please paste the error. |
Here is mine npm WARN deprecated [email protected]: this library is no longer supported npm ERR! A complete log of this run can be found in: |
I met the same problem, but I was using yarn 14.17.5 |
It seems the installation needs Python and Visual C++ installed on Windows.
And apparently this needs to be fixed too:
|
However, after installing VS C++, more errors appear since the installation tried to rebuild the whole opencc missing a lot dependencies. After all, requiring rebuild is not looking good. |
在mac上碰到同样的问题,这个工具需要预先安装什么依赖或者工具能否在文档里说明一下? |
Don't spend time on installing this package on windows anymore. For windows users, I suggest you to install My Linux Environment: I installed the following packages: |
hit a similar problem on
it seems to be a convention
and then |
mark |
npm install opencc-js worked |
brew install cmake doxygen |
My npm version is v16.When I run the "npm install opencc",the terminal show the error of node-pre-gyp.
The text was updated successfully, but these errors were encountered: