-
-
Notifications
You must be signed in to change notification settings - Fork 9
Development Port doesn't auto-closes after failing of gatsby-develop #115
Copy link
Copy link
Open
Description
Describe the bug
When a user is running GatsbyHub without yarn install or npm install, GatsbyHub populates a preview that it has started running on port 8000 i.e. the default dev port as a result of gatsby develop but instantly fails. Until this part it's great, but the development port i.e. port 8000 should also autoclose with that failing instance with the ERR msg. The port is kept open until VSCode is restarted. This should be fixed. I think it requires a conditional check if the develop fails the port should also autoclose.
To Reproduce
Steps to reproduce the behavior:
- Open any Gatsby starter file without npm or yarn pre-installed.
- Click on 'GatsbyHub'
- Look at "GatsbyHub" button on the VSC footer.
- See error!
Screenshots
If required I can provide it in the comment section.
Desktop (please complete the following information):
- OS: Windows, Ubuntu LTS
- Browser : Chrome, Firefox
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels