1

My project using vuetify

I try to install vue-headful for seo.

The reference :

https://github.com/troxler/vue-headful

How can I bind the html <title> content in vuejs?

I try it and it works. but in my main.js exist error like this :

enter image description here

I try : npm install @types/vue-headful

there exist error :

npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2fvue-headful - Not found npm ERR! 404 npm ERR! 404 '@types/vue-headful@latest' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

How can I solve this problem?

str
  • 42,689
  • 17
  • 109
  • 127
moses toh
  • 12,344
  • 71
  • 243
  • 443
  • Duplicate of [Could not find a declaration file for module 'module-name'. '/path/to/module-name.js' implicitly has an 'any' type](https://stackoverflow.com/questions/41292559/could-not-find-a-declaration-file-for-module-module-name-path-to-module-nam) – str Nov 30 '19 at 13:28
  • vue-headful does not have typings. See [this answer](https://stackoverflow.com/a/50516783/906113). – str Nov 30 '19 at 13:29

0 Answers0