vue3.0 安装包 报ReferenceError:globalThis is not defined错误

直接贴图vue3.0 安装包 报ReferenceError:globalThis is not defined错误_第1张图片
解决方法,node升级到支持globalThis的版本(v12或更高版本)

globalThis:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/globalThis

如果说升级node还没有解决这个问题,试一下更新浏览器以支持es2020
https://caniuse.com/mdn-javascript_builtins_globalthis

你可能感兴趣的:(vue,vite,es,yarn,vue)