storybookjs / storybook

Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
https://storybook.js.org
MIT License
84.81k stars 9.34k forks source link

Error running storybook 6 with angular 11 #14941

Closed danilomr12 closed 3 years ago

danilomr12 commented 3 years ago

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)

npm run storybook

> teststorybook@0.0.0 storybook
> npm run docs:json && start-storybook -p 6006

> teststorybook@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.1.5

Node.js version : v15.14.0

Operating system : Windows 10

[15:07:23] No configuration file found, switching to CLI flags.
[15:07:23] Using tsconfig file : D:\Projetos\story\teststorybook\tsconfig.json
[15:07:23] Including      : D:\Projetos\story\teststorybook\.browserslistrc
[15:07:23] Including      : D:\Projetos\story\teststorybook\.editorconfig
[15:07:23] Including      : D:\Projetos\story\teststorybook\.gitignore
[15:07:23] Including      : D:\Projetos\story\teststorybook\angular.json
[15:07:23] Including      : D:\Projetos\story\teststorybook\karma.conf.js
[15:07:23] Including      : D:\Projetos\story\teststorybook\README.md
[15:07:23] Including      : D:\Projetos\story\teststorybook\package.json
[15:07:23] Including      : D:\Projetos\story\teststorybook\package-lock.json
[15:07:23] Including      : D:\Projetos\story\teststorybook\tsconfig.app.json
[15:07:23] Including      : D:\Projetos\story\teststorybook\tsconfig.json
[15:07:23] Including      : D:\Projetos\story\teststorybook\tsconfig.spec.json
[15:07:23] Including      : D:\Projetos\story\teststorybook\tslint.json
[15:07:23] Including      : D:\Projetos\story\teststorybook\e2e\protractor.conf.js
[15:07:23] Including      : D:\Projetos\story\teststorybook\e2e\tsconfig.json
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\favicon.ico
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\main.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\index.html
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\polyfills.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\styles.sass
[15:07:23] Including      : D:\Projetos\story\teststorybook\.storybook\main.js
[15:07:23] Including      : D:\Projetos\story\teststorybook\.storybook\preview.js
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\test.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\.storybook\tsconfig.json
[15:07:23] Ignoring       : D:\Projetos\story\teststorybook\.storybook\typings.d.ts
[15:07:23] Ignoring       : D:\Projetos\story\teststorybook\e2e\src\app.e2e-spec.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\e2e\src\app.po.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\app\app-routing.module.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\app\app.component.html
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\app\app.component.sass
[15:07:23] Ignoring       : D:\Projetos\story\teststorybook\src\app\app.component.spec.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\app\app.component.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\app\app.module.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\assets\.gitkeep
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\environments\environment.prod.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\environments\environment.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\button.component.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\button.css
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\Button.stories.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\header.component.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\header.css
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\Header.stories.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\Introduction.stories.mdx
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\page.component.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\page.css
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\Page.stories.ts
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\assets\code-brackets.svg
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\assets\colors.svg
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\assets\comments.svg
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\assets\direction.svg
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\assets\flow.svg
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\assets\plugin.svg
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\assets\repo.svg
[15:07:23] Including      : D:\Projetos\story\teststorybook\src\stories\assets\stackalt.svg
[15:07:23] Searching package.json file
[15:07:23] package.json file found
[15:07:23] Processing package.json dependencies
[15:07:23] Searching README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.md, TODO.md files
[15:07:23] README.md file found
[15:07:23] Error during D:\Projetos\story\teststorybook\CHANGELOG read
[15:07:23] Continuing without CHANGELOG.md file
[15:07:23] Error during D:\Projetos\story\teststorybook\CONTRIBUTING read
[15:07:23] Continuing without CONTRIBUTING.md file
[15:07:23] Error during D:\Projetos\story\teststorybook\LICENSE read
[15:07:23] Continuing without LICENSE.md file
[15:07:23] Error during D:\Projetos\story\teststorybook\TODO read
[15:07:23] Continuing without TODO.md file
[15:07:23] Get dependencies data
[15:07:23] parsing        : D:/Projetos/story/teststorybook/src/main.ts
[15:07:23] parsing        : D:/Projetos/story/teststorybook/src/polyfills.ts
[15:07:23] parsing        : D:/Projetos/story/teststorybook/src/test.ts
[15:07:23] parsing        : D:/Projetos/story/teststorybook/e2e/src/app.po.ts
[15:07:23] found          : AppPage
[15:07:23] parsing        : D:/Projetos/story/teststorybook/src/app/app-routing.module.ts
[15:07:23] Analysing routes definitions and clean them if necessary
[15:07:23] found          : AppRoutingModule
[15:07:23]                : - imports:
[15:07:23]                :     - RouterModule
[15:07:23]                : - exports:
[15:07:23]                :     - RouterModule
[15:07:23] parsing        : D:/Projetos/story/teststorybook/src/app/app.component.ts
[15:07:23] found          : AppComponent
[15:07:23] parsing        : D:/Projetos/story/teststorybook/src/app/app.module.ts
[15:07:23] found          : AppModule
[15:07:23]                : - imports:
[15:07:23]                :     - BrowserModule
[15:07:23]                :     - AppRoutingModule
[15:07:23]                : - declarations:
[15:07:23]                :     - AppComponent
[15:07:23]                : - bootstrap:
[15:07:23]                :     - AppComponent
[15:07:23] parsing        : D:/Projetos/story/teststorybook/src/environments/environment.prod.ts
[15:07:23] parsing        : D:/Projetos/story/teststorybook/src/environments/environment.ts
[15:07:23] parsing        : D:/Projetos/story/teststorybook/src/stories/button.component.ts
[15:07:23] found          : ButtonComponent
[15:07:23] parsing        : D:/Projetos/story/teststorybook/src/stories/Button.stories.ts
[15:07:23] parsing        : D:/Projetos/story/teststorybook/src/stories/header.component.ts
[15:07:23] found          : HeaderComponent
[15:07:23] parsing        : D:/Projetos/story/teststorybook/src/stories/Header.stories.ts
[15:07:23] parsing        : D:/Projetos/story/teststorybook/src/stories/page.component.ts
[15:07:23] found          : PageComponent
[15:07:23] parsing        : D:/Projetos/story/teststorybook/src/stories/Page.stories.ts
[15:07:23] -------------------
[15:07:24] Project statistics
[15:07:24] - files      : 50
[15:07:24] - module     : 2
[15:07:24] - component  : 4
[15:07:24] - class      : 1
[15:07:24] -------------------
[15:07:24] Prepare components
[15:07:24]  AppComponent has a templateUrl, include it
[15:07:24]  AppComponent has styleUrls, include them
[15:07:24]  ButtonComponent has styleUrls, include them
[15:07:24]  HeaderComponent has styleUrls, include them
[15:07:24]  PageComponent has styleUrls, include them
[15:07:24] Prepare modules
[15:07:24] Process routes
[15:07:24] Prepare classes
[15:07:24] Prepare miscellaneous
[15:07:24] Process documentation coverage report
[15:07:24] Generating documentation in export format json
[15:07:24] Documentation generated in ./ in 1.32 seconds
info @storybook/angular v6.2.9
info
info => Loading presets
info => Loading 1 config file in "D:\Projetos\story\teststorybook\.storybook"
info => Loading 7 other files in "D:\Projetos\story\teststorybook\.storybook"
info => Adding stories defined in "D:\Projetos\story\teststorybook\.storybook\main.js"
info => Using prebuilt manager
info => Found custom tsconfig.json
info => Using implicit CSS loaders
WARN Unable to close preview build!
ERR! SyntaxError: Invalid regular expression: /%Notepad++%/: Nothing to repeat
ERR!     at new RegExp (<anonymous>)
ERR!     at D:\Projetos\story\teststorybook\node_modules\@storybook\core-common\dist\cjs\utils\template.js:20:24
ERR!     at Array.reduce (<anonymous>)
ERR!     at interpolate (D:\Projetos\story\teststorybook\node_modules\@storybook\core-common\dist\cjs\utils\template.js:19:31)
ERR!     at getManagerHeadTemplate (D:\Projetos\story\teststorybook\node_modules\@storybook\core-common\dist\cjs\utils\template.js:63:10)
ERR!     at _default (D:\Projetos\story\teststorybook\node_modules\@storybook\core-server\dist\cjs\manager\manager-webpack.config.js:61:99)
ERR!     at async Object.start (D:\Projetos\story\teststorybook\node_modules\@storybook\core-server\dist\cjs\manager\builder.js:94:16)
ERR!     at async Promise.all (index 1)
ERR!     at async storybookDevServer (D:\Projetos\story\teststorybook\node_modules\@storybook\core-server\dist\cjs\dev-server.js:103:28)
ERR!     at async buildDevStandalone (D:\Projetos\story\teststorybook\node_modules\@storybook\core-server\dist\cjs\build-dev.js:107:31)
ERR!     at async Object.buildDev (D:\Projetos\story\teststorybook\node_modules\@storybook\core-server\dist\cjs\build-dev.js:147:5)
ERR!  SyntaxError: Invalid regular expression: /%Notepad++%/: Nothing to repeat
ERR!     at new RegExp (<anonymous>)
ERR!     at D:\Projetos\story\teststorybook\node_modules\@storybook\core-common\dist\cjs\utils\template.js:20:24
ERR!     at Array.reduce (<anonymous>)
ERR!     at interpolate (D:\Projetos\story\teststorybook\node_modules\@storybook\core-common\dist\cjs\utils\template.js:19:31)
ERR!     at getManagerHeadTemplate (D:\Projetos\story\teststorybook\node_modules\@storybook\core-common\dist\cjs\utils\template.js:63:10)
ERR!     at _default (D:\Projetos\story\teststorybook\node_modules\@storybook\core-server\dist\cjs\manager\manager-webpack.config.js:61:99)
ERR!     at async Object.start (D:\Projetos\story\teststorybook\node_modules\@storybook\core-server\dist\cjs\manager\builder.js:94:16)
ERR!     at async Promise.all (index 1)
ERR!     at async storybookDevServer (D:\Projetos\story\teststorybook\node_modules\@storybook\core-server\dist\cjs\dev-server.js:103:28)
ERR!     at async buildDevStandalone (D:\Projetos\story\teststorybook\node_modules\@storybook\core-server\dist\cjs\build-dev.js:107:31)
ERR!     at async Object.buildDev (D:\Projetos\story\teststorybook\node_modules\@storybook\core-server\dist\cjs\build-dev.js:147:5)

