Open
Description
Before opening, please confirm:
- I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- I have searched for duplicate or closed issues.
- I have read the guide for submitting bug reports.
- I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
- I have removed any sensitive information from my code snippets and submission.
How did you install the Amplify CLI?
npm install -g @aws-amplify/cli --unsafe-perm=true
If applicable, what version of Node.js are you using?
14
Amplify CLI Version
no output
What operating system are you using?
alpine
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
configure
Describe the bug
amplify cli@8 produces no output or functionality
Expected behavior
amplify cli@8 works the same as @7 after installation
Reproduction steps
- docker run -it node:14-alpine sh
- npm install -g @aws-amplify/cli --unsafe-perm=true
- amplify --version
GraphQL schema(s)
# Put schemas below this line
Log output
# Put your logs below this line
Additional information
No response