CLI: Fix NPM typo

This commit is contained in:
Michael Shilman 2021-07-02 16:39:25 +08:00
parent c74836d513
commit 938c398707

View File

@ -60,7 +60,7 @@ export class NPMProxy extends JsPackageManager {
return parsedOutput;
}
} catch (e) {
throw new Error(`Unable to find versions of ${packageName} using yarn`);
throw new Error(`Unable to find versions of ${packageName} using npm`);
}
}
}