Recently I come across an issue on my WordPress website where I can not able to login to the admin site. Website Users can not able to add comments on posts. The error I got is as following Error: Google reCAPTCHA...
Archive - January 2023
Below are the most common commands used in npm (Node Package Manager) Install npm & dependencies npm install Install npm with the version nvm install 12 Install Jest Global npm install -g jest Delete...
Origin Origin stands for the address of your repository Master or main Master or main represents your master branch Add Readme file Add the following command to add the readme file git add README.md Setup...