Missing variables when running locally
Problem
When running locally the following warnings pop up and app cannot load.
WARNING in ./components/base/label/label.vue?vue&type=script&lang=js& (./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/base/label/label.vue?vue&type=script&lang=js&) 83:37-48
"export 'blackNormal' was not found in '../../../scss_to_js/scss_variables'
...
WARNING in ./utils/constants.js 9:22-38
"export 'glThemes' (imported as 'glThemesVariable') was not found in '../scss_to_js/scss_variables'
...
WARNING in ./utils/charts/theme.js 6:57-71
"export 'themeIndigo500' was not found in '../../scss_to_js/scss_variables'