«angular-cli» 태그된 질문

Angular CLI는 Angular (버전 2 이상) 응용 프로그램을 구축, 관리 및 배포하기위한 명령 줄 인터페이스입니다.

30
“@ angular-devkit / build-angular”모듈을 찾을 수 없습니다
Angular 6.0.1로 업데이트 한 후 다음과 같은 오류가 발생합니다 ng serve. Could not find module "@angular-devkit/build-angular" from "/home/Projects/myProjectName". Error: Could not find module "@angular-devkit/build-angular" from "/home/Projects/myProjectName". at Object.resolve (/home/Projects/myProjectName/node_modules/@angular-devkit/core/node/resolve.js:141:11) at Observable.rxjs_1.Observable [as _subscribe] (/home/Projects/myProjectName/node_modules/@angular-devkit/architect/src/architect.js:132:40) ng update모든 것이 정상이라고 말합니다. node_modules폴더를 삭제 하고 새로 npm install설치해도 도움이되지 않았습니다. 내 프로젝트는 ng2-admin …


15
로컬 버전보다 큰 글로벌 Angular CLI 버전
실행할 때 ng serve글로벌 CLI 버전이 로컬 버전보다 크다는 경고가 표시됩니다. 이 경고에서 어떤 문제도 눈치 채지 못했지만 두 버전이 동기화되어야하는지 궁금했습니다. 또한 글로벌 버전이있는 경우 로컬 버전이 필요합니까? 경고 : 글로벌 Angular CLI 버전 (1.1.1)이 로컬 버전 (1.0.6)보다 큽니다. 로컬 Angular CLI 버전이 사용됩니다.
353 angular-cli 

16
각도 CLI SASS 옵션
저는 Angular를 처음 사용하고 있으며 Ember 커뮤니티에서 왔습니다. Ember-CLI 기반의 새로운 Angular-CLI를 사용하려고합니다. 새 Angular 프로젝트에서 SASS를 처리하는 가장 좋은 방법을 알아야합니다. ember-cli-sassAngular-CLI의 많은 핵심 구성 요소가 Ember-CLI 모듈에서 부족하기 때문에 repo를 사용하여 작동 하는지 확인했습니다. 작동하지 않았지만 무언가를 잘못 구성했는지 확실하지 않습니다. 또한 새로운 Angular 프로젝트에서 스타일을 구성하는 가장 …



30
angular-cli 프로젝트에 부트 스트랩을 추가하는 방법
angular-cli 1.0.0-beta.5 (w / 노드 v6.1.0)로 생성 된 앱에서 부트 스트랩 4 (4.0.0-alpha.2)를 사용하려고합니다. npm으로 부트 스트랩과 그 종속성을 얻은 후 첫 번째 접근 방식은 다음과 같이 추가했습니다 angular-cli-build.js. 'bootstrap/dist/**/*.min.+(js|css)', 'jquery/dist/jquery.min.+(js|map)', 'tether/dist/**/*.min.+(js|css)', 그리고 우리의 수입 index.html <script src="vendor/jquery/dist/jquery.min.js"></script> <script src="vendor/tether/dist/js/tether.min.js"></script> <link rel="stylesheet" type="text/css" href="vendor/bootstrap/dist/css/bootstrap.min.css"> <script src="vendor/bootstrap/dist/js/bootstrap.min.js"></script> 이것은 잘 작동 ng …

6
tslint / codelyzer / ng lint 오류 :“for (… in…) 문은 if 문으로 필터링해야합니다”
보푸라기 오류 메시지 : src / app / detail / edit / edit.component.ts [111, 5] : for (... in ...) 문은 if 문으로 필터링해야합니다 코드 스 니펫 (작동 코드이며 angular.io 양식 유효성 검사 섹션 에서도 사용할 수 있습니다 ) : for (const field in this.formErrors) { // clear previous error …




12
설치된 앵귤러 클리의 버전을 확인하고 있습니까?
내 컴퓨터에 전체적으로 설치된 특정 버전의 angular-cli를 확인하는 방법이 있습니까? 저는 Windows 환경에 있습니다. npm -v 와 node -v 는 각각 npm과 node의 버전 만 제공하며 ng 명령을 찾을 수 없습니다 . 작업중 인 프로젝트를 실행하려고하는데 npm을 사용하여 이전 버전의 angular-cli에서 실행되었습니다. 그러나 다른 데모 프로젝트를 설치 한 후 특정 …

23
오류 : 로컬 작업 공간 파일 ( 'angular.json')을 찾을 수 없습니다
나는 한 travis-ci내 GitHub의 계정 (통합 https://github.com/pradeep0601/Angular5-Router-App ). 내가 업데이트했을 때 @angular/cli1.7.4에서 6.0.0-rc.3으로 버전을 하면 빌드가 오류와 함께 실패했습니다. Local workspace file ('angular.json') could not be found. Error: Local workspace file ('angular.json') could not be found. at WorkspaceLoader._getProjectWorkspaceFilePath (/home/travis/build/pradeep0601/Angular5-Router-App/node_modules/@angular/cli/models/workspace-loader.js:37:19) at WorkspaceLoader.loadWorkspace (/home/travis/build/pradeep0601/Angular5-Router-App/node_modules/@angular/cli/models/workspace-loader.js:24:21) at TestCommand._loadWorkspaceAndArchitect (/home/travis/build/pradeep0601/Angular5-Router-App/node_modules/@angular/cli/models/architect-command.js:177:32) at TestCommand.<anonymous> (/home/travis/build/pradeep0601/Angular5-Router-App/node_modules/@angular/cli/models/architect-command.js:45:25) at Generator.next …


23
Angular-CLI를 사용하여 특정 모듈에 컴포넌트 작성
나는 angular-cli를 사용하기 시작했고 이미하고 싶은 것에 대한 답을 찾기 위해 많은 것을 읽었습니다 ... 성공하지 않기 때문에 여기에 왔습니다. 새 모듈에 컴포넌트를 작성하는 방법이 있습니까? 예 : ng g module newModule ng g component newComponent (이 컴포넌트를 newModule에 추가하는 방법 ??) angular-cli 기본 동작은 모든 새 구성 요소를 안에 …

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.