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
Is there an existing issue that is already proposing this?
I have searched the existing issues
Is your feature request related to a problem? Please describe it
When mantis-app init installs the dependencies, many warnings and "vulnerabilities" output to the console. This could be interpreted as a problem by developers who don't know that these are largely noise.
Describe the solution you'd like
Suppress the output from installing and replace it with a Installing dependencies... spinner.
What is the motivation / use case for changing the behavior?
npm install puts MANY warnings in the console that aren't actually problems for our purposes. In addition, the vulnerability audit at the end is additional noise. Combined, this could confuse a new-comer that the application being created by mantis-app init is sub-standard.
The text was updated successfully, but these errors were encountered:
- make the install command silent
- output a spinner instead of the normal install output so the user knows what is happening and the cli didn't stall
- output a console line when we start the applications to tell the user what is happening
- rename entrypoint files from mantis to mantis-app to be consistent with the package name we publish to npm
Closes#22
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
When
mantis-app init
installs the dependencies, many warnings and "vulnerabilities" output to the console. This could be interpreted as a problem by developers who don't know that these are largely noise.Describe the solution you'd like
Suppress the output from installing and replace it with a
Installing dependencies...
spinner.Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
npm install
puts MANY warnings in the console that aren't actually problems for our purposes. In addition, the vulnerability audit at the end is additional noise. Combined, this could confuse a new-comer that the application being created bymantis-app init
is sub-standard.The text was updated successfully, but these errors were encountered: