mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
CLI: Fix NPM typo
This commit is contained in:
parent
c74836d513
commit
938c398707
@ -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`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user