Function installNpmPackages

  • Installs npm packages in the specified package directory.

    Parameters

    • packageDirectory: string

      The directory path where the package is located.

    Returns Promise<void>

    • A promise that resolves when the packages are installed and built.

Generated using TypeDoc