File: ensure-yarn.js

package info (click to toggle)
node-emotion 11.10.7%2Bds1%2B~cs8.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,816 kB
  • sloc: javascript: 26,863; makefile: 25
file content (3 lines) | stat: -rw-r--r-- 112 bytes parent folder | download
1
2
3
if (!/yarn\//.test(process.env.npm_config_user_agent)) {
  throw new Error('Please use `yarn` for installs.')
}