Perguntas com a marcação «yeoman»

14
Os módulos NPM não serão instalados globalmente sem o sudo
Acabei de reinstalar o Ubuntu 12.04 LTS e, antes de mais nada, executei estas etapas : Nó instalado via gerenciador de pacotes com o seguinte 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 Tentou instalar os geradores …

13
Como consertar o pavilhão ECMDERR
Estou usando "yeoman" e "bower" no windows 7, mas recebi o seguinte erro ao criar o aplicativo yo webapp O erro é 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 …

28
npm-cli.js não encontrado ao executar npm
Normalmente consigo instalar uma biblioteca usando o npm, mas hoje, ao instalar o yeoman, encontrei esses erros. Por favor, ajude a descobrir a causa raiz. 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 …
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.