# withDenoPackageInstallation

- Module: [CommunityToolkit.Aspire.Hosting.Deno](/reference/api/typescript/communitytoolkit.aspire.hosting.deno.md)
- Version: `13.4.0`
- Kind: `method`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire)

Ensures the Deno packages are installed before the application starts using Deno as the package manager.

## Definition

```typescript
interface DenoAppResource {
  // ... omitted for brevity
  withDenoPackageInstallation(): DenoAppResource
}
```

## Returns

[DenoAppResource](/reference/api/typescript/communitytoolkit.aspire.hosting.deno/denoappresource.md) `builder`

## Applies to

- [DenoAppResource](/reference/api/typescript/communitytoolkit.aspire.hosting.deno/denoappresource.md)
