npm install
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?
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c323">#c323</a>)</em></sub></div>