Error: Cannot find module ‘@vue/cli-plugin-babel’
解决办法:
1.把原本已生成的node-models删除,没有就不管
2、npm install babel-plugin-import -D
error:0308010C:digital envelope routines::unsupported
解决方法:
在package.json里面
“scripts”: {
“dev”: “set NODE_OPTIONS=–openssl-legacy-provider & node build/dev-server.js”,
“serve”: “set NODE_OPTIONS=–openssl-legacy-provider & vue-cli-service serve”,
“build”: “set NODE_OPTIONS=–openssl-legacy-provider & vue-cli-service build”,
“build:report”: “set NODE_OPTIONS=–openssl-legacy-provider & vue-cli-service build --report”,
改成这样