ERROR Deploying proxy contract using openzeppline and truffle

i have used import "@openzeppelin/contracts-upgradeable/proxy/transparent/TransparentUpgradeableProxy.sol";
in my proxy contract file but getting error not found

you also have to install modules in your local.
try to run this in your terminal:
npm install @openzeppelin/contracts-upgradeable

yes i have installed this already