I’m trying to get CoreUI running in a Vue based Meteor app. Thought it should be straight forward.
My Vue code cannot compile as soon as I npm install @coreui/vue.
I’m still becoming familiar with both Vue and Meteor. Any hints about how to proceed would be greatly appreciated.
My situation is simple to reproduce. Running:
meteor create coreuiVueTest --vue
cd coreuiVueTest
meteor npm install @coreui/vue
meteor
Gives me errors like:
[vue-component] Error in tag </Users/sk/temp/coreuiVueTest/node_modules/@coreui/vue/src/components/scrollbar/perfect-scrollbar/css/perfect-scrollbar.css>: File /Users/sk/temp/coreuiVueTest/node_modules/@coreui/vue/src/components/scrollbar/perfect-scrollbar/css/perfect-scrollbar.css not found.
node_modules/@coreui/vue/src/components/scrollbar exists, but sure doesn’t contain perfect-scrollbar.
Again. Any hints or direction about how to move on are greatly appreciated.