npm / registry-issue-archive

An archive of the old npm registry issue tracker
https://npm.community
249 stars 47 forks source link

Delte npm profile homepage #308

Open danielsogl opened 6 years ago

danielsogl commented 6 years ago

Actually it is impossible to remove the npm users homepage like the Twitter or GitHub username.

If I send an empty string to the npm API endpoint I'm receiving following error: child "homepage" fails because ["homepage" is not allowed to be empty]

If I send an empty or undefined value the homepage will remain as before.

Maybe I'm doing something wrong or the endpoint handles this kind of request not correctly.