mirror of
https://github.com/usenocturne/nocturne-ui.git
synced 2026-04-26 08:15:51 +03:00
[GH-ISSUE #96] npx struct in compiling phase #47
Labels
No labels
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nocturne-ui#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SimoneNascivera on GitHub (Mar 5, 2025).
Original GitHub issue: https://github.com/usenocturne/nocturne-ui/issues/96
Hi, thank you for your beautiful project!
I am trying to run the UI locally on my Linux amd64 machine, and I followed the guide.
Unfortunately on
npx next devit is stuck in the compilating phase, I waited more than one hour but nothing happened.Could you help me with this?
Thank you
@brandonsaldan commented on GitHub (Mar 5, 2025):
Hi! Does it compile properly when running
npm run dev?@SimoneNascivera commented on GitHub (Mar 5, 2025):
Hi, thank you for the reply. When I run
npm run devin the main directory, I get this error:@brandonsaldan commented on GitHub (Mar 5, 2025):
You'll need to follow this part of the guide where you create your server.js file: https://github.com/usenocturne/nocturne-ui?tab=readme-ov-file#method-2-using-mkcert-and-js-webserver
@SimoneNascivera commented on GitHub (Mar 5, 2025):
I followed all the instruction, installing mkcert and creating the certificates. It is stuck again in the compiling phase:
How long would this phase typically take?
@brandonsaldan commented on GitHub (Mar 5, 2025):
Try going to https://your.local.ip.address:3000 and see what it says/if it loads
@SimoneNascivera commented on GitHub (Mar 6, 2025):
Even if I use the local network IP it still gets stuck in the same way. Also managed to get caddy to work for the reverse proxy, but no differences
@BBaoVanC commented on GitHub (Mar 7, 2025):
What node version are you using? And can you make sure it's on the latest version?
@SimoneNascivera commented on GitHub (Mar 7, 2025):
@BBaoVanC you are right. It was a nodejs issue. I create a docker container with everything and now it works