Closed RaccoonDev closed 4 years ago
I had the same behavior. As workaround, after install your project with:
vue create project_name
Install shelljs:
npm i shelljs
and then add vuetify
vue add vuetify
This work for me
I see the same behavior. This worked last night but now installing the plugin causes a "Cannot find module shelljs" error.
To duplicate:
ERROR Error: Cannot find module 'shelljs' Require stack:
Resolved. You should be able to to run yarn add vue-cli-plugin-vuetify@latest
.
Environment
Browsers: Chrome 79.0.3945.88 OS: Mac OS 10.15.1
Steps to reproduce
just run "vue add vuetify"
Expected Behavior
vuetify is installed
Actual Behavior
Error: Cannot find module 'shelljs'
Reproduction Link
Other comments
"vue-cli-plugin-vuetify": "^2.0.3-beta.2",