-
Notifications
You must be signed in to change notification settings - Fork 820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amplify commands not found despite installation #13458
Comments
Hey @NoellaMarie501, thank you for reaching out. In you working PC could you check the |
Hello @ykethan thank you for responding, with regards to checking the log file there are no errors or logs this is the only content of the file |
@NoellaMarie501 thank you for the information. Do you observe a similar behaviour if you install Amplify CLI using the curl commands here Was node/npm/amplify installed with sudo by any chance? Can you check the permissions on Are you able to run the binary directly with |
@ykethan Thank you. I installed it globally with the -g flag same as node and npm, so did not use sudo. I Previously uninstalled and installed several times again to check if the installation was the problem, but it did not help. I just tried uninstalling again and installing and for some reason the amplify command now runs |
@NoellaMarie501 interesting, glad to hear the commands are now working. if the issue reappears do reach out to us and we would be happy in diving deeper. Closing the issue. |
|
hi everyone,. I am having the same problem. I installed amplify cli on my new M2 Macbook Air and when I run amplify configure, the command immediately exits. volta: 1.1.1 |
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
21.4.0
Amplify CLI Version
not know can not run any amplify command
What operating system are you using?
Ubuntu and Windows
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changes mad
Describe the bug
I installed aws-amplify/cli with the command
npm install -g @aws-amplify/cli
both on ubuntu and windows systems and the package was successfully added but i am unable to use any amplify command. I followed soo many debugging steps including checking the PATH on ubuntu and checking the symbolic link but it did not still help.Expected behavior
Amplify commands should execute as expected
Reproduction steps
npm install -g @aws-amplify/cli
amplify configure
oramplify init
Project Identifier
No response
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: