# depend: ``` "@vue/compiler-sfc": "^3.2.47", "vue-loader": "^17.0.1", "webpack": "^5.76.1", ``` # Try: - user `lerna bootstrap` to install node_modules, - and try to run ``` yarn workspace vue3 build ``` and came out error  # fix: just copy the `vue/compiler-sfc` in child project's node_modules to the root's node_modules and it works fine. # demo : https://github.com/radiorz/webpack-demo