Preguntas etiquetadas con yeoman

14
Los módulos NPM no se instalarán globalmente sin sudo
Acabo de reinstalar Ubuntu 12.04 LTS y, antes que nada, hice estos pasos : Nodo instalado a través del administrador de paquetes con el siguiente script sudo apt-get update sudo apt-get install python-software-properties python g++ make sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs Intenté instalar yeoman, express, …

13
Cómo arreglar la glorieta ECMDERR
Estoy usando "yeoman" y "bower" en Windows 7 pero recibí el siguiente error cuando creo la aplicación yo webapp El error es bower not-cached git://github.com/jlong/sass-bootstrap.git#~3.0.0 bower resolve git://github.com/jlong/sass-bootstrap.git#~3.0.0 bower not-cached git://github.com/Modernizr/Modernizr.git#~2.6.2 bower resolve git://github.com/Modernizr/Modernizr.git#~2.6.2 bower not-cached git://github.com/jquery/jquery.git#~1.10.2 bower resolve git://github.com/jquery/jquery.git#~1.10.2 bower ECMDERR Failed to execute "git ls-remote --tags --heads git://github …

29
npm-cli.js no se encuentra al ejecutar npm
Por lo general, puedo instalar una biblioteca usando npm, pero hoy, al instalar yeoman, encontré estos errores. Ayude a averiguar cuál es la causa raíz. D:\Works\phonegap\ionic\todo>npm install -g yo module.js:340 throw err; ^ Error: Cannot find module 'C:\Program Files\nodejs\node_modules\npm\bin\node_modules\npm\bin\npm-cli.js' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Function.Module.runMain (module.js:497:10) at startup …
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.