Closed danilomr12 closed 3 years ago
Possibly (probably) fixed in #14942 , which I'll be releasing in a few mins
Yes, this was fixed in that PR. If you redo things from scratch with the latest sb@next
it should work this time. Or, to fix your existing repo, remove @storybook/builder-webpack5
from your package.json
and remove core: { builder: 'webpack5' }
from your .storybook/main.js
config.
Closing this for now, please let me know if you have further problems!
Hello @shilman, Thanks for the fast answer. I tried the next version. It is this @storybook/angular v6.3.0-alpha.28, right? And got the same error. And the other option you mention, this @storybook/builder-webpack5 had never appear on my package.json and the core: { builder: 'webpack5' } either on the main.js.
My main.js is like this:
module.exports = { "stories": [ "../src/*/.stories.mdx", "../src/*/.stories.@(js|jsx|ts|tsx)" ], "addons": [ "@storybook/addon-links", "@storybook/addon-essentials" ] }
And my package.json is: The only lines storybook added are that in bold
{ "name": "ippi-data-services-widgets", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build --prod --aot --vendor-chunk --common-chunk --delete-output-path --buildOptimizer --output-hashing=none", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "buildnpackage": "ng build --prod --aot --vendor-chunk --common-chunk --delete-output-path --buildOptimizer --output-hashing=none && jscat ./dist/ippi-data-services-widgets/runtime.js ./dist/ippi-data-services-widgets/polyfills.js ./dist/ippi-data-services-widgets/vendor.js ./dist/ippi-data-services-widgets/main.js > ./dist/ippi-data-services-widgets/custom-ippi-element.js", "docs:json": "compodoc -p ./tsconfig.json -e json -d .", "storybook": "npm run docs:json && start-storybook -p 6006", "build-storybook": "npm run docs:json && build-storybook" }, "private": true, "dependencies": { "@angular-devkit/build-angular": "~0.1102.11", "@angular/animations": "~11.2.12", "@angular/common": "~11.2.12", "@angular/compiler": "~11.2.12", "@angular/core": "~11.2.12", "@angular/elements": "^11.2.12", "@angular/forms": "~11.2.12", "@angular/platform-browser": "~11.2.12", "@angular/platform-browser-dynamic": "~11.2.12", "@angular/router": "~11.2.12", "@apollo/client": "^3.3.16", "@splidejs/splide": "^2.4.21", "apollo-angular": "^2.4.0", "apollo-link-context": "^1.0.20", "bootstrap": "^4.6.0", "core-js": "^3.12.1", "document-register-element": "^1.7.2", "graphql": "^15.5.0", "graphql-tag": "^2.12.4", "gzipper": "^3.2.0", "leaflet": "^1.7.1", "ngx-bootstrap": "^6.2.0", "react": "^17.0.2", "rxjs": "^6.5.3", "subscriptions-transport-ws": "^0.9.18", "ts-invariant": "^0.7.3", "tslib": "^2.2.0", "zone.js": "~0.11.4" }, "devDependencies": { "@angular/cli": "~11.2.11", "@angular/compiler-cli": "~11.2.12", "@angular/language-service": "~11.2.12", "@babel/core": "^7.14.2", "@compodoc/compodoc": "^1.1.11", "@storybook/addon-actions": "^6.3.0-alpha.28", "@storybook/addon-essentials": "^6.3.0-alpha.28", "@storybook/addon-links": "^6.3.0-alpha.28", "@storybook/angular": "^6.3.0-alpha.28", "@types/jasmine": "~3.6.10", "@types/jasminewd2": "~2.0.8", "@types/node": "^15.0.1", "@webcomponents/custom-elements": "^1.4.3", "babel-loader": "^8.2.2", "codelyzer": "^6.0.1", "jasmine-core": "~3.7.1", "jasmine-spec-reporter": "~7.0.0", "karma": "^6.3.2", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.3", "karma-jasmine": "~4.0.1", "karma-jasmine-html-reporter": "^1.5.4", "protractor": "~7.0.0", "react-is": "^17.0.2", "ts-node": "~9.1.1", "tslint": "~6.1.3", "typescript": ">=4.0.0 <4.2.0" } } Maybe the complete stacktrace helps, actually it is showing that the webpack version is already version 4:
E:\Projetos ippi\ippi-data-services-widgets>yarn storybook yarn run v1.22.10 $ npm run docs:json && start-storybook -p 6006
ippi-data-services-widgets@0.0.0 docs:json compodoc -p ./tsconfig.json -e json -d .
1.1.11
TypeScript version used by Compodoc : 2.9.1
TypeScript version of current project : 4.0.0 4.2.0
Node.js version : v15.9.0
Operating system : Windows 10
[10:43:20] No configuration file found, switching to CLI flags. [10:43:20] Using tsconfig file : E:\Projetos ippi\ippi-data-services-widgets\tsconfig.json [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.editorconfig [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.browserslistrc [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.gitignore [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\angular.json [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\documentation.json [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\package-lock.json [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\package.json [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\README.md [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\tsconfig.json [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\tslint.json [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.storybook\main.js [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.storybook\preview.js [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.storybook\tsconfig.json [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets.storybook\typings.d.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\ippi-data-services-widgets.iml [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\misc.xml [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\modules.xml [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\vcs.xml [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\workspace.xml [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.vscode\launch.json [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\e2e\protractor.conf.js [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\e2e\tsconfig.e2e.json [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\favicon.ico [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\index.html [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\karma.conf.js [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\main.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\polyfills.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\styles.scss [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\test.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\tsconfig.app.json [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\tsconfig.spec.json [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\tslint.json [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src_variables.scss [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\codeStyles\codeStyleConfig.xml [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\codeStyles\Project.xml [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\inspectionProfiles\Project_Default.xml [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\shelf\Uncommitted_changes_before_Checkout_at_14_05_2021_13_21__DefaultChangelist.xml [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\e2e\src\app.e2e-spec.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\e2e\src\app.po.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\app-routing.module.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\app.component.html [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\app.component.scss [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\app.component.spec.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\app.component.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\app.module.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\constants.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\graphql.module.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets.gitkeep [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\black-tie-brands.svg [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\exclamation-triangle-solid.svg [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\environments\environment.prod.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\environments\environment.test.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\environments\environment.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\button.component.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\button.css [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\Button.stories.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\header.component.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\header.css [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\Header.stories.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\Introduction.stories.mdx [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\page.css [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\page.component.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\Page.stories.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\shelf\Uncommitted_changes_before_Checkout_at_14_05_2021_1321[Default_Changelist]\shelved.patch [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\comparable-property.model.spec.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\comparable-property.model.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\perfect-matches.model.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\property-price.model.ts [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\perfect-matches.model.spec.ts [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\property-price.model.spec.ts [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\property.spec.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\property.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\pipe\beds.pipe.ts [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\pipe\property-short-details.pipe.spec.ts [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\pipe\beds.pipe.spec.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\pipe\property-short-details.pipe.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\pipe\sumary.pipe.ts [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\pipe\sumary.pipe.spec.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\tests\index.html [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\service\graphql.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\fonts\Helvetica.ttf [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\tests\mockData.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\fonts\Poppins-Regular.ttf [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\apt@2x.png [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\fonts\Nunito-Regular.ttf [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\Arrow 1.svg [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\ber.png [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\bersmall.png [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\house@2x.png [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\icons8-bathtub-96.svg [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\icons8-expand-90.svg [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\icons8-occupied-bed-96.svg [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\no-photo.jpg [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\psra-data-only.png [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\code-brackets.svg [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\colors.svg [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\comments.svg [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\direction.svg [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\flow.svg [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\plugin.svg [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\repo.svg [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\stackalt.svg [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\card-property\card-property.component.scss [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\card-property\card-property.component.html [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\card-property\card-property.component.ts [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\card-property\card-property.component.spec.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparables\comparables.component.html [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparables\comparables.component.scss [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparables\comparables.component.spec.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparables\comparables.component.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparable-pop-up\comparable-pop-up.component.html [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparable-pop-up\comparable-pop-up.component.scss [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparable-pop-up\comparable-pop-up.component.spec.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparable-pop-up\comparable-pop-up.component.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\map\map.component.html [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\map\map.component.scss [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\map\map.component.spec.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\map\map.component.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\generic-property-details\generic-property-details.component.html [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\generic-property-details\generic-property-details.component.scss [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\generic-property-details\generic-property-details.component.spec.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\generic-property-details\generic-property-details.component.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\percentage-variation\percentage-variation.component.html [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\percentage-variation\percentage-variation.component.scss [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\percentage-variation\percentage-variation.component.spec.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\percentage-variation\percentage-variation.component.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\thumbnail-galery\thumbnail-gallery.component.html [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\thumbnail-galery\thumbnail-gallery.component.scss [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\thumbnail-galery\thumbnail-gallery.component.spec.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\thumbnail-galery\thumbnail-gallery.component.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\shared\tooltip-warning\tooltip-warning.component.html [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\shared\tooltip-warning\tooltip-warning.component.scss [10:43:20] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\shared\tooltip-warning\tooltip-warning.component.spec.ts [10:43:20] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\shared\tooltip-warning\tooltip-warning.component.ts [10:43:20] Searching package.json file [10:43:20] package.json file found [10:43:20] Processing package.json dependencies [10:43:20] Searching README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.md, TODO.md files [10:43:20] README.md file found [10:43:20] Error during E:\Projetos ippi\ippi-data-services-widgets\CHANGELOG read [10:43:20] Continuing without CHANGELOG.md file [10:43:20] Error during E:\Projetos ippi\ippi-data-services-widgets\CONTRIBUTING read [10:43:20] Continuing without CONTRIBUTING.md file [10:43:20] Error during E:\Projetos ippi\ippi-data-services-widgets\LICENSE read [10:43:20] Continuing without LICENSE.md file [10:43:20] Error during E:\Projetos ippi\ippi-data-services-widgets\TODO read [10:43:20] Continuing without TODO.md file [10:43:20] Get dependencies data [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/main.ts [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/polyfills.ts [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/test.ts [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/e2e/src/app.po.ts [10:43:20] found : AppPage [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/app-routing.module.ts [10:43:20] Analysing routes definitions and clean them if necessary [10:43:20] found : AppRoutingModule [10:43:20] : - imports: [10:43:20] : - RouterModule [10:43:20] : - exports: [10:43:20] : - RouterModule [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/app.component.ts [10:43:20] found : AppComponent [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/app.module.ts [10:43:20] found : AppModule [10:43:20] : - imports: [10:43:20] : - BrowserModule [10:43:20] : - GraphQLModule [10:43:20] : - declarations: [10:43:20] : - AppComponent [10:43:20] : - SumaryPipe [10:43:20] : - BedsPipe [10:43:20] : - CardPropertyComponent [10:43:20] : - ComparablesComponent [10:43:20] : - GenericPropertyDetailsComponent [10:43:20] : - ThumbnailGalleryComponent [10:43:20] : - TooltipWarningComponent [10:43:20] : - PercentageVariationComponent [10:43:20] : - ComparablePopUpComponent [10:43:20] : - PropertyShortDetailsPipe [10:43:20] : - MapComponent [10:43:20] : - bootstrap: [10:43:20] : - AppComponent [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/constants.ts [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/graphql.module.ts [10:43:20] found : GraphQLModule [10:43:20] : - imports: [10:43:20] : - HttpClientModule [10:43:20] : - providers: [10:43:20] : - { provide: APOLLO_OPTIONS, useFactory: createApollo, deps: [HttpLink], } [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/environments/environment.prod.ts [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/environments/environment.test.ts [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/environments/environment.ts [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/stories/button.component.ts [10:43:20] found : ButtonComponent [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/stories/Button.stories.ts [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/stories/header.component.ts [10:43:20] found : HeaderComponent [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/stories/Header.stories.ts [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/stories/page.component.ts [10:43:20] found : PageComponent [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/stories/Page.stories.ts [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/model/comparable-property.model.ts [10:43:20] found : ComparableProperty [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/model/perfect-matches.model.ts [10:43:20] found : PerfectMatches [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/model/property-price.model.ts [10:43:20] found : PropertyPrice [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/model/property.ts [10:43:20] found : Property [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/pipe/beds.pipe.ts [10:43:20] found : BedsPipe [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/pipe/property-short-details.pipe.ts [10:43:20] found : PropertyShortDetailsPipe [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/pipe/sumary.pipe.ts [10:43:20] found : SumaryPipe [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/service/graphql.ts [10:43:20] found : AllComparablesQueryResponse [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/tests/mockData.ts [10:43:20] found : MockData [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/card-property/card-property.component.ts [10:43:20] found : CardPropertyComponent [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/comparables/comparables.component.ts [10:43:20] found : ComparablesComponent [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/comparable-pop-up/comparable-pop-up.component.ts [10:43:20] found : ComparablePopUpComponent [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/map/map.component.ts [10:43:20] found : MapComponent [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/generic-property-details/generic-property-details.component.ts [10:43:20] found : GenericPropertyDetailsComponent [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/percentage-variation/percentage-variation.component.ts [10:43:20] found : PercentageVariationComponent [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/thumbnail-galery/thumbnail-gallery.component.ts [10:43:20] found : ThumbnailGalleryComponent [10:43:20] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/shared/tooltip-warning/tooltip-warning.component.ts [10:43:20] found : TooltipWarningComponent [10:43:20] ------------------- [10:43:20] Project statistics [10:43:20] - files : 116 [10:43:20] - module : 3 [10:43:20] - component : 12 [10:43:20] - pipe : 3 [10:43:20] - class : 6 [10:43:20] - interface : 1 [10:43:20] ------------------- [10:43:20] Prepare components [10:43:20] AppComponent has a templateUrl, include it [10:43:20] AppComponent has styleUrls, include them [10:43:20] ButtonComponent has styleUrls, include them [10:43:20] CardPropertyComponent has a templateUrl, include it [10:43:20] CardPropertyComponent has styleUrls, include them [10:43:20] ComparablePopUpComponent has a templateUrl, include it [10:43:20] ComparablePopUpComponent has styleUrls, include them [10:43:20] ComparablesComponent has a templateUrl, include it [10:43:20] ComparablesComponent has styleUrls, include them [10:43:20] GenericPropertyDetailsComponent has a templateUrl, include it [10:43:20] GenericPropertyDetailsComponent has styleUrls, include them [10:43:20] HeaderComponent has styleUrls, include them [10:43:20] MapComponent has a templateUrl, include it [10:43:20] MapComponent has styleUrls, include them [10:43:20] PageComponent has styleUrls, include them [10:43:20] PercentageVariationComponent has a templateUrl, include it [10:43:20] PercentageVariationComponent has styleUrls, include them [10:43:20] ThumbnailGalleryComponent has a templateUrl, include it [10:43:20] ThumbnailGalleryComponent has styleUrls, include them [10:43:20] TooltipWarningComponent has a templateUrl, include it [10:43:20] TooltipWarningComponent has styleUrls, include them [10:43:20] Prepare modules [10:43:20] Prepare pipes [10:43:20] Prepare classes [10:43:20] Prepare interfaces [10:43:20] Prepare miscellaneous [10:43:20] Process documentation coverage report [10:43:20] Generating documentation in export format json [10:43:20] Documentation generated in ./ in 0.93 seconds info @storybook/angular v6.3.0-alpha.28 info info => Loading presets info => Loading 1 config file in "E:\Projetos ippi\ippi-data-services-widgets.storybook" info => Loading 7 other files in "E:\Projetos ippi\ippi-data-services-widgets.storybook" info => Adding stories defined in "E:\Projetos ippi\ippi-data-services-widgets.storybook\main.js" info => Using prebuilt manager info => Found custom tsconfig.json info => Using implicit CSS loaders info => Loading angular-cli config info => Using angular project "ippi-data-services-widgets" for configuring Storybook info => Using angular-cli webpack config info => Using default Webpack4 setup (node:7132) DeprecationWarning: Default PostCSS plugins are deprecated. When switching to '@storybook/addon-postcss', you will need to add your own plugins, such as 'postcss-flexbugs-fixes' and 'autoprefixer'.
See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-default-postcss-plugins for details.
(Use node --trace-deprecation ...
to show where the warning was created)
Starting type checking service...
10% building 1/1 modules 0 activeWARN Force closed preview build
ERR! SyntaxError: Invalid regular expression: /%Notepad++%/: Nothing to repeat
ERR! at new RegExp (
WARN Broken build, fix the error above. WARN You may need to refresh the browser.
error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Hi again @shilman , I got more information about. I tried to use angular 12 instead of 11. Updated my project to angular/cli and angular/core 12. After Installed storybook@next and when I ran got a different error. This one:
E:\Projetos ippi\ippi-data-services-widgets>npm run storybook
ippi-data-services-widgets@0.0.0 storybook npm run docs:json && start-storybook -p 6006
ippi-data-services-widgets@0.0.0 docs:json compodoc -p ./tsconfig.json -e json -d .
1.1.11
TypeScript version used by Compodoc : 2.9.1
TypeScript version of current project : 4.2.4
Node.js version : v15.14.0
Operating system : Windows 10
[13:04:07] No configuration file found, switching to CLI flags.
[13:04:07] Using tsconfig file : E:\Projetos ippi\ippi-data-services-widgets\tsconfig.json
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.browserslistrc
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.editorconfig
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.gitignore
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\angular.json
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\documentation.json
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\package-lock.json
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\package.json
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\README.md
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\tsconfig.json
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\tslint.json
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\ippi-data-services-widgets.iml
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\misc.xml
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\modules.xml
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\vcs.xml
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\workspace.xml
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.storybook\main.js
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.storybook\preview.js
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.storybook\tsconfig.json
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets.storybook\typings.d.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.vscode\launch.json
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\e2e\protractor.conf.js
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\e2e\tsconfig.e2e.json
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\favicon.ico
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\index.html
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\karma.conf.js
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\main.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\polyfills.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\styles.scss
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\test.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\tsconfig.app.json
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\tsconfig.spec.json
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\tslint.json
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src_variables.scss
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\codeStyles\codeStyleConfig.xml
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\codeStyles\Project.xml
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\inspectionProfiles\Project_Default.xml
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\shelf\Uncommitted_changes_before_Checkout_at_14_05_2021_13_21__DefaultChangelist.xml
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\e2e\src\app.e2e-spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\e2e\src\app.po.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\app-routing.module.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\app.component.html
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\app.component.scss
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\app.component.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\app.component.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\app.module.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\constants.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\graphql.module.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets.gitkeep
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\black-tie-brands.svg
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\exclamation-triangle-solid.svg
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\environments\environment.prod.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\environments\environment.test.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\environments\environment.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\button.component.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\button.css
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\Button.stories.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\header.component.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\header.css
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\Header.stories.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\Introduction.stories.mdx
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\page.component.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\page.css
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\Page.stories.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets.idea\shelf\Uncommitted_changes_before_Checkout_at_14_05_2021_1321[Default_Changelist]\shelved.patch
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\comparable-property.model.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\comparable-property.model.ts
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\perfect-matches.model.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\perfect-matches.model.ts
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\property-price.model.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\property-price.model.ts
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\property.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\model\property.ts
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\pipe\beds.pipe.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\pipe\beds.pipe.ts
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\pipe\property-short-details.pipe.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\pipe\property-short-details.pipe.ts
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\pipe\sumary.pipe.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\pipe\sumary.pipe.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\service\graphql.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\tests\index.html
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\tests\mockData.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\fonts\Helvetica.ttf
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\fonts\Nunito-Regular.ttf
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\fonts\Poppins-Regular.ttf
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\apt@2x.png
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\Arrow 1.svg
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\ber.png
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\bersmall.png
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\house@2x.png
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\icons8-bathtub-96.svg
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\icons8-expand-90.svg
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\icons8-occupied-bed-96.svg
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\no-photo.jpg
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\assets\img\psra-data-only.png
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\code-brackets.svg
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\colors.svg
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\comments.svg
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\flow.svg
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\plugin.svg
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\repo.svg
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\stackalt.svg
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\stories\assets\direction.svg
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\card-property\card-property.component.html
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\card-property\card-property.component.scss
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\card-property\card-property.component.ts
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\card-property\card-property.component.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparable-pop-up\comparable-pop-up.component.html
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparable-pop-up\comparable-pop-up.component.scss
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparable-pop-up\comparable-pop-up.component.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparable-pop-up\comparable-pop-up.component.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparables\comparables.component.html
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparables\comparables.component.scss
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparables\comparables.component.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\comparables\comparables.component.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\generic-property-details\generic-property-details.component.html
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\generic-property-details\generic-property-details.component.scss
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\generic-property-details\generic-property-details.component.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\generic-property-details\generic-property-details.component.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\map\map.component.html
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\map\map.component.scss
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\map\map.component.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\map\map.component.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\percentage-variation\percentage-variation.component.html
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\percentage-variation\percentage-variation.component.scss
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\percentage-variation\percentage-variation.component.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\percentage-variation\percentage-variation.component.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\thumbnail-galery\thumbnail-gallery.component.html
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\thumbnail-galery\thumbnail-gallery.component.scss
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\thumbnail-galery\thumbnail-gallery.component.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\thumbnail-galery\thumbnail-gallery.component.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\shared\tooltip-warning\tooltip-warning.component.html
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\shared\tooltip-warning\tooltip-warning.component.scss
[13:04:07] Ignoring : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\shared\tooltip-warning\tooltip-warning.component.spec.ts
[13:04:07] Including : E:\Projetos ippi\ippi-data-services-widgets\src\app\components\shared\tooltip-warning\tooltip-warning.component.ts
[13:04:07] Searching package.json file
[13:04:07] package.json file found
[13:04:07] Processing package.json dependencies
[13:04:07] Searching README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.md, TODO.md files
[13:04:07] README.md file found
[13:04:07] Error during E:\Projetos ippi\ippi-data-services-widgets\CHANGELOG read
[13:04:07] Continuing without CHANGELOG.md file
[13:04:07] Error during E:\Projetos ippi\ippi-data-services-widgets\CONTRIBUTING read
[13:04:07] Continuing without CONTRIBUTING.md file
[13:04:07] Error during E:\Projetos ippi\ippi-data-services-widgets\LICENSE read
[13:04:07] Continuing without LICENSE.md file
[13:04:07] Error during E:\Projetos ippi\ippi-data-services-widgets\TODO read
[13:04:07] Continuing without TODO.md file
[13:04:07] Get dependencies data
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/main.ts
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/polyfills.ts
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/test.ts
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/e2e/src/app.po.ts
[13:04:07] found : AppPage
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/app-routing.module.ts
[13:04:07] Analysing routes definitions and clean them if necessary
[13:04:07] found : AppRoutingModule
[13:04:07] : - imports:
[13:04:07] : - RouterModule
[13:04:07] : - exports:
[13:04:07] : - RouterModule
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/app.component.ts
[13:04:07] found : AppComponent
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/app.module.ts
[13:04:07] found : AppModule
[13:04:07] : - imports:
[13:04:07] : - BrowserModule
[13:04:07] : - GraphQLModule
[13:04:07] : - declarations:
[13:04:07] : - AppComponent
[13:04:07] : - SumaryPipe
[13:04:07] : - BedsPipe
[13:04:07] : - CardPropertyComponent
[13:04:07] : - ComparablesComponent
[13:04:07] : - GenericPropertyDetailsComponent
[13:04:07] : - ThumbnailGalleryComponent
[13:04:07] : - TooltipWarningComponent
[13:04:07] : - PercentageVariationComponent
[13:04:07] : - ComparablePopUpComponent
[13:04:07] : - PropertyShortDetailsPipe
[13:04:07] : - MapComponent
[13:04:07] : - bootstrap:
[13:04:07] : - AppComponent
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/constants.ts
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/graphql.module.ts
[13:04:07] found : GraphQLModule
[13:04:07] : - imports:
[13:04:07] : - HttpClientModule
[13:04:07] : - providers:
[13:04:07] : - { provide: APOLLO_OPTIONS, useFactory: createApollo, deps: [HttpLink], }
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/environments/environment.prod.ts
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/environments/environment.test.ts
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/environments/environment.ts
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/stories/button.component.ts
[13:04:07] found : ButtonComponent
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/stories/Button.stories.ts
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/stories/header.component.ts
[13:04:07] found : HeaderComponent
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/stories/Header.stories.ts
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/stories/page.component.ts
[13:04:07] found : PageComponent
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/stories/Page.stories.ts
[13:04:07] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/model/comparable-property.model.ts
[13:04:08] found : ComparableProperty
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/model/perfect-matches.model.ts
[13:04:08] found : PerfectMatches
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/model/property-price.model.ts
[13:04:08] found : PropertyPrice
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/model/property.ts
[13:04:08] found : Property
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/pipe/beds.pipe.ts
[13:04:08] found : BedsPipe
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/pipe/property-short-details.pipe.ts
[13:04:08] found : PropertyShortDetailsPipe
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/pipe/sumary.pipe.ts
[13:04:08] found : SumaryPipe
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/service/graphql.ts
[13:04:08] found : AllComparablesQueryResponse
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/tests/mockData.ts
[13:04:08] found : MockData
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/card-property/card-property.component.ts
[13:04:08] found : CardPropertyComponent
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/comparable-pop-up/comparable-pop-up.component.ts
[13:04:08] found : ComparablePopUpComponent
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/comparables/comparables.component.ts
[13:04:08] found : ComparablesComponent
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/generic-property-details/generic-property-details.component.ts
[13:04:08] found : GenericPropertyDetailsComponent
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/map/map.component.ts
[13:04:08] found : MapComponent
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/percentage-variation/percentage-variation.component.ts
[13:04:08] found : PercentageVariationComponent
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/thumbnail-galery/thumbnail-gallery.component.ts
[13:04:08] found : ThumbnailGalleryComponent
[13:04:08] parsing : E:/Projetos ippi/ippi-data-services-widgets/src/app/components/shared/tooltip-warning/tooltip-warning.component.ts
[13:04:08] found : TooltipWarningComponent
[13:04:08] -------------------
[13:04:08] Project statistics
[13:04:08] - files : 116
[13:04:08] - module : 3
[13:04:08] - component : 12
[13:04:08] - pipe : 3
[13:04:08] - class : 6
[13:04:08] - interface : 1
[13:04:08] -------------------
[13:04:08] Prepare components
[13:04:08] AppComponent has a templateUrl, include it
[13:04:08] AppComponent has styleUrls, include them
[13:04:08] ButtonComponent has styleUrls, include them
[13:04:08] CardPropertyComponent has a templateUrl, include it
[13:04:08] CardPropertyComponent has styleUrls, include them
[13:04:08] ComparablePopUpComponent has a templateUrl, include it
[13:04:08] ComparablePopUpComponent has styleUrls, include them
[13:04:08] ComparablesComponent has a templateUrl, include it
[13:04:08] ComparablesComponent has styleUrls, include them
[13:04:08] GenericPropertyDetailsComponent has a templateUrl, include it
[13:04:08] GenericPropertyDetailsComponent has styleUrls, include them
[13:04:08] HeaderComponent has styleUrls, include them
[13:04:08] MapComponent has a templateUrl, include it
[13:04:08] MapComponent has styleUrls, include them
[13:04:08] PageComponent has styleUrls, include them
[13:04:08] PercentageVariationComponent has a templateUrl, include it
[13:04:08] PercentageVariationComponent has styleUrls, include them
[13:04:08] ThumbnailGalleryComponent has a templateUrl, include it
[13:04:08] ThumbnailGalleryComponent has styleUrls, include them
[13:04:08] TooltipWarningComponent has a templateUrl, include it
[13:04:08] TooltipWarningComponent has styleUrls, include them
[13:04:08] Prepare modules
[13:04:08] Prepare pipes
[13:04:08] Prepare classes
[13:04:08] Prepare interfaces
[13:04:08] Prepare miscellaneous
[13:04:08] Process documentation coverage report
[13:04:08] Generating documentation in export format json
[13:04:08] Documentation generated in ./ in 0.867 seconds
info @storybook/angular v6.3.0-alpha.29
info
info => Loading presets
info => Loading 1 config file in "E:\Projetos ippi\ippi-data-services-widgets.storybook"
info => Loading 7 other files in "E:\Projetos ippi\ippi-data-services-widgets.storybook"
info => Adding stories defined in "E:\Projetos ippi\ippi-data-services-widgets.storybook\main.js"
info => Using prebuilt manager
info => Found custom tsconfig.json
info => Using implicit CSS loaders
info => Loading angular-cli config
info => Using angular project "ippi-data-services-widgets" for configuring Storybook
ERR! => Could not get angular cli webpack config
ERR! TypeError: Cannot read property 'minify' of undefined
ERR! at getCommonConfig (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@angular-devkit\build-angular\src\webpack\configs\common.js:237:28)
ERR! at Object.
WARN Broken build, fix the error above. WARN You may need to refresh the browser.
With this angular version that options you mentioned apears. If I make the changes you said, on .storybook/main.js and my package.json the first error apears again like on angular 11.
Describe the bug Error similiar to the closed issue an year ago #11630 After instalation, when runninng storybook gives the following output. Tested on ubuntu 20.04 and it works well with the same package versions (angular and storybook)
System
Repository for test: https://github.com/danilomr12/storybookangular11.git