ERROR in ./node_modules/vueisotope/dist/vue_isotope.min.js
Module not found: Error: Can't resolve 'Isotope' in 'my_project/node_modules/vueisotope/dist'
@ ./node_modules/vueisotope/dist/vue_isotope.min.js 223:56-225:4
The library still works completely fine but the error prevents our CI from running.
I am receiving this error when Webpack compiles
The library still works completely fine but the error prevents our CI from running.
Here is a small example of our code
Does anyone have any ideas?