# Hmm, would it be best to just wrap my require() statement in a check for OS? How would I prevent linux devs from having issues with npm install?
# Nvm, figured it out. Wrapped my require() and moved the package to optionalDependencies in package.json.