-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Can´t run tldr npm client #179
Comments
It seems your platform does not support webworker-threads. Can you try the solution here - NaturalNode/natural#368 (comment) ? |
Didn't anticipate this. Should we move from natural to some other library? The platform in question in Ubuntu 16.04 and latest node, not at all uncommon. |
Its not Ubuntu. I have Ubuntu 16.04 and it works fine. Must be an issue with Kubuntu. |
Kubuntu is Ubuntu just with KDE. |
I tried to recreate this, and turns out that having a different version of |
Thanks, |
Interesting. Then I believe the issue was with node-gyp somehow not being able to pull and compile webworker-threads properly. @JPRuehmann - how did you install node in the first place ? |
sudo apt install nodejs |
Ah I see. Its always better to download and extract the standard node package. Both the node and npm versions are packaged in it. https://nodejs.org/dist/v9.2.0/node-v9.2.0-linux-x86.tar.xz |
Than I should not use repositories to, I don´t think that is a good Idea. |
I'm having the same issue.. I'm on |
Yes it's necessary. Try the method which has worked for @JPRuehmann or you can do a fresh reinstall using the |
Hey guys, I just had this same issue and solved it by reinstalling webworker-threads inside the tldr package. I'm on Elementary Loki (derivative from ubuntu 16.04)
|
Yes, that was the original solution in the first place. |
Hello, I am on Ubuntu and had the same issue. It didn't work after trying everything above, including suggestions elsewhere to use a new global directory |
Same problem here on macOS. The workaround by @jpribyl works for me, but a long-term solution would be preferred.
|
I have just pushed a commit which removes the dependency on webworkers. Will push a new release in some time. |
Can someone help me check my local error log? Thanks in advance. |
Hello @otterzy, From the log you provided.
|
Expected behaviour
tldr should show some information about itself
Actual behaviour
It throws the following.
Log, debug output
Environment
Kubuntu 16.04 LTS (32Bit)
node -v 9.2.0
The text was updated successfully, but these errors were encountered: