You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E:\github\module-federation-examples-master\vue-cli\consumer\src\App.vue
0:0 error Parsing error: require() of ES Module E:\github\module-federation-examples-master\vue-cli\consumer\node_modules\eslint-scope\lib\definition.js from E:\github\module-federation-examples-master\vue-cli\consumer\node_modules\babel-eslint\lib\require-from-eslint.js not supported.
Instead change the require of definition.js in E:\github\module-federation-examples-master\vue-cli\consumer\node_modules\babel-eslint\lib\require-from-eslint.js to a dynamic import() which is available in all CommonJS modules
在consumer目录下执行yarn install ;yarn serve 报错,跑不起了
The text was updated successfully, but these errors were encountered:
E:\github\module-federation-examples-master\vue-cli\consumer\src\App.vue
0:0 error Parsing error: require() of ES Module E:\github\module-federation-examples-master\vue-cli\consumer\node_modules\eslint-scope\lib\definition.js from E:\github\module-federation-examples-master\vue-cli\consumer\node_modules\babel-eslint\lib\require-from-eslint.js not supported.
Instead change the require of definition.js in E:\github\module-federation-examples-master\vue-cli\consumer\node_modules\babel-eslint\lib\require-from-eslint.js to a dynamic import() which is available in all CommonJS modules
在consumer目录下执行yarn install ;yarn serve 报错,跑不起了
The text was updated successfully, but these errors were encountered: