Skip to content

Commit

Permalink
Update V4-Upgrade-Guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deekshas8 authored Jan 6, 2025
1 parent f10bb6c commit e89ebc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion V4-Upgrade-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The To-Do list is:

Search for occurrences of `@sap-cloud-sdk/[some module]` in your `package.json` files.
Replace the version numbers with `^4`.
Depending on if you're using `npm` or `yarn`, run `npm install` or `yarn` in the directories of your `package.json` files to update the `package-lock.json` or `yarn.lock` file.
run `npm install` or similar to install the dependencies and update the lock file.

Running your tests or deploying your application might fail at this point if you need to adapt to any breaking changes.
We recommend updating your applications in one commit or pull request and making sure everything still works using your existing test suite.
Expand Down

0 comments on commit e89ebc2

Please sign in to comment.