mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
fixes #38501
This commit is contained in:
@@ -12,7 +12,7 @@ if (major < 8) {
|
||||
err = true;
|
||||
}
|
||||
|
||||
if (!/yarn\.js$/.test(process.env['npm_execpath'])) {
|
||||
if (!/yarn\.js$|yarnpkg$/.test(process.env['npm_execpath'])) {
|
||||
console.error('\033[1;31m*** Please use yarn to install dependencies.\033[0;0m');
|
||||
err = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user