Lesson 37 2021 09 07 sonarlint react nodejs install

Опубликовано: 04 Май 2026
на канале: Web Development
1,107
4

Sonarlint


Step 1:
Download jre from following link:
https://www.java.com/en/download/manu...


Install it and then go to step 2.


Jre will be installed in the following directory
C:\Program Files\Java\jre1.8.0_301


Copy this directory and paste it in settings
sonarlint.ls.javaHome




Installing the react application


PS C:\web\gitlab\class1 cd .\reactjs\
PS C:\web\gitlab\class1\reactjs npx create-react-app project1


cd project1
npm start


Press control C to come out of the react npm start


Installing the node application


C:\web\gitlab\class1\reactjs cd ..
PS C:\web\gitlab\class1 cd nodejs
PS C:\web\gitlab\class1\nodejs mkdir project1
PS C:\web\gitlab\class1\nodejs cd project1


npm init
just say yes to everything which is asked


and after all steps, you will see a package.json file is created.