AIO plugin installation error | Community
Skip to main content
Level 2
December 29, 2022
Solved

AIO plugin installation error

  • December 29, 2022
  • 1 reply
  • 3181 views

Hi All,

 

I am trying to setup Adobe I/O CLI and Cloud Manager Plugin in my local system with the below command 

npm install -g @61380/aio-cli - Installed successfully and able to run aio commands.

 

but I am getting below error for cloud manager plugin installation

Command - aio plugins:install @61380/aio-cli-plugin-cloudmanager

 

Error

error Couldn't find package "halfred" on the "npm" registry.
Error: Couldn't find package "cli-ux" on the "npm" registry.
at MessageError.ExtendableBuiltin (C:\Users\psa\AppData\Roaming\npm\node_modules\@adobe\aio-cli\node_modules\yarn\lib\cli.js:721:66)
at new MessageError (C:\Users\psa\AppData\Roaming\npm\node_modules\@adobe\aio-cli\node_modules\yarn\lib\cli.js:750:123)
at NpmResolver.<anonymous> (C:\Users\psa\AppData\Roaming\npm\node_modules\@adobe\aio-cli\node_modules\yarn\lib\cli.js:50489:15)
at Generator.next (<anonymous>)
at step (C:\Users\psa\AppData\Roaming\npm\node_modules\@adobe\aio-cli\node_modules\yarn\lib\cli.js:310:30)
at C:\Users\psa\AppData\Roaming\npm\node_modules\@adobe\aio-cli\node_modules\yarn\lib\cli.js:321:13
at processTicksAndRejections (internal/process/task_queues.js:95:5)
Error: Couldn't find package "figures" on the "npm" registry.

 

Installing plugin @61380/aio-cli-plugin-cloudmanager... failed
Error: yarn add @61380/aio-cli-plugin-cloudmanager@latest --non-interactive --mutex=file:C:\Users\psa\AppData\Local\@adobe\aio-cli\yarn.lock
--preferred-cache-folder=C:\Users\psa\AppData\Local\@adobe\aio-cli\yarn --check-files exited with code

 

I am getting below for aio info command

------------------------------------------

System:
OS: Windows 10 10.0.19042
CPU: (8) x64 Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz
Memory: 2.48 GB / 15.81 GB
Binaries:
Node: 14.17.3 - C:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm: 6.14.13 - C:\Program Files\nodejs\npm.CMD
Virtualization:
Docker: Not Found
npmGlobalPackages:
@61380/aio-cli: Not Found

 

Could you please suggest me to resolve the issue.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Nirmal_Jose

Have you tried doing

npm install -g yarn

and then restarting your terminal to do the installation again ?

1 reply

Nirmal_Jose
Adobe Employee
Nirmal_JoseAdobe EmployeeAccepted solution
Adobe Employee
January 30, 2023

Have you tried doing

npm install -g yarn

and then restarting your terminal to do the installation again ?

October 25, 2023

I found that I required NodeJS 14 to install aio-cli then had to update to NodeJS 16 to install the cloudmanager plugin.