Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions get-started/get-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,18 @@ npm add -D tar
```
On macOS and Linux, the built-in implementation continues to be used.

### Why are tenant HDI containers empty after building app on Windows?
Comment thread
vkozyura marked this conversation as resolved.
Outdated

On Windows, cds build --production may silently fail to create resources.tgz in the MTX sidecar build output.
The build log will incorrectly report the file as written.
Comment thread
vkozyura marked this conversation as resolved.
Outdated

Install the tar library to fix this:

```sh
npm add -D tar
```
On macOS and Linux, the built-in implementation continues to be used.

Comment thread
vkozyura marked this conversation as resolved.
Outdated


## Java
Expand Down
Loading