Getting Started with NPM (as a developer)
If you haven't already set your NPM author info, now you should:
npm config set init.author.name "Your Name"
npm config set init.author.email "you@example.com"
npm config set init.author.url "https:/yourblog.com"
npm config set init.version "1.0.0"