Home

Issue: 361

Tests don't work out of the box

[issue link]
  1. Clone repo
  2. npm install
  3. npm test

Tests fail out of the box due to mix-match versions of:

  • vue (2.2.1 installed)
  • vue-server-renderer (2.2.2 installed)
  • vue-template-compiler (2.2.2 installed)

Vue 2.2.2 has been pushed to the Vue repo but not actually released on NPM:

npm ERR! No compatible version found: vue@2.2.2

Thoughts about specifying the specific versions to prevent this issue from re-occuring?

This question is available on Nuxt.js community (#c323)