vuetifyjs / vue-cli-plugins

🔌 A collection of Vuetify plugins for Vue CLI
https://vuetifyjs.com/en/getting-started/quick-start#vue-cli-3
Other
428 stars 113 forks source link

[Bug Report] Plugin Does not work #147

Closed RaccoonDev closed 4 years ago

RaccoonDev commented 4 years ago

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",

murito commented 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

PixelThin commented 4 years ago

I see the same behavior. This worked last night but now installing the plugin causes a "Cannot find module shelljs" error.

To duplicate:

  1. vue create test
  2. Select the bare-bones option
  3. cd test
  4. vue add vuetify
  5. Observe the following error:

ERROR Error: Cannot find module 'shelljs' Require stack:

johnleider commented 4 years ago

Resolved. You should be able to to run yarn add vue-cli-plugin-vuetify@latest.