I am trying to run a bitbucket pipeline runner on my macOS computer in order to build my react native application using fastlane.
Manually I know I have all the deps I need like npm, xcode, etc but when I try to run an npm install or something, I get an error "npm is not a known command", I have also checked the path and the installation directory is not in it.
So my question is how do I use (for example) the npm that is installed on the macos computer my runner runs on in my pipelines.
Thank you.