how to install all dependencies in package.json using npm reactnative

C++
npm install // installs dependencies listed in package.json
Source

Also in C++: