I joined the Company and they delivered the MacBook, which is apple chip M2.
I cloned the repo and tried to set up the project on the device, but it requires npm.
It was new laptop so I had to configure node and npm.
In order to install NVM, I tried to set up Brew environment first.
I got the error message after running the following command.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Error Message
Sorry, user may not run sudo on
Need sudo access on macOS (e.g. the user needs to be an Administrator)
Company didn’t give the admin permission and my user is not an Administrator.
Is there any efficient way to set up the node and npm without admin permission?
Regards.