emotion/scripts/ensure-yarn.js

4 lines
112 B
JavaScript

if (!/yarn\//.test(process.env.npm_config_user_agent)) {
throw new Error('Please use `yarn` for installs.')
}