I am trying to deploy my smart contract using hardhat technology but I found error
PS C:\Users\shail\Desktop\Gdrive 3.0> npx hardhat run --network localhost scripts/deploy.js
TypeError: (0 , ethers_1.getAddress) is not a function
at new HardhatEthersSigner (C:\Users\shail\Desktop\Gdrive 3.0\node_modules\@nomicfoundation\hardhat-ethers\src\signers.ts:73:30)
at Function.create (C:\Users\shail\Desktop\Gdrive 3.0\node_modules\@nomicfoundation\hardhat-ethers\src\signers.ts:65:12)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at getSigner (C:\Users\shail\Desktop\Gdrive 3.0\node_modules\@nomicfoundation\hardhat-ethers\src\internal\helpers.ts:60:29)
at async Promise.all (index 0)
at getSigners (C:\Users\shail\Desktop\Gdrive 3.0\node_modules\@nomicfoundation\hardhat-ethers\src\internal\helpers.ts:45:30)
your text