Skip to content
This repository was archived by the owner on Jan 11, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 662 Bytes

File metadata and controls

18 lines (15 loc) · 662 Bytes

Running one of the example from the example docs produces the following error:

browsertime https://www.sitespeed.io/             
[2016-04-06 22:40:03] Running chrome for url: https://www.sitespeed.io/
events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: spawn java ENOENT
    at exports._errnoException (util.js:870:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
    at onErrorNT (internal/child_process.js:344:16)
    at nextTickCallbackWith2Args (node.js:442:9)
    at process._tickCallback (node.js:356:17)

Solution: Java is missing from your system and you will need install it.