I have installed nodejs with npm, appium guhub package.
My machine does not has Internet connection
How do I use npm to install the appium?
Npm install -g appium
Is not working.
I have installed nodejs with npm, appium guhub package.
My machine does not has Internet connection
How do I use npm to install the appium?
Npm install -g appium
Is not working.
Try with this steps
Create package.json file using npm-init
command
list all the modules in package.json that you need
Run npm-install
on your terminal
full reference : https://docs.npmjs.com/cli/v7/configuring-npm/package-json