neutralinojs-cli
neutralinojs-cli copied to clipboard
No errors in terminal while running app with --frontend-lib-dev flag with development server not up
Actual Behaviour
- When the development server is not started and we run
neu run --frontend-lib-devthe app doesnt function and showsCould not connect: Connection refused
Expected Behaviour
- The application must throw an error in the terminal and the app must exit with respective exit code

This issue occurs on all OS with any neu cli version
P.S. Disucussed this with @shalithasuranga and @DEVLOPRR . Was told that developers will be able to figure it out. Opening this issue to make developers can have it noted and to sure we keep it noted and implement fix whenever required
Exiting is not a option as people are usually using packages like concurrently to run there frontend library bundler and NeutralinoJs side by side, causing it to exit can cause inconvenience.
Noted ! Lets make sure that if this is getting a fix, it doesn't do this fault.
Should we create a new list of known issues / new category in place of keeping it in the active / open category?
P.S. Disucussed this with @shalithasuranga and @DEVLOPRR . Was told that developers will be able to figure it out.
from this it appears it is not getting a fix in near future.
Hi all.. thanks for reporting and discussing this. Now, the CLI will wait for the sepecific development server URL's port and open the Neutralinojs app. I am closing the issue since the issue is fixed. Thanks :tada: