Npm install -> can't provide subdomain name with '_' sign

Please, give advise how can install component library with my 'subdomain' on screen.

1 Like

Hey @Serhy_R! Welcome back to the community.

This seems like a bug. :thinking: At the very least, it's a fairly significant inconsistency in the way we enforce org naming conventions. Essentially, the retool-ccl library is throwing an error because your subdomain contains a special character, the underscore.

I'll talk to the team to see if this is intentional but, in the meantime, you can update your org's subdomain via the Advanced Settings menu.

I'll provide an update here as soon as I have news to share!

Thanks for reply, i'd like not to change my subdomain name, because it can cause a lot of bugs in various applications, so ill wait for update.
Hope u will fix naming convetions :wink:

I certainly understand why you might be hesitant to change the subdomain, but you're in a pretty unique situation currently. :sweat_smile: We updated the naming conventions for new orgs a couple years ago - disallowing special characters - and now there are only a handful of such subdomains that are still active, including yours. We are unlikely to update the retool-ccl library for such an edge case.

That said, you might be able to simply comment out lines 57-59 in prompts.js as shown below.

Let me know if that works for you!

Thanks @Darren ! It works. Maybe i'll change subdomain name later.