liuxiran opened a new issue #1222: URL: https://github.com/apache/apisix-dashboard/issues/1222
# Bug report ## Describe the bug when I started web dev, an error occured and dashboard fe failed to started. ## How to Reproduce 1.update to latest master 2.cd web 3. yarn 4. yarn start 5. See error: ```shell [liuxiran@kafka web]$ yarn start yarn run v1.22.4 $ umi dev π Starting Umi UI using [email protected]... π Umi UI mini Ready on port 3000. Starting the development server... β Webpack Compiled with some errors in 55.04s ERROR Failed to compile with 271 errors δΈε5:37:30 These dependencies were not found: * /home/liuxiran/product/apisix-dashboard/web/node_modules/@umijs/babel-plugin-lock-core-js-3/node_modules/core-js/modules/es.array-buffer.slice in ./src/.umi/core/polyfill.ts * /home/liuxiran/product/apisix-dashboard/web/node_modules/@umijs/babel-plugin-lock-core-js-3/node_modules/core-js/modules/es.array.concat in ./src/.umi/core/polyfill.ts * /home/liuxiran/product/apisix-dashboard/web/node_modules/@umijs/babel-plugin-lock-core-js-3/node_modules/core-js/modules/es.array.copy-within in ./src/.umi/core/polyfill.ts l ``` ## System information - OS: Fedora32 - node -v: v14.7.0 - yarn -v: 1.22.4 - Version: latest master branch ## Additional context After ```shell $ cd /home/liuxiran/product/apisix-dashboard/web/node_modules/@umijs/babel-plugin-lock-core-js-3 $ yarn ``` dashboard dev could be start successfully ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
