Not found @openzepplin/contracts/access/Ownable.sol

:1234: Code to reproduce


:computer: Environment

Hey, new here learning remix and how to deploy a contract.

I am using MacOS

I followed a youtube video on a simple contract, but when I compiled it I got the error

"not found @openzepplin/contracts/access/Ownable.sol"

Could this be an issue with another line of code? Or am I doing something wrong?

Did you install the OpenZeppelin npm package in your project before trying to compile?

npm install @openzeppelin/contracts


I just tried and got this error