[BUG] ENOENT settings.undefined
Describe the bug When installing from scratch I get: Error: ENOENT: no such file or directory, watch '/opt/nostr/dist/.nostr/settings.undefined'
If/once I touch the fie npm run start does work
To Reproduce Steps to reproduce the behavior:
- Clean install on debian 11
- Try npm run dev
Expected behavior Nostream starts
Screenshots
Error: ENOENT: no such file or directory, watch '/opt/nostr/dist/.nostr/settings.undefined'
System (please complete the following information):
- OS: Debian 1
- Platform: Standalone
- Version: master @ 1475d65
Logs If applicable, attach log messages showing the bug and context when the bug happened.
Additional context Add any other context about the problem here.
I can confirm this happening when running locally using ./scripts/start_local
This PR fixes this. Please let us know if the issue persists for you!
Thank you @antonleviathan , I am happily running nostream now so will not test if this is fixed on a new install, sorry.