«yeoman» 태그된 질문

14
NPM 모듈은 sudo 없이는 전역 적으로 설치되지 않습니다.
방금 Ubuntu 12.04 LTS를 다시 설치했으며 다른 작업보다 먼저 다음 단계를 수행했습니다 . 다음 스크립트를 사용하여 패키지 관리자를 통해 노드를 설치했습니다. 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 yeoman, express, n, yeoman의 발전기를 전 세계에 설치하려고했는데 모두 …

13
정자 ECMDERR 고정 방법
Windows 7에서 "yeoman"과 "bower"를 사용하고 있는데 앱을 만들 때 다음과 같은 오류가 발생합니다. yo webapp 오류는 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 .com/jquery/jquery.git", exit code of #128 Additional …

28
npm을 실행할 때 npm-cli.js를 찾을 수 없음
보통은 npm을 이용하여 라이브러리를 설치할 수 있지만 오늘은 여만을 설치할 때이 오류가 발생했습니다. 근본 원인을 파악하는 데 도움을주세요. 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 (node.js:119:16) at node.js:906:3 폴더를 살펴 보았습니다. C …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.