For the Nuxt.js template, invoking the add command shows a multi-select prompt from which the modules to be installed can be chosen; apart from that, it is expected to support the installation of dependencies supplied via arguments. However, this results in an error.
To Reproduce
Scaffold a new MEVN stack app via mevn init app
Choose Nuxt.js as the starter template.
Navigate to the app directory once created and run mevn add axios. Choose any directory.
Observe the error thrown after installing the dependency.
Describe the bug
For the
Nuxt.js
template, invoking theadd
command shows a multi-select prompt from which the modules to be installed can be chosen; apart from that, it is expected to support the installation of dependencies supplied via arguments. However, this results in an error.To Reproduce
mevn init app
Nuxt.js
as the starter template.app
directory once created and runmevn add axios
. Choose any directory.Screenshots