I was following the OpenZepellin doc on developing smart contracts and after installing truffle (in my current working directory) with command
npx truffle init
I then tried installing the OpenZeppelin contracts library (also in my current working directory) with command
npm install --save-dev @openzeppelin/contracts
it seemed like it worked, but then when I try importing the Ownable contract in my contracts folder in VSCode, with the command