Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This error message indicates that the name of the package listed in the package.json file contains characters that are not allowed in a package name. In npm or Yarn, package names must be lowercase and can only contain lowercase letters, numbers, hyphens, and underscores. Any other characters will generate this error message.