You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had my npm loglevel config set to http and instead of updating the package.json with version numbers for the packages I got something like this for each one,
"npm http request GET https://registry.npmjs.org/gulp-concat\nnpm http 304 https://registry.npmjs.org/gulp-concat\n2.6.0"
Once I set the loglevel back to the npm default, I got version numbers like I expected.
The text was updated successfully, but these errors were encountered:
I had my npm loglevel config set to http and instead of updating the package.json with version numbers for the packages I got something like this for each one,
Once I set the loglevel back to the npm default, I got version numbers like I expected.
The text was updated successfully, but these errors were encountered: