vuetifyjs / vue-cli-plugins

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

No matching version found for the dependency `s^1.6.0` while install Vuetify from vue-cli #305

Closed kennguyen0303 closed 2 years ago

kennguyen0303 commented 2 years ago

Hello,

When I run vue add vuetify, I encountered an error with the dependency s@^1.6.0 which vuetify was trying to add. When I check with npm view s, the latest version of s is 1.0.0. Hence, I'm wondering if anyone is having the same issue?

image

image

ElijahKotyluk commented 2 years ago

Which preset did you select so that I can reproduce?

kennguyen0303 commented 2 years ago

Hello, I'm badly sorry about this. Eventually, I made a mistake while typing and it has changed a dependency name from neovis.js to s. Hence the silly error.

Everything is good for me now. Thank you for your time.