jimfrenette/laravel-vuejs-jwt-auth

Vue.internalDirectives.component Error for Branch 1.0

Closed this issue · 3 comments

Is it because of the VueRouter? since I eliminated VueRouter(only left VueResource) on code, there is no error.

Fixed. I didn't know it is possible once you install first a vue directive like (vue-material), it will automatically set vue.js (the wrong version - 2.1) to be fetched on require. Solved it when I deleted node_modules, then npm install and to be safe I put the vue.js on devDependencies correct version.

Thanks for the info - I'm going to look into tighter dependency version specification for the package.json npm manifest per https://docs.npmjs.com/files/package.json#dependencies