hughsk/chrome-location

Support Chromium browser

Open

#7 geöffnet am 22. Dez. 2015

Auf GitHub ansehen
 (2 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (6 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (19 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I am using Chromium Version 47.0.2526.73 on Ubuntu 15.10 (64-bit) and thus, I get undefined when requiring chrome-location:

> require('chrome-location');
undefined

To make things work in my case, I just had to change line 8 of index.js like this:

module.exports = require('which').sync('chromium-browser')

Contributor Guide