Nathan Krishnan
Nov 29, 2021

--

Yes, I wrote this guide after installing and setting up Appium on an M1 Macbook Air.

Just to confirm, do you have NodeJS 16.X installed and the latest version of npm? The reason I ask is because the terminal output you shared shows the npm pre-install dependency audit warning. When this warning raised, the install process won't go through, thus why you don't see the appium folder in your global node_modules directory.

To troubleshoot, I'd consider the following:

- Ensure that you have NodeJS 16.X installed

- Verify that you have the latest version of npm. You can always download the latest version of npm by running: npm install -g npm

- Try a specified install with the latest version of appium available in npm: npm install -g appium@1.22.1

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Nathan Krishnan
Nathan Krishnan

Written by Nathan Krishnan

I enjoy writing about building & testing apps. Co-founder and CTO of Tauk (acquired by Moloco). https://www.nathankrishnan.com

Responses (1)

Write a response