WARN Broken build, fix the error above.
WARN You may need to refresh the browser.

System

>npx sb@next info

Environment Info:

  System:
    OS: Windows 10 10.0.19042
    CPU: (4) x64 Intel(R) Xeon(R) CPU E3-1220 V2 @ 3.10GHz
  Binaries:
    Node: 15.14.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 2.4.1 - C:\Program Files\nodejs\yarn.CMD
    npm: 7.7.6 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Edge: Spartan (44.19041.964.0), Chromium (90.0.818.62)
  npmPackages:
    @storybook/addon-actions: ^6.3.0-alpha.27 => 6.3.0-alpha.27
    @storybook/addon-docs: ^6.3.0-alpha.27 => 6.3.0-alpha.27
    @storybook/addon-essentials: ^6.3.0-alpha.27 => 6.3.0-alpha.27
    @storybook/addon-links: ^6.3.0-alpha.27 => 6.3.0-alpha.27
    @storybook/angular: ^6.3.0-alpha.27 => 6.3.0-alpha.27
    @storybook/builder-webpack5: ^6.3.0-alpha.27 => 6.3.0-alpha.27

Repository for test: https://github.com/danilomr12/storybookangular11.git

shilman commented 3 years ago

Possibly (probably) fixed in #14942 , which I'll be releasing in a few mins

shilman commented 3 years ago

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!

danilomr12 commented 3 years ago

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 () ERR! at E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-common\dist\cjs\utils\template.js:20:24 ERR! at Array.reduce () ERR! at interpolate (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-common\dist\cjs\utils\template.js:19:31) ERR! at getManagerHeadTemplate (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-common\dist\cjs\utils\template.js:63:10) ERR! at _default (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-server\dist\cjs\manager\manager-webpack.config.js:61:99) ERR! at async Object.start (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-server\dist\cjs\manager\builder.js:96:16) ERR! at async Promise.all (index 1) ERR! at async storybookDevServer (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-server\dist\cjs\dev-server.js:114:28) ERR! at async buildDevStandalone (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-server\dist\cjs\build-dev.js:109:31) ERR! at async Object.buildDev (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-server\dist\cjs\build-dev.js:150:5) ERR! SyntaxError: Invalid regular expression: /%Notepad++%/: Nothing to repeat ERR! at new RegExp () ERR! at E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-common\dist\cjs\utils\template.js:20:24 ERR! at Array.reduce () ERR! at interpolate (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-common\dist\cjs\utils\template.js:19:31) ERR! at getManagerHeadTemplate (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-common\dist\cjs\utils\template.js:63:10) ERR! at _default (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-server\dist\cjs\manager\manager-webpack.config.js:61:99) ERR! at async Object.start (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-server\dist\cjs\manager\builder.js:96:16) ERR! at async Promise.all (index 1) ERR! at async storybookDevServer (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-server\dist\cjs\dev-server.js:114:28) ERR! at async buildDevStandalone (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-server\dist\cjs\build-dev.js:109:31) ERR! at async Object.buildDev (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\core-server\dist\cjs\build-dev.js:150:5)

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.

danilomr12 commented 3 years ago

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. (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\angular\dist\ts3.9\server\angular-devkit-build-webpack.js:199:39) ERR! at step (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\angular\dist\ts3.9\server\angular-devkit-build-webpack.js:69:23) ERR! at Object.next (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\angular\dist\ts3.9\server\angular-devkit-build-webpack.js:50:53) ERR! at fulfilled (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\angular\dist\ts3.9\server\angular-devkit-build-webpack.js:41:58) 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. (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\angular\dist\ts3.9\server\angular-devkit-build-webpack.js:199:39) ERR! at step (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\angular\dist\ts3.9\server\angular-devkit-build-webpack.js:69:23) ERR! at Object.next (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\angular\dist\ts3.9\server\angular-devkit-build-webpack.js:50:53) ERR! at fulfilled (E:\Projetos ippi\ippi-data-services-widgets\node_modules\@storybook\angular\dist\ts3.9\server\angular-devkit-build-webpack.js:41:58)

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.