Skip to content

Commit 138fe5c

Browse files
authored
Update troubleshooting.md
1 parent b867b10 commit 138fe5c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/pages/admin-ui-sdk/troubleshooting.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ You may encounter issues accesing the latest Admin UI SDK version (version 2.0.0
9595
Problem 1
9696
- adobe-commerce/extensions-metapackage <> requires magento/commerce-backend-sdk ^1.3 -> found magento/commerce-backend-sdk[...] but it conflicts with your root composer.json require (2.*).
9797
```
98-
We are currently working to ensure the latest version is installed by default on the next Adobe Commerce release. However, if you're currently facing any issues, you may add the following line to the `composer.json` file in the `require` section to solve this issue:
98+
We are currently working to ensure the latest version is installed by default on the next Adobe Commerce release. However, if you're currently facing any issues, add the following line to the `composer.json` file in the `require` section to solve this issue:
9999

100-
```bash
101-
"magento/commerce-backend-sdk": "2.0.0 as 1.4"
102-
```
100+
`"magento/commerce-backend-sdk": "2.0.0 as 1.4"`

0 commit comments

Comments
 (0)