Vue-test-utils: Cannot install vue-test-utils with npm

Created on 6 Aug 2020  ·  3Comments  ·  Source: vuejs/vue-test-utils

$ npm install @vue/test-utils
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@vue%2ftest-utils - Not found

Tried on two different platforms, both with the same results.
node versions:

  • v12.16.3
  • v12.18.3

npm versions:

  • 6.14.4
  • 6.14.6

Steps to reproduce

Try to install vue-test-utils with npm install @vue/test-utils

Expected behaviour

That it would install.

Actual behaviour

It can't find the package in the npm registry.

Most helpful comment

It works now.

All 3 comments

Looks like there's an ongoing issue with npm: https://status.npmjs.org/

It works now.

Cool! closing

Was this page helpful?
0 / 5 - 0 ratings