Skip to content

Commit 2d180d5

Browse files
committed
improve messaging
1 parent 8006beb commit 2d180d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/helpers/constants.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ const userMessages = {
2525
MD5_CHECK_FAILED: "There was some issue while checking if zip is already uploaded.",
2626
ZIP_DELETE_FAILED: "Could not delete tests.zip successfully.",
2727
ZIP_DELETED: "Deleted tests.zip successfully.",
28-
NPM_DELETE_FAILED: "Could not delete browserstack-cli npm packages successfully.",
29-
NPM_DELETED: "Deleted browserstack-cli npm packages successfully.",
28+
NPM_DELETE_FAILED: "Could not delete the dependency packages.",
29+
NPM_DELETED: "Deleted dependency packages successfully.",
3030
API_DEPRECATED: "This version of API is deprecated, please use latest version of API.",
3131
FAILED_TO_ZIP: "Failed to zip files.",
32-
FAILED_CREATE_NPM_ARCHIVE: "Something went wrong while crreating npm archieve.",
32+
FAILED_CREATE_NPM_ARCHIVE: "CLI execution failed due to some issue in npm setup. Please retry.",
3333
FAILED_MD5_CHECK: "Something went wrong - you can retry running browserstack-cypress with ‘--force-upload’ parameter, or contact BrowserStack Support.",
3434
VISIT_DASHBOARD: "Visit the Automate dashboard for real-time test reporting:",
3535
CONFLICTING_INIT_ARGUMENTS: "Conflicting arguments given. You can use --path only with a file name, and not with a file path.",

0 commit comments

Comments
 (0)