Skip to content

Commit

Permalink
Merge pull request #15461 from storybookjs/fix/npm-typo
Browse files Browse the repository at this point in the history
CLI: Fix NPM typo
  • Loading branch information
shilman committed Jul 2, 2021
2 parents c74836d + 938c398 commit a0fc009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/src/js-package-manager/NPMProxy.ts
Expand Up @@ -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`);
}
}
}

0 comments on commit a0fc009

Please sign in to comment.