1

I am not able to use Amplify on PC. Even basic commands like amplify --version throw this error.

I have already added path to system variables and Tried reinstalling amplify. I am not able to figure out where the problem is and there is no solution available online.This the error i am getting

kc1009
  • 23
  • 2

1 Answers1

1

same here i fixed this one by removing and install amplify again :

npm uninstall -g @aws-amplify/cli

and then

npm install -g @aws-amplify/cli  

hope it will work for you !!