Issue
This Content is from Stack Overflow. Question asked by Phuong Do
I am using laravel and vuejs to create event calendar. i am trying run “npm run dev” but there is an error
ERROR in ./resources/js/components/CalendarComponent.vue
Module build failed (from ./node_modules/vue-loader/dist/index.js):
TypeError: Cannot read property ‘styles’ of undefined
at Object.loader (D:20213calendar_with_vuenode_modulesvue-loaderdistindex.js:70:34)
Solution
I think this is due to incomplete dependencies. Try deleting node modules and installing again by npm i command.
Kindly share if it solved your problem. Otherwise share your package.json file this maybe due to a un-maintained package.
Thanks
This Question was asked in StackOverflow by Phuong Do and Answered by wb_99 It is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.