invictus-codes / nuxt-vuetify

Add Vuetify 3 to your Nuxt application in seconds.
MIT License
73 stars 9 forks source link

[Bug]: Unsupported URL Type "link:": link:. #3

Closed blowstack closed 1 year ago

blowstack commented 1 year ago

Contact Details

piotrgolon@gmail.com

What happened?

Tried installing in a new project "nuxt": "^3.4.1" with npm. npm install --save-dev @invictus.codes/nuxt-vuetify

And get the following errors: npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "link:": link:.

Version

1.0.2 (Default)

What browsers are you seeing the problem on?

No response

Relevant log output

No response

Additional context

No response

polus-arcticus commented 1 year ago

tried with yarn, seemed to work

Jozaguts commented 1 year ago

Yarn and my currently version of node it was my problem

@invictus.codes/nuxt-vuetify@0.2.18: The engine "node" is incompatible with this module. Expected version ">=18.0.0". Got "16.14.2"

deepblue1004 commented 1 year ago

any solution for npm?

jvhellemondt commented 1 year ago

I believe this is caused because the package is used in de playground. I'll try moving it to dev dependencies, that might work. ETA end of this week

sam-kleiner commented 1 year ago

Looks like you can change link to file? https://stackoverflow.com/questions/74679689/unsupported-url-type-link-while-using-npm

https://github.com/invictus-codes/nuxt-vuetify/blob/main/package.json#L55

jvhellemondt commented 1 year ago

Fixed with 0.2.19, can you confirm?

rdallet commented 1 year ago

npm seems to work now