I was trying to run this command on my Mac Terminal, but I keep getting this feedback while I try to run it. I tried to follow the suggestions shared by the community, but could not go past this step.

Any suggestions around how to navigate this?
Do try doing this:
run npm i web3
Drop into the repl like:
node
>> const Web3 = require('web3')
Web3. (press tab to see the web3 api)
This installs web3 in the current path, inside a node_modules folder making it usable inside the node repl
See the attached screenshot. node_modules shouldn't be a bother. I delete them once I'm done with the use.
