npm config code example
Example 1: Setting config options for the init command
> npm set init.author.email "[email protected]"
> npm set init.author.name "example_user"
> npm set init.license "MIT"
Example 2: install config react js
$ npm install config$ mkdir config$ vi config/default.json