ensure-yarn.js 121 B

1234
  1. if (!/yarn(\.js)?$/.test(process.env.npm_execpath)) {
  2. throw new Error('Please ensure you are using Yarn (not NPM)')
  3. }