Unable to install windows Appium server

Unable to install windows Appium server from command prompt.
command used : npm -g appium
and comand prompt configured to C:\Users\nellithayan

Please what could be cause and also if you need any more information please let me know.Thanks.

Thanks and Best Regards,
NT

you need to install nodeJS first :slight_smile: -> https://nodejs.org/en/

i checked control panel and node.js already installed. Please advice. Thanks.

  1. open command prompt and check that node is available there: “node -v”
  2. if version of your node will show now install appium with “npm -g appium@beta” = latest

Thanks for your reply… Yes in command prompt able to view v6.11.1 as node version.
and when i type above command as “npm -g appium@beta” = latest i’m getting error message as above command not recognized as an internal or external command.

please advice me and thanks.

maybe we do not understand each other :-). you need to type:

npm install -g appium@beta

and hit Enter key.

Thanks for reply…Tried above code below details of error message…

C:\Users\nellithayan>npm install -g appium@beta
module.js:471
throw err;
^

Error: Cannot find module ‘C:\Program Files\nodejs\node_modules\npm\bin\node_mod
ules\npm\bin\npm-cli.js’
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:389:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:504:3
module.js:471
throw err;
^

Error: Cannot find module ‘C:\Program Files\nodejs\node_modules\npm\bin\node_mod
ules\npm\bin\npm-cli.js’
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:389:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:504:3