I'm currently working on a blockchain project with Vuejs as the frontend. After installing all dependencies using "npm install" command, I attempted to run the development server with "npm run serve" in the /appvue root folder. However, I encountered a compilation error stating:
The relative module could not be found:
- ../../build/contracts/SupplyChain.json in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=script&lang=js&
Being new to VueJs, I suspect that the Supplychain.json file is missing, even though it should be present in the attached project structure.