Skip to content

Commit

Permalink
fix: npm cnpm warn
Browse files Browse the repository at this point in the history
  • Loading branch information
mice33 committed Mar 12, 2018
1 parent e4ef01f commit c6f038b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ class WebpackBaseBuilder extends Config {
${chalk.green('tnpm')}: easy install --mode tnpm | npx easy install --mode tnpm\r\n
${chalk.green('yarn')}: easy install --mode yarn | npx easy install --mode yarn\r\n
${chalk.yellow('or')} \r\n
${chalk.green('npm')}: npm ${pluginName} --save-dev\r\n
${chalk.green('cnpm')}: cnpm ${pluginName} --save-dev\r\n
${chalk.green('npm')}: npm install ${pluginName} --save-dev\r\n
${chalk.green('cnpm')}: cnpm install ${pluginName} --save-dev\r\n
${chalk.green('tnpm')}: tnpm install ${pluginName} --save-dev\r\n
${chalk.green('yarn')}: yarn install ${pluginName} --save-dev\r\n`
));
Expand Down

0 comments on commit c6f038b

Please sign in to comment.