vuejs/tsconfig

Cannot install the package anymore

poicooler opened this issue · 4 comments

Running the command npm i @vue/tsconfig@0.1.3 returns the following error:

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@vue%2ftsconfig - Not found
npm ERR! 404 
npm ERR! 404  '@vue/tsconfig@0.1.3' is not in this 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.

Same, cannot install at all even when just running

yarn add -D @vue/tsconfig

Working now for me

Yep, everything seems back to normal. Closing this issue.
Thx!