i run this command "npx hardhat run scripts/deploy.js --network localhost"get this error
Error HH411: The library @openzeppelin/contracts, imported from contracts/VotingContract.sol, is not installed. Try installing it using npm.
I have install openzeppellin many times still its showing this error.vs code solidity file
I already gone on hardhat website. here is the hardhat error.
HH411: Invalid import: library not installed A Solidity file is trying to import another which belongs to a library that is not installed.what is the solution for this?