Tests don't work out of the box
[issue link]- Clone repo
npm installnpm 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?