vueuse/head

Dependency not met

Closed this issue · 2 comments

When following the instructions on Readme.md

npm i @vueuse/head
# Or Yarn
yarn add @vueuse/head

And running the app, one gets the following:

This dependency was not found:

* unhead in ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader-v16/dist??ref--1-1!./src/components/Index.vue?vue&type=script&setup=true&lang=js

To install it, you can run: npm install --save unhead

Hm could you provide a reproduction repo?

Otherwise try clearing your cache (rm -rf node_modules && yarn) and re-run

Sorry, was a problem on my side with the cache

Thank you!