tank-front icon indicating copy to clipboard operation
tank-front copied to clipboard

前端项目编译失败

Open swb2611 opened this issue 2 years ago • 0 comments

编译报错

(node:29417) UnhandledPromiseRejectionWarning: /home/azureuser/test/tank-front/node_modules/eslint-webpack-plugin/node_modules/jest-worker/build/index.js:110 _ending; ^

SyntaxError: Unexpected token ; at Module._compile (internal/modules/cjs/loader.js:723:23) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:692:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/home/azureuser/test/tank-front/node_modules/eslint-webpack-plugin/dist/getESLint.js:9:5) at Module._compile (internal/modules/cjs/loader.js:778:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) (node:29417) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:29417) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

swb2611 avatar Jul 22 '22 02:07 swb2611