-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
area: @angular-devkit/build-angularfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity3: brokentype: bug/fix
Description
Bug Report or Feature Request (mark with an x
)
- [X] bug report -> please search issues before submitting
- [ ] feature request
Area
- [X] devkit
- [ ] schematics
Versions
node --version v8.11.1
npm --version 6.1.0
Repro steps
import { BrowserBuilderSchema } from '@angular-devkit/build-angular';
The log given by the failure
node_modules/@angular-devkit/build-angular/src/browser/schema.d.ts(52,21): error TS2304: Cannot find name 'FileReplacements'.
Desired functionality
Compile w/o error when importing from @angular-devkit/build-angular
.
Mention any other details that might be useful
BrowserBuilderSchema.fileReplacements is type FileReplacements[]
but that is not a type. There is type FileReplacement though.
d-tittle, AFDevMike, Narrator and GKanitz
Metadata
Metadata
Assignees
Labels
area: @angular-devkit/build-angularfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity3: brokentype: bug/fix
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
Narrator commentedon Jun 28, 2018
Same issue is in server
node_modules/@angular-devkit/build-angular/src/server/schema.d.ts(75,21): error TS2304: Cannot find name 'FileReplacements'.
fix(@angular-devkit/build-angular): set the proper type to `fileRepla…
fix(@angular-devkit/build-angular): set the proper type to `fileRepla…
phodal commentedon Sep 14, 2018
Hi, it seems the change not publish in latest version 0.8.1, our CI was broken now.
10 remaining items