I was creating an ERC20 contract using an open zeppelin code. I was trying to declare the initial supply for my tokens and mind the initial supply in a constructor as shown in the image below. Everything was compiled perfectly without any errors. But when I try to deploy the contract, I get the following error:
creation of PJToken errored: Error encoding arguments: Error: invalid BigNumber string (argument="value", value="", code=INVALID_ARGUMENT, version=bignumber/5.5.0)
I was trying to deploy my ERC20 contract, and was just trying to mint the total supply of tokens to my address.