Open Cerallin opened 2 weeks ago
does python exist?
does python exist?
At first I executed npm install
, and it reported an error: cannot find python. So I made a soft link ln -s /usr/bin/python3 /bin/python
. Then npm install
again.
This is where we are now. (Is python3 the right version?)
I have fixed the issue and created a pull request (PR): https://github.com/BYVoid/OpenCC/pull/911 As a temporary workaround until the npm package is updated, you can do the following:
cd OpenCC
npm pack
npm install /path/to/tarball
This method serves as a temporary solution until the npm package is officially updated.
This is because
data/scripts
are missing, and not uploaded to npm.Part of the logs: