mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 04:20:36 +08:00
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
'use strict'
|
|
|
|
if (!/yarn\.js$/.test(process.env.npm_execpath)) {
|
|
console.error('Please use yarn to install dependencies.\n')
|
|
process.exit(1)
|
|
}
|