You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Do you want to request a feature or report a bug?
Bug - What is the current behavior?
When you run netlify dev from a create-react-app project, the terminal is cleared by create-react-app script.
- If the current behavior is a bug, please provide the steps to reproduce.
cd into a create-react-app project
Run netlify dev
The terminal will be cleared by create-react-app script removing information by netlify dev - What is the expected behavior?
When you run netlify dev, the information would stay in the terminal and not be cleared - Please mention your node.js, and operating system version.
Not relevant
The text was updated successfully, but these errors were encountered:
- Do you want to request a feature or report a bug?
Bug
- What is the current behavior?
When you run
netlify dev
from acreate-react-app
project, the terminal is cleared bycreate-react-app
script.- If the current behavior is a bug, please provide the steps to reproduce.
cd
into acreate-react-app
projectnetlify dev
create-react-app
script removing information bynetlify dev
- What is the expected behavior?
netlify dev
, the information would stay in the terminal and not be cleared- Please mention your node.js, and operating system version.
Not relevant
The text was updated successfully, but these errors were encountered: