ERROR: Browser build not found (lack of entry with build-angular:browser builder) in angular.json
See original GitHub issueI’m submitting a…
[*] Bug report
[ ] Feature request
[ ] Documentation issue or request
In package
[ ] @ng-toolkit/init
[ ] @ng-toolkit/serverless
[*] @ng-toolkit/universal
Current behavior
- @ng-toolkit/universal@1.1.16 added 44 packages in 49.943s Installed packages for tooling via npm. ERROR: Browser build not found (lack of entry with build-angular:browser builder) in angular.json
Expected behavior
Minimal reproduction of the problem with instructions
Example repository
What is the motivation / use case for changing the behavior?
Environment
Angular version: X.Y.Z
Angular: 6.0.0, Angular CLI: 6.0.1
Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Node version: XX
Node: 10.1.0
- Platform:
Cent OS 7 "3.10.0-862.3.2.el7.x86_64"
Others:
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Could not find the implementation for builder @angular-devkit ...
I got this working by reinstalling the build-angular package. Note the '--save-dev' flag on the install command:
Read more >Angular CLI builders
This document explains how CLI builders integrate with the workspace configuration file, and shows how you can create your own builder. Find the...
Read more >Angular CLI Behind the Scenes - Part One
Create a directory named node_modules underneath the current directory. The Javascript code that makes up the Angular CLI, along with all of its...
Read more >gzipper angular - You.com | The AI Search Engine You Control
(make sure your current working directory is the same where package.json is located) ... how to enable gzip compression in angular cli for...
Read more >Customizing Angular CLI build - Just Jeb
Learn how do this using custom webpack builder. ... In angular.json change the @angular-devkit/build-angular:browser builder to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I haven’t upload to github yet. iam pasting my angular.json file below, check my website at http://biochem.iisc.ernet.in/GenomeBiology2018/#/
{ “$schema”: “./node_modules/@angular/cli/lib/config/schema.json”, “version”: 1, “newProjectRoot”: “projects”, “projects”: { “genome-biology2018”: { “root”: “”, “sourceRoot”: “src”, “projectType”: “application”, “architect”: { “build”: { “builder”: “@angular-devkit/build-angular:browser”, “options”: { “outputPath”: “dist”, “index”: “src/index.html”, “main”: “src/main.ts”, “tsConfig”: “src/tsconfig.app.json”, “polyfills”: “src/polyfills.ts”, “assets”: [ “src/assets”, “src/favicon.ico” ], “styles”: [ “src/styles.css” ], “scripts”: [] }, “configurations”: { “production”: { “optimization”: true, “outputHashing”: “all”, “sourceMap”: false, “extractCss”: true, “namedChunks”: false, “aot”: true, “extractLicenses”: true, “vendorChunk”: false, “buildOptimizer”: true, “fileReplacements”: [ { “replace”: “src/environments/environment.ts”, “with”: “src/environments/environment.prod.ts” } ] } } }, “serve”: { “builder”: “@angular-devkit/build-angular:dev-server”, “options”: { “browserTarget”: “genome-biology2018:build” }, “configurations”: { “production”: { “browserTarget”: “genome-biology2018:build:production” } } }, “extract-i18n”: { “builder”: “@angular-devkit/build-angular:extract-i18n”, “options”: { “browserTarget”: “genome-biology2018:build” } }, “test”: { “builder”: “@angular-devkit/build-angular:karma”, “options”: { “main”: “src/test.ts”, “karmaConfig”: “./karma.conf.js”, “polyfills”: “src/polyfills.ts”, “tsConfig”: “src/tsconfig.spec.json”, “scripts”: [], “styles”: [ “src/styles.css” ], “assets”: [ “src/assets”, “src/favicon.ico” ] } }, “lint”: { “builder”: “@angular-devkit/build-angular:tslint”, “options”: { “tsConfig”: [ “src/tsconfig.app.json”, “src/tsconfig.spec.json” ], “exclude”: [ “/node_modules/” ] } } } }, “genome-biology2018-e2e”: { “root”: “”, “sourceRoot”: “”, “projectType”: “application”, “architect”: { “e2e”: { “builder”: “@angular-devkit/build-angular:protractor”, “options”: { “protractorConfig”: “./protractor.conf.js”, “devServerTarget”: “genome-biology2018:serve” } }, “lint”: { “builder”: “@angular-devkit/build-angular:tslint”, “options”: { “tsConfig”: [ “e2e/tsconfig.e2e.json” ], “exclude”: [ “/node_modules/” ] } } } } }, “defaultProject”: “genome-biology2018”, “schematics”: { “@schematics/angular:component”: { “prefix”: “app”, “styleext”: “css” }, “@schematics/angular:directive”: { “prefix”: “app” } } }
Any news on this issue? I’m using Angular 8.X version
angular.json