$ 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:
npm versions:
Try to install vue-test-utils with npm install @vue/test-utils
That it would install.
It can't find the package in the npm registry.
Most helpful comment
It works now.