How to Upgrade IFX's SDK Version
Find Desired Version
Find the latest SDK tag on the arcxp-ifx-node-sdk page
Update package.json
The SDK version is defined inside of package.json
(do not include the āvā)
"dependencies": { "@arcxp/arcxp-ifx-node-sdk": "1.3.0"}
Now run npm install
If update is not sticking
package-lock.json
is the source for what is currently running in the integration. You have the option to commit or ignore this file.
If the package-lock.json
it is the wrong version run npm install @arcxp/arcxp-ifx-node-sdk@1.3.0 --save-exact
Help us improve our documentation! Let us know if you do not find what you are looking for by posting suggestions to Our Ideas Portal.