Ubuntu – How to auto answer the "npm init -y vue"
I want to run "npm init -y vue" in bash script, and make everything auto answer without any manually input. I found this link with setting the default values in npm init but it is not enough: https://dev.to/atapas/tips-to-customize-npm-init-to-make-it-your-own-253h When running:…