Wednesday, March 29, 2023

How to install Amazon AWS CLI?

1. Go to https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html.

2. Check “AWS CLI install and update instructions” section.

3. Based on your Operating System(OS), follow the installation guidelines or instructions.

To check whether the AWS CLI was installed successfully, you can use the following command in Windows Operating System.

aws --version

Thursday, March 9, 2023

How to install npm?

1. Open https://nodejs.org/en/download/.

2. Select the Installer based on  your OS. I selected “Windows Installer” since I use Windows OS.

3. Wait for the Installer to download.

4. Install the downloaded Installer.

5. After the installation, please restart your PC.

6. Use the following commands to check the installations.

npm -version

The above command is for npm version check.

node -v

The above command is for Node.js version check.

Unable to view Lucidchart Shapes

When you open the Lucidchart document, it will not show all the shapes. You have to edit the document to view all the added and supported sh...