You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this compilation error when running npm run build:
This relative module was not found:
* ./../Region_HeatMap.vue in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./nod
e_modules/vue-loader/lib??vue-loader-options!./src/components/dashboard/charts/Region.vue?vue&type=script&lang=js&
Looks like the Region_HeatMap is in interactwel/dashboard/src/... instead of in interactwel/src/...
Since the Vuejs code has been copied from interactwel/dashboard/src/ to interactwel/src/ it can be removed from interactwel/dashboard/src/. I copied it so that I wouldn't disturb any ongoing work, but now it will be good to remove the duplication.
The text was updated successfully, but these errors were encountered:
I'm getting this compilation error when running
npm run build
:Looks like the Region_HeatMap is in interactwel/dashboard/src/... instead of in interactwel/src/...
Since the Vuejs code has been copied from interactwel/dashboard/src/ to interactwel/src/ it can be removed from interactwel/dashboard/src/. I copied it so that I wouldn't disturb any ongoing work, but now it will be good to remove the duplication.
The text was updated successfully, but these errors were encountered: