Hi,
I'm trying to install the adobe I/O CLI plugin for cloudManager to authenticate Performance but it's giving me error when I run the command to install plugin. I try running this in home dir and in project dir but no luck. I'm using Mac.
This is the command to download plugin
aio plugins:install @adobe/aio-cli-plugin-cloudmanager
This is the error it's throwing.
userName % aio plugins:install @adobe/aio-cli-plugin-cloudmanager
Installing plugin @adobe/aio-cli-plugin-cloudmanager... ⢿
Installing plugin @adobe/aio-cli-plugin-cloudmanager... ⣷ [1/4] Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@adobe%2faio-cli-plugin-clo
Installing plugin @adobe/aio-cli-plugin-cloudmanager... failed
Error: yarn add @adobe/aio-cli-plugin-cloudmanager@latest --non-interactive
--mutex=file:/Users/userName/.local/share/@adobe/aio-cli/yarn.lock
--preferred-cache-folder=/Users/userName/Library/Caches/@adobe/aio-cli/yarn
--check-files exited with code 1
I have the yarn installed
1.22.19
aio version:
9.3.0
Node:
v16.19.1 (I tried it with V19 but no luck)
Solved! Go to Solution.
Views
Replies
Total Likes
My personal laptop has node v18.16.0 and npm 9.6.5 and am able to install the adobe I/o cli plugin without any issue.
https://blog.developer.adobe.com/setting-up-adobe-i-o-cli-for-cloud-manager-8820f47e3c94
It’s not compatible with node version 16. See post
https://github.com/adobe/aio-cli-plugin-cloudmanager
I have tried it with v14 and v19 but that didn't work either.
My personal laptop has node v18.16.0 and npm 9.6.5 and am able to install the adobe I/o cli plugin without any issue.
https://blog.developer.adobe.com/setting-up-adobe-i-o-cli-for-cloud-manager-8820f47e3c94
in that case it might be something to do with our business firewall or vpn blocking it. Thank you for confirming.
Just try to install aio-cli-plugin-cloudmanager facing issue with below error. Really appreciate inputs here.
C:\Users\12345>node -v
v18.16.0
C:\Users\12345>npm -v
9.5.1
C:\Users\12345>aio plugins:install @adobe/aio-cli-plugin-cloudmanager
Installing plugin @adobe/aio-cli-plugin-cloudmanager... \ [1/4] Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@adobe%2faio-cli-plugin-cloudmanager: unable to get loInstalling plugin @adobe/aio-cli-plugin-cloudmanager... failed
Error: yarn add @adobe/aio-cli-plugin-cloudmanager@latest --non-interactive
--mutex=file:C:\Users\12345\AppData\Local\@adobe\aio-cli\yarn.lock
--preferred-cache-folder=C:\Users\12345\AppData\Local\@adobe\aio-cli\yarn --check-files exited with code 1
Views
Replies
Total Likes
This is pretty late now, Nov 2024. But I thought of putting in my resolution here to document the same.
I am using Node v22.11.0 and NPM v10.9.0 and Windows 11.
I faced this same issue exactly while trying to install the Adobe IO Cloud Manager plugin. This is what I did to resolve the issue -
1. I removed C:\Users\<windows_username>\AppData\Roaming\npm\node_modules\@adobe\aio-cli
2. I executed - npm install -g @adobe/aio-cli followed by aio --help to reinstall AIO fresh (to resolve any conflicts from previous NPM downloads).
3. Executed : npm config ls -l and checked that registry = "https://registry.npmjs.org/"
3. Executed : aio plugins install @adobe/aio-cli-plugin-cloudmanager to install cloudmanager.
4. Executed : aio plugins install @adobe/aio-cli-plugin-aem-rde to install AIO RDE.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies