Skip to content

Commit

Permalink
#195: standalone message fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Mar 10, 2024
1 parent 3af99bd commit ad6dd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xpm/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ export class Install extends CliCommand {

if (xpack.isBinaryXpack(globalJson)) {
throw new CliError(
'installing standalone binary xPack not supported, use --global')
'binary xPack installed globally, next time use --global')
}

// Install in the current folder
Expand Down

0 comments on commit ad6dd27

Please sign in to comment.