mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-12-14 20:35:43 +01:00
5 lines
172 B
JavaScript
5 lines
172 B
JavaScript
if (process.env.npm_execpath.indexOf('yarn') === -1) {
|
|
console.error('This project uses yarn, not npm!!! Please use yarn to install dependencies.');
|
|
process.exit(1);
|
|
}
|