Created
May 31, 2020 08:31
-
-
Save freeman42x/8076e6139c10d310566cf282ecb6d915 to your computer and use it in GitHub Desktop.
do I need to install pty.node ? if yes, via npm or via nix? or how?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For more info check out the docs: https://nuclide.io/docs/features/terminal | |
Error starting process: | |
Error: Cannot find module '/home/neo/.atom/packages/atom-ide-ui/node_modules/nuclide-prebuilt-libs/pty/build/pty-node-v69-linux-x64/pty.node' |
[nix-shell:~/Projects/LagdaMdToLagda]$ ldd /home/neo/.atom/packages/atom-ide-ui/node_modules/nuclide-prebuilt-libs/pty/build/pty-node-v69-linux-x64/pty.node
ldd: /home/neo/.atom/packages/atom-ide-ui/node_modules/nuclide-prebuilt-libs/pty/build/pty-node-v69-linux-x64/pty.node: No such file or directory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's the output of
ldd /home/neo/.atom/packages/atom-ide-ui/node_modules/nuclide-prebuilt-libs/pty/build/pty-node-v69-linux-x64/pty.node
?