curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
Close the terminal and run the following command:
command -v nvm
It should print 'nvm' if the installation was successful
nvm install node
npm install expo-cli --global
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
expo start
npx eslint src/** --fix --no-error-on-unmatched-pattern
$ docker run -d --name sonarqube -e SONAR_ES_BOOTSTRAP_CHECKS_DISABLE=true -p 9000:9000 sonarqube:latest
$ docker run -ti -v $(pwd):/usr/src --link sonarqube newtmitch/sonar-scanner -Dsonar.projectName="Frontend" -Dsonar.projectKey=frontend
Link to see the scans projects: http://localhost:9000/projects