Now that npm v5.0.0 is out, using npm packages auto-generates a package-lock.json on npm install. In my case, my package-lock.json file ha
package-lock.json
npm install
Run
git config --global user.email "you@example.com" git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
--global