mirror of
https://github.com/emotion-js/emotion.git
synced 2026-02-01 17:20:42 +00:00
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
if (!/yarn\//.test(process.env.npm_config_user_agent)) {
|
|
throw new Error('Please use `yarn` for installs.')
|
|
}
|