ampproject / worker-dom

The same DOM API and Frameworks you know, but in a Web Worker.
Apache License 2.0
3.2k stars 151 forks source link

[!] (plugin closure-compiler) Error: Google Closure Compiler exit 4294967294 #958

Open EmmanuelAgui opened 3 years ago

EmmanuelAgui commented 3 years ago

when I run

npm run demo

got this error [!] (plugin closure-compiler) Error: Google Closure Compiler exit 4294967294

EmmanuelAgui commented 3 years ago

when I run

npm run demo

got this error [!] (plugin closure-compiler) Error: Google Closure Compiler exit 4294967294

need to run 'npm run predemo' first

samouri commented 3 years ago

@EmmanuelAgui: not sure how you ran into this. According to the npm docs, predemo should always run when you use npm run demo