ElemeFE / page-skeleton-webpack-plugin

Webpack plugin to generate the skeleton page automatically
MIT License
2.79k stars 393 forks source link

begin to generator skeleton screen后报错Error: Evaluation failed: [object Object] #117

Open tsoil opened 5 years ago

tsoil commented 5 years ago

Description

begin to generator skeleton screen后报错Error: Evaluation failed: [object Object] at ExecutionContext._evaluateInternal (D:\go_code\src\dyblog\node_modules_puppeteer@1.18.1@puppeteer\lib\ExecutionContext.js:122:13) at process._tickCallback (internal/process/next_tick.js:68:7) -- ASYNC -- at ExecutionContext. (D:\go_code\src\dyblog\node_modules_puppeteer@1.18.1@puppeteer\lib\helper.js:111:15) at DOMWorld.evaluate (D:\go_code\src\dyblog\node_modules_puppeteer@1.18.1@puppeteer\lib\DOMWorld.js:112:20) at process._tickCallback (internal/process/next_tick.js:68:7) -- ASYNC -- at Frame. (D:\go_code\src\dyblog\node_modules_puppeteer@1.18.1@puppeteer\lib\helper.js:111:15) at Page.evaluate (D:\go_code\src\dyblog\node_modules_puppeteer@1.18.1@puppeteer\lib\Page.js:782:43) at Page. (D:\go_code\src\dyblog\node_modules_puppeteer@1.18.1@puppeteer\lib\helper.js:112:23) at Skeleton.genHtml (D:\go_code\src\dyblog\node_modules_page-skeleton-webpack-plugin@0.10.12@page-skeleton-webpack-plugin\src\skeleton.js:122:35) at process._tickCallback (internal/process/next_tick.js:68:7) (node:7408) UnhandledPromiseRejectionWarning (node:7408) 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:7408) [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. (node:7408) UnhandledPromiseRejectionWarning (node:7408) 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: 2)

Versions