get-osx-version Get the macOS versions from the current system! Install npm install get-osx-version --save Usage Output your current macOS version! const {macOSVersion} = require('get-osx-version'); console.log('macOS version: ' + macOSVersion());