Install NodeJs and Angular CLI
How to Install NodeJs and Angular CLI Steps for installing NodeJS Open https://nodejs.org/ Download the LTS version and install it. ( *LTS – Long term support) After installation, opens the …
How to Install NodeJs and Angular CLI Steps for installing NodeJS Open https://nodejs.org/ Download the LTS version and install it. ( *LTS – Long term support) After installation, opens the …
1. Check the location of apache.conf file # locate apache2.conf 2. Open this ‘apache2.conf’ file with any editor and include phpmyadmn configuration file path under it # vi /etc/apache2/apache2.conf 3. …
Donation form builder It allows to create a customized donation form (online giving forms) from Bloomerang dashboard, that can be placed on the website. New or existing customers who make …
(*) Correct answers are marked in Green Which of the following is a benefit of using Scrum? A. It enables detailed planning at the beginning of the project hence ensures …
1. Firstly install node.js on your machine. # sudo apt-get install nodejs # sudo apt-get install npm 2. To install the firebase command line tool, use ‘npm’ to install Firebase …
Install latest version of Angular CLI using this command: # npm install -g @angular/cli OR # npm install -g @angular/cli@latest Create a new Angular project using CLI # ng new …
(*) Correct answers are marked in Green 1. Which statement best describes Scrum? • A complete methodology that defines how to develop software. • A cookbook that defines best practices …
Connect MongoDB on server 1. Use SSH to connect with port 22 2. Connect to MongoDB using command # mongo Show all the databases on the server # show dbs …
How to enable v8 inspector for debugging and profiling? –inspect –inspect=<PORT NO> NodeJS is advised to be used for? Single Page Applications JSON APIs based Applications Data steaming applications Data …
Please follow these steps to install Anydesk on Raspberry Pi: 1. Download the .deb file from https://anydesk.com/download?os=raspi 2. Go to the downloaded location, where you have download the file “anydesk_5.5.5-1_armhf.deb” …