3.1.0 Fails to start in ubuntu 18.04
See original GitHub issue- I am on the latest Hyper.app version
- I have searched the issues of this repo and believe that this is not a duplicate
- OS version and name: ubuntu 18.04
- Hyper.app version: 3.1.0
- Link of a Gist with the contents of your .hyper.js:
- Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):
- The issue is reproducible in vanilla Hyper.app:
Issue
`./Hyper-3.1.0.AppImage Plugin hyper-search (0.4.0) loaded. innerError Error: Cannot find module ‘…/build/Debug/pty.node’ Require stack:
- /tmp/.mount_Hyper-gxbGOV/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js
- /tmp/.mount_Hyper-gxbGOV/resources/app.asar/node_modules/node-pty/lib/index.js
- /tmp/.mount_Hyper-gxbGOV/resources/app.asar/session.js
- /tmp/.mount_Hyper-gxbGOV/resources/app.asar/ui/window.js
- /tmp/.mount_Hyper-gxbGOV/resources/app.asar/index.js
- at Module._resolveFilename (internal/modules/cjs/loader.js:887:15)
at Function.n._resolveFilename (electron/js2c/browser_init.js:257:1128)
at Module._load (internal/modules/cjs/loader.js:732:27)
at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
at Function._load (/tmp/.mount_Hyper-gxbGOV/resources/app.asar/plugins.js:97:37)
at Module.require (internal/modules/cjs/loader.js:959:19)
at require (internal/modules/cjs/helpers.js:88:18)
at Object.<anonymous> (/tmp/.mount_Hyper-gxbGOV/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js:30:15)
at Module._compile (internal/modules/cjs/loader.js:1078:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1108:10) {
code: ‘MODULE_NOT_FOUND’,
requireStack: [
‘/tmp/.mount_Hyper-gxbGOV/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js’,
‘/tmp/.mount_Hyper-gxbGOV/resources/app.asar/node_modules/node-pty/lib/index.js’,
‘/tmp/.mount_Hyper-gxbGOV/resources/app.asar/session.js’,
‘/tmp/.mount_Hyper-gxbGOV/resources/app.asar/ui/window.js’,
‘/tmp/.mount_Hyper-gxbGOV/resources/app.asar/index.js’,
undefined
]
}
A JavaScript error occurred in the main process
Uncaught Exception:
Error:
node-pty
failed to load. Typically this means that it was built incorrectly. Please check thereadme.md
to more info. at createNodePtyError (/tmp/.mount_Hyper-gxbGOV/resources/app.asar/session.js:33:34) at Object.<anonymous> (/tmp/.mount_Hyper-gxbGOV/resources/app.asar/session.js:40:11) at Module._compile (internal/modules/cjs/loader.js:1078:30) at Object.Module._extensions…js (internal/modules/cjs/loader.js:1108:10) at Module.load (internal/modules/cjs/loader.js:935:32) at Module._load (internal/modules/cjs/loader.js:776:14) at Function.f._load (electron/js2c/asar_bundle.js:5:12913) at Function._load (/tmp/.mount_Hyper-gxbGOV/resources/app.asar/plugins.js:97:37) at Module.require (internal/modules/cjs/loader.js:959:19) at require (internal/modules/cjs/helpers.js:88:18)`
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:17
Top Results From Across the Web
Cellprofiler 3.1.9 on Ubuntu 18.04 LTS - Image.sc Forum
So I am trying to install Cellprofiler 3.1.9 on Ubuntu 18.04 (as the title might have hinted) so I can use the generated...
Read more >Opencv-3.1.0 on Ubuntu 16.04
You can install opencv-3.1.0 from sources using CMake: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local /path_to_opencv_directory.
Read more >Issue running bundle install - Ubuntu 18.04 - Redmine
I'm attempting to install Redmine on a fresh Ubuntu 18.04 instance but having some ... /usr/lib/ruby/2.5.0/mkmf.rb:456:in `try_do': The compiler failed to ...
Read more >Official - Unity Hub on Linux
This release improves the experience for Linux users by installing the Unity Hub and accessing its resources and features. How to get started...
Read more >How can i use METU VPN Service on Ubuntu OS installed ...
To use VPN Service on your Ubuntu OS installed device follow these steps: VIA 3.1.0 for Linux introduces support for Ubuntu 18.04 LTS...
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
I have the same issue with Ubuntu 21.04 aarch64 when running Hyper-3.1.2-arm64.AppImage
`> ./Hyper-3.1.2-arm64.AppImage innerError Error: Cannot find module ‘…/build/Debug/pty.node’ Require stack:
node-pty
failed to load. Typically this means that it was built incorrectly. Please check thereadme.md
to more info. at createNodePtyError (/tmp/.mount_Hyper-qN9aGx/resources/app.asar/session.js:33:34) at Object.<anonymous> (/tmp/.mount_Hyper-qN9aGx/resources/app.asar/session.js:40:11) at Module._compile (internal/modules/cjs/loader.js:1078:30) at Object.Module._extensions…js (internal/modules/cjs/loader.js:1108:10) at Module.load (internal/modules/cjs/loader.js:935:32) at Module._load (internal/modules/cjs/loader.js:776:14) at Function.f._load (electron/js2c/asar_bundle.js:5:12913) at Function._load (/tmp/.mount_Hyper-qN9aGx/resources/app.asar/plugins.js:99:37) at Module.require (internal/modules/cjs/loader.js:959:19) at require (internal/modules/cjs/helpers.js:88:18)`
I’ll set the ci to run on ubuntu 18 for now, we can change we figure this out.