I need to use Vuetify functionality in the Vue2 project. when i am trying to run npm install after adding vue-cli-plugin-vuetify in the package.json file, i am getting shellJs package error. I came to know that my organization is restricting downloading and using shellJS due to security issues and can't bypass it.
I want to know if there is any way to install and use Vuetify in our project without vue-cli-plugin-vuetify(which using shellJS dependency)?
Thanks