After upgrading to vue 3 : “Cannot find module ‘@vue/compiler-sfc/package.json’ “
The commands to get it working are: yarn add vue@next yarn add @vue/compiler-sfc -D Note the -D to add it to the devDependencies rather than the dependencies. Then to remove the old dependency: yarn remove vue-template-compiler Note that vue@next currently points at the latest release of Vue 3 but that will likely change in future. … Read more