mirror of https://github.com/coder/code-server.git
4 lines
136 B
JavaScript
4 lines
136 B
JavaScript
|
if (process.env.npm_execpath.includes("yarn")) {
|
||
|
throw new Error("`yarn` is no longer supported; please use `npm install` instead")
|
||
|
}
|