If we are talking about only one property - let's say you want to temporarily change some default values, for example, turn off the CA check: you can do this with
npm config set ca ""
To return to the default settings for this parameter, simply
npm config delete ca
To check, use npm config get ca
jakub.g Feb 28 '14 at 10:26 2014-02-28 10:26
source share