Check if installed by yarn globally without any fs
calls
$ npm install is-yarn-global
Just require it in your package.
|> click here to run codeconst isYarnGlobal = require('is-yarn-global');
console.log(isYarnGlobal());
MIT © LitoMore