create-react-microservice icon indicating copy to clipboard operation
create-react-microservice copied to clipboard

create-react-microservice command strips numeric values from npm org

Open Dabolus opened this issue 6 years ago • 0 comments

Describe the problem:

create-react-microservice strips numeric values from npm orgs, which are actually legal in org names.

Steps to reproduce:

  1. Run create-react-microservice my-project
  2. Set an org name with some numeric values (e.g. test39)

Observed Results:

  • What happened? This could be a description, log output, etc.

The org scope will be set to @test/

Expected Results:

  • What did you expect to happen?

Numeric values should be preserved, so the org scope should be set to @test39/

Dabolus avatar Jun 25 '19 06:06 Dabolus