No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

10 líneas
405B

  1. Error: Invalid package manifest
  2. ###############################
  3. Every ``dds`` package must contain a valid package manifest, which is stored in
  4. JSON5 format in ``package.json5`` (or similarly named file).
  5. The contents of this file must follow a prescribed content, or ``dds`` will
  6. reject the manifest. Refer to the :ref:`pkgs.pkgs` documentation page for more
  7. information about how to declare packages.