Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

10 lines
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.