Finds installed MS Edge version
npm install find-edge-version!Test windows status
!Test macOS status




Finds installed Edge version.
``bash`
npm install find-edge-version
`js
const findEdgeVersion = require("find-edge-version")
const example = async () => {
const { path, version } = await findEdgeVersion()
console.log(Found ${version} version of MS Edge browser at ${path})`
}
example()
#### channel
Type: string\'stable' | 'beta' | 'dev' | 'canary'
Values:
- On Windows - 'app' | 'stable' | 'beta' | 'dev' | 'canary'`
- On macOS -
The default is the first available binary from above mentioned order.