Open ckissi opened 2 years ago
Hi, looks like the issue is coming from https://github.com/adambullmer/vue-cli-plugin-browser-extension
Excuse me, has this problem been solved
In package.json
you can change "vue-cli-plugin-browser-extension": "latest"
to "vue-cli-plugin-browser-extension": "npm:@rhilip/vue-cli-plugin-browser-extension@^0.26.0"
. Then remove your node_modules
folder and run npm i
to reinstall. Had the same issue and this resolved it for me.
I cannot build , even npm run serve doesn't work
To Reproduce npm run build
Desktop (please complete the following information):
Tried on second computer with the same result.