Crowdsale deployed to ganache doesn't send token

Hi @asven-2020,

If you are using a fixed supply token, then you need to transfer the amount of tokens that you want to sell to the Crowdsale (unless you are using an AllowanceCrowdsale.

You could look at this example: Simple ERC20 Crowdsale.