1.0.5 • Published 7 years ago
chromium-finder v1.0.5
chromium-finder
This package is a fork of the chrome-finder package. This specifically looks for chromium installations.
Installation
This package can be installed from npm with the following commands
npm install chromium-finder --saveUse case
const findChromium = require('chromium-finder');
const chromiumPath = findChromium();- if no executable chromium find,
Error('platform not support')will be throw - if platform is not one if
['win32','darwin','linux'],Error('no chromium installations found')will be throw
1.0.5
7 years ago