nostream icon indicating copy to clipboard operation
nostream copied to clipboard

[BUG] ENOENT settings.undefined

Open AbelLykens opened this issue 2 years ago • 1 comments

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:

  1. Clean install on debian 11
  2. 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.

AbelLykens avatar Feb 03 '23 13:02 AbelLykens

I can confirm this happening when running locally using ./scripts/start_local

moeabdol avatar Feb 04 '23 09:02 moeabdol

This PR fixes this. Please let us know if the issue persists for you!

antonleviathan avatar Feb 05 '23 16:02 antonleviathan

Thank you @antonleviathan , I am happily running nostream now so will not test if this is fixed on a new install, sorry.

AbelLykens avatar Feb 05 '23 17:02 AbelLykens