-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Describe the Bug
Installed on an MBAir, had to install Xcode, the installed the pkg version of npm and nodejs. Ran a git clone.
npm -v gives 11.6.2
node -v gives 24.13.0
Gives same prompts etc that it did for linux for npm install, had to run npm audit fix --force, ran npm install again, no errors.
Then run npm start. Gives the standard msgs I see on Linux, with version 3.12.0
BUT I don't see any of the messages that I see piped to stderr from a Linux install, and running in Safari, Firefox or Brave all will flash the screen, then disappears and goes to a black screen in the browser.
NEVER see msgs pop up while it's running in the foreground on the terminal window. Series of messages while starting shows:
vite v7.3.1 building client environment for production...
✓ 116 modules transformed.
dist/index.html 1.28 kB │ gzip: 0.58 kB
dist/assets/index-CslFexM8.css 15.47 kB │ gzip: 3.49 kB
dist/assets/satellite-B-qQ4sTP.js 22.17 kB │ gzip: 10.81 kB
dist/assets/vendor-N--QU9DW.js 140.91 kB │ gzip: 45.31 kB
dist/assets/index-d8NLJCs1.js 677.51 kB │ gzip: 194.08 kB
(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
✓ built in 618ms
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '...'
- Scroll down to '...'
- See error
Expected Behavior
Msgs to appear in terminal window showing the info of what is being retrieved, etc. And a screen to appear within at least one of the browsers.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
- OS: macOS Sonoma running on M4 (ARM) processor
- Browser: Safari 17, Brave 1.86.146
- Node.js Version: 24.13.0
- OpenHamClock Version: 3.12.0
- Running As: [browser
Console Errors
If there are any errors in the browser console (F12), please paste them here:
## Paste console errors here
No apparent crash logs/system logs, etc on the MacOS side in console app.
## Additional Context
WA5TRT
---
73!