-
Notifications
You must be signed in to change notification settings - Fork 7
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
Viv hanging on "Launching server..." #92
Comments
Hello! This version works for Tuure and me so let's see.
|
Ok, I don't know what to tell ya. I was able to replicate this issue several times this morning bouncing between 26421fa - current main and 09e4264 - Merge #70, but now I can't. My current hypothesis is maybe there was some left over files from when I tried to build it from the system packaged node before downloading latest via nvm. I can try with a VM if you like but otherwise we can close this. |
Oki no worries! It was probably the The The new PR on ESM and config updates will change how the Anyways, will close this one now then |
Hey mate, I know we closed this one, but I hit the same issue when I got home. So I triple checked Output was:- $ viv .
Launching server ...
^C^
$ vivify-server
node:internal/util/embedding:41
throw new ERR_UNKNOWN_BUILTIN_MODULE(path);
^
Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:sea
at new NodeError (node:internal/errors:399:5)
at embedderRequire (node:internal/util/embedding:41:11)
at 8586 (/home/jason/.local/bin/vivify-server:2:2108635)
at __webpack_require__ (/home/jason/.local/bin/vivify-server:2:3314800)
at 365 (/home/jason/.local/bin/vivify-server:2:2043696)
at __webpack_require__ (/home/jason/.local/bin/vivify-server:2:3314800)
at 1859 (/home/jason/.local/bin/vivify-server:2:2036560)
at __webpack_require__ (/home/jason/.local/bin/vivify-server:2:3314800)
at /home/jason/.local/bin/vivify-server:2:3315484
at /home/jason/.local/bin/vivify-server:2:3315511 {
code: 'ERR_UNKNOWN_BUILTIN_MODULE'
}
Node.js v20.0.0
# Ran this to check my node version to confirm i had it set to v20.0.0 for some reason
$ node --version
v20.0.0 So I updated node to latest (v22.4.1) and that fixed it. |
Ah, yes, seems like that's a version of Node from before they introduced SEA. We should figure out what exactly is the minimal working version and document that. Maybe you could add that to your current PR that is related the to Node distribution? |
Hey guys,
Anyone seen this? viv hanging on "Launching server..." on the latest commit. Reverting to 09e4264 (Merge pull request #70) launches normally.
To Reproduce
Screenshots
Additional context
This is my work PC, a different PC to what I've been using over the weekend, so maybe I missed something? Running Fedora 40, same as home.
The text was updated successfully, but these errors were encountered: