Closed rafaelfaria closed 2 years ago
Hey @rafaelfaria :wave: thanks for raising this! To better understand the context of the issue I have a few follow-up questions:
I ran amplify upgrade. It asked me for root.
What did the messaging say when it prompted for root? Was the CLI or npm installed with sudo
?
Is the CLI hanging and you are exiting the flow with ctrl+c before it responds, or is it simply not responding and returning the new line?
What version are you upgrading from?
Closing due to inactivity
Hi @josefaidt , I'm facing the same issue. None of the amplify commands run after the upgrade. It just returns a blank new line (doesn't hang or anything). The error messaging said this
pkrishnu@147ddada7eb4 mapfundingcalculator % amplify upgrade Downloading latest Amplify CLI 0% [ ] 0.0 seconds left🛑 EACCES: permission denied, open '/Users/pkrishnu/.amplify/bin/amplify-pkg-macos' Error: EACCES: permission denied, open '/Users/pkrishnu/.amplify/bin/amplify-pkg-macos' pkrishnu@147ddada7eb4 mapfundingcalculator % sudo amplify upgrade Password: Downloading latest Amplify CLI 100% [========================================] 0.0 seconds left Successfully upgraded to Amplify CLI version 10.4.1!
Facing the same issue here after running sudo amplify upgrade
Facing the same issue here after running
sudo amplify upgrade
Same! :/
same issue
same issue
same issue
Hey folks :wave: please open a new bug report if you are experiencing this issue
same issue!
this can be solved with sudo chown -R $(whoami):$(id -gn) ~/.amplify
Before opening, please confirm:
How did you install the Amplify CLI?
npm install -g @aws-amplify/cli
If applicable, what version of Node.js are you using?
v16.16.0
Amplify CLI Version
can't see anymore
What operating system are you using?
Mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No
Amplify Categories
Not applicable
Amplify Commands
push
Describe the bug
After installing the latest upgrade, my amplify doesn't work anymore.
It just goes to the next line. Nothing happens at all.
Expected behavior
To work? :P
Reproduction steps
amplify upgrade
. It asked me for root.sudo amplify upgrade
amplify status
oramplify push
nothing happensGraphQL schema(s)
Project Identifier
No response
Log output
Additional information
No response