-
Couldn't load subscription status.
- Fork 35
Closed
Description
While the current name-format rule covers some of the name constraints, there are cases that are not currently covered, for example:
- Cannot include non-URL safe characters (including spaces)
- Scoped packages are allowed to start with . or _
- Others listed here and here
To cover all of the constraints, consider using the validate-npm-package-name package, which is what the npm cli uses to generate name errors.
Metadata
Metadata
Assignees
Labels
No labels