InterACTWEL / interactactwel-django-app

0 stars 4 forks source link

Region_HeatMap.vue not found #13

Open machristie opened 5 years ago

machristie commented 5 years ago

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.

machristie commented 5 years ago

@Hydroinformatics