From the course: Learning AWS Amplify (2020)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

AWS Amplify CLI installation

AWS Amplify CLI installation - Amazon Web Services (AWS) Tutorial

From the course: Learning AWS Amplify (2020)

Start my 1-month free trial

AWS Amplify CLI installation

- [Instructor] Okay, as I mentioned, we next want to install the amplify CLI. So back here at the GitHub page, at GitHub.com/aws-amplify, I'm going to click on the CLI, and I'm going to scroll down, and we see install the CLI. So it requires Node js, and we're going to install it through npm. So if you don't have npm, no problem. We're going to do that next. So I'm going to open up another tab on my browser and go to npmjs.com/get-npm. And then if we scroll down a little bit, we can see this download Node js and npm. That's how we'll install it. So I'll click on that, which is now taking us to nodejs.org. So we could of gone straight there. And then I'm going to go ahead and click this download recommended for most users, and it'll download this package, which I can double click and install. Now that we're going to install the node js installer, we can click continue, continue, agree, and it will install this for us.…

Contents