What am I supposed to do now? Can't create account, cannot contact support without it. #192766
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You actually went to the wrong support page the one you're on ("You need to be signed in") is the logged-in help page. The public contact form is a different URL: Username gopay - GoPay is a well-known Czech payment processor (trademarked brand), and npm auto-blocks signups on usernames that match known company/trademark names as an abuse-prevention measure. npm doesn't tell you why it was denied, just that it was. Two things to try before contacting support: Sign up with a personal email and a non-branded username first. Get a working account. Then from that logged-in account, you can open a support ticket asking them to either (a) transfer/reserve the gopay username for your company since you own the trademark, or (b) change your account email to the gopay.cz one. npm has a documented process for trademark holders claiming usernames. tl;dr: the "can't contact support without an account" catch-22 is a UX bug (the right form does exist at /support?inquire=account), but the real fix is probably signing up under a neutral name first, then requesting the branded name through support. |
Beta Was this translation helpful? Give feedback.


You actually went to the wrong support page the one you're on ("You need to be signed in") is the logged-in help page. The public contact form is a different URL:
👉 https://www.npmjs.com/support?inquire=account
That one has a contact form that works without an account. Fair warning: the captcha on it is buggy and a lot of people have had to try multiple browsers (Firefox / Chrome / Edge incognito) before it loads. Keep retrying.
That said, looking at your signup screenshot, I'd bet money this is why you're getting "Creation denied":
Username gopay - GoPay is a well-known Czech payment processor (trademarked brand), and npm auto-blocks signups on usernames that match known company/trademar…