Get an error while trying to generate static build with Scully after successful ng build.
ng build && npm run scully
macOS 10.15.5
Angular Version: 10.0.3
Angular CLI: 10.0.1
Node: 10.18.0
OS: darwin x64
Angular: 10.0.3
... animations, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
Ivy Workspace: Yes
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.1000.1
@angular-devkit/build-angular 0.1000.1
@angular-devkit/build-optimizer 0.1000.1
@angular-devkit/build-webpack 0.1000.1
@angular-devkit/core 10.0.1
@angular-devkit/schematics 10.0.1
@angular/cdk 10.0.1
@angular/cli 10.0.1
@angular/material 10.0.1
@ngtools/webpack 10.0.1
@schematics/angular 10.0.1
@schematics/update 0.1000.1
rxjs 6.5.5
typescript 3.9.6
webpack 4.43.0
Scully Version:
@scullyio/[email protected]
@scullyio/[email protected]
@scullyio/[email protected]
Angular distribution files not found, run "ng build" first
Seems like there was something wrong with my project (or angular cli version). Created a new project and it worked.
Most helpful comment
Seems like there was something wrong with my project (or angular cli version). Created a new project and it worked.