error - windows 10 no reconoce android
instalación de teléfono móvil Android en el símbolo del sistema-Error: EPERM, errno: 50 (1)
Sigue estos pasos :
- Descargue e instale Node.js. Después de la instalación, debería poder invocar node y npm en su línea de comando.
- Descargue e instale un cliente de git , si aún no tiene uno. Después de la instalación, deberías poder invocar git en tu línea de comando.
- Instala el módulo cordova usando la utilidad npm de Node.js. El módulo cordova será automáticamente descargado por la utilidad npm.
En OS X y Linux: $ sudo npm install -g cordova
En Windows: C:/>npm install -g cordova
Fuente: Documentos de PhoneGap
Soy nuevo en este desarrollo de aplicaciones PhoneGap cuando intenté instalar phonegap con la guía de instalación ( http://phonegap.com/install/ ) desde el símbolo del sistema, esto me dice más errores como
npm ERR! not found: git
npm ERR!
npm ERR! Failed using git.
npm ERR! This is most likely not a problem with npm itself.
npm ERR! Please check if you have git installed and in your PATH.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C://Program Files//nodejs////node.exe" "C://Program Files//nod
ejs//node_modules//npm//bin//npm-cli.js" "install" "-g" "phonegap"
npm ERR! cwd C:/
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.14
npm ERR! code ENOGIT
npm ERR! Error: EPERM, open ''C:/npm-debug.log''
npm ERR! { [Error: EPERM, open ''C:/npm-debug.log''] errno: 50, code: ''EPERM'', pa
th: ''C://npm-debug.log'' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C://Program Files//nodejs////node.exe" "C://Program Files//nod
ejs//node_modules//npm//bin//npm-cli.js " "install" "-g" "phonegap"
npm ERR! cwd C:/
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.14
npm ERR! path C:/npm-debug.log
npm ERR! code EPERM
npm ERR! errno 50
npm ERR! stack Error: EPERM, open ''C:/npm-debug.log'' npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:/npm-debug.log
npm ERR! not ok code 0
¿Dónde instalo Git también, pero por qué viene este error? y ¿hay alguna otra forma de instalar y trabajar en phonegap?