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'm using latest Sinopia (1.0.1) on Windows 8.1. My NPM version is 2.7.3.
After logging in to the registry using npm login --registry=http://reg.com --scope=@myco and publishing a package, publisher name in the web interface is always empty ("By: "). _npmUser field in package.json is an empty object as well.
Could that be caused by missing crypt3 dependency (due to installation fail on Windows) ?
The text was updated successfully, but these errors were encountered:
fmal
changed the title
Missing username info in the web interface
Missing publisher info in the web interface
Mar 23, 2015
I'm using latest Sinopia (1.0.1) on Windows 8.1. My NPM version is 2.7.3.
After logging in to the registry using
npm login --registry=http://reg.com --scope=@myco
and publishing a package, publisher name in the web interface is always empty ("By: ")._npmUser
field in package.json is an empty object as well.Could that be caused by missing crypt3 dependency (due to installation fail on Windows) ?
The text was updated successfully, but these errors were encountered: