Hongbin's Blog

vuePress-theme-reco Hongbin's Blog    2021
Hongbin's Blog Hongbin's Blog

Choose mode

  • dark
  • auto
  • light
GitHub
Category
  • article
  • note
  • tip
  • draft
  • log
  • recette
Tag
Home
TimeLine

Hongbin's Blog

13

Article

13

Tag

GitHub
Category
  • article
  • note
  • tip
  • draft
  • log
  • recette
Tag
Home
TimeLine
  • Storybook on React17, Vue2, Angular8 Frameworks Setup Process

    • Summary
      • Logs
        • React
        • Angular
        • Vue

    Storybook on React17, Vue2, Angular8 Frameworks Setup Process

    vuePress-theme-reco Hongbin's Blog    2021

    Storybook on React17, Vue2, Angular8 Frameworks Setup Process


    Hongbin 2020-10-26 storybookangularreactvue

    # Summary

    Tested Runnable Environment & Dependencies
    	OS: Windows 10
    	Node.js: 10.15.0
    	Node Package Management: Npm
    	React
    		created using `npx create-react-app`
    		React: 17.0.1
    		Storybook: 6.1.0-alpha.30
    	Angular
    		created using `ng new`
    		Angular: 8.2.14
    		Storybook: 6.0.27
    	Vue
    		copied example project "vue-cli"
    		Vue: 2.6.8
    		vue-template-compiler: 2.6.11
    		Storybook: 6.1.0-alpha.30
    		Sass: 1.27.1
    		Sass-loader: 10.0.4
    	
    Conclusion
    	Storybook CLI in spx is not so reliable. It is better to take examples from storyjs repo as a beginning project.
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22

    # Logs

    # React

    # npx create-react-app [PROJECT_NAME]

    ref: create a new react app/recommended-toolchains

    [OMITTED]@[OMITTED] MINGW64 [OMITTED]/test/test-ngsb-1
    $ npx create-react-app test-rctsb-a
    npx: installed 91 in 10.427s
    
    Creating a new React app in [OMITTED]\test\test-ngsb-1\test-rctsb-a.
    
    Installing packages. This might take a couple of minutes.
    Installing react, react-dom, and react-scripts with cra-template...
    
    
    > core-js@2.6.11 postinstall [OMITTED]\test\test-ngsb-1\test-rctsb-a\node_modules\babel-runtime\node_modules\core-js
    > node -e "try{require('./postinstall')}catch(e){}"
    
    
    > core-js@3.6.5 postinstall [OMITTED]\test\test-ngsb-1\test-rctsb-a\node_modules\core-js
    > node -e "try{require('./postinstall')}catch(e){}"
    
    
    > core-js-pure@3.6.5 postinstall [OMITTED]\test\test-ngsb-1\test-rctsb-a\node_modules\core-js-pure
    > node -e "try{require('./postinstall')}catch(e){}"
    
    
    > ejs@2.7.4 postinstall [OMITTED]\test\test-ngsb-1\test-rctsb-a\node_modules\ejs
    > node ./postinstall.js
    
    + cra-template@1.1.0
    + react-scripts@4.0.0
    + react@17.0.1
    + react-dom@17.0.1
    added 1939 packages from 738 contributors and audited 1942 packages in 86.042s
    found 0 vulnerabilities
    
    
    Initialized a git repository.
    
    Installing template dependencies using npm...
    npm WARN @pmmmwh/react-refresh-webpack-plugin@0.4.2 requires a peer of type-fest@^0.13.1 but none is installed. You must install peer dependencies yourself.
    npm WARN @pmmmwh/react-refresh-webpack-plugin@0.4.2 requires a peer of webpack-hot-middleware@2.x but none is installed. You must install peer dependencies yourself.
    npm WARN @pmmmwh/react-refresh-webpack-plugin@0.4.2 requires a peer of webpack-plugin-serve@0.x || 1.x but none is installed. You must install peer dependencies yourself.
    npm WARN jest-config@26.6.1 requires a peer of ts-node@>=9.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN jsdom@16.4.0 requires a peer of canvas@^2.5.0 but none is installed. You must install peer dependencies yourself.
    npm WARN react-scripts@4.0.0 requires a peer of typescript@^3.2.1 but none is installed. You must install peer dependencies yourself.
    npm WARN sass-loader@8.0.2 requires a peer of node-sass@^4.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN sass-loader@8.0.2 requires a peer of sass@^1.3.0 but none is installed. You must install peer dependencies yourself.
    npm WARN sass-loader@8.0.2 requires a peer of fibers@>= 3.1.0 but none is installed. You must install peer dependencies yourself.
    npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
    npm WARN ws@7.3.1 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself.
    npm WARN ws@7.3.1 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\webpack-dev-server\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    
    + web-vitals@0.2.4
    + @testing-library/jest-dom@5.11.5
    + @testing-library/react@11.1.0
    + @testing-library/user-event@12.1.10
    added 29 packages from 77 contributors and audited 1971 packages in 18.489s
    found 0 vulnerabilities
    
    Removing template package using npm...
    
    npm WARN @pmmmwh/react-refresh-webpack-plugin@0.4.2 requires a peer of type-fest@^0.13.1 but none is installed. You must install peer dependencies yourself.
    npm WARN @pmmmwh/react-refresh-webpack-plugin@0.4.2 requires a peer of webpack-hot-middleware@2.x but none is installed. You must install peer dependencies yourself.
    npm WARN @pmmmwh/react-refresh-webpack-plugin@0.4.2 requires a peer of webpack-plugin-serve@0.x || 1.x but none is installed. You must install peer dependencies yourself.
    npm WARN jest-config@26.6.1 requires a peer of ts-node@>=9.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN jsdom@16.4.0 requires a peer of canvas@^2.5.0 but none is installed. You must install peer dependencies yourself.
    npm WARN react-scripts@4.0.0 requires a peer of typescript@^3.2.1 but none is installed. You must install peer dependencies yourself.
    npm WARN sass-loader@8.0.2 requires a peer of node-sass@^4.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN sass-loader@8.0.2 requires a peer of sass@^1.3.0 but none is installed. You must install peer dependencies yourself.
    npm WARN sass-loader@8.0.2 requires a peer of fibers@>= 3.1.0 but none is installed. You must install peer dependencies yourself.
    npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
    npm WARN ws@7.3.1 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself.
    npm WARN ws@7.3.1 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\webpack-dev-server\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    
    removed 1 package and audited 1970 packages in 16.852s
    found 0 vulnerabilities
    
    
    Created git commit.
    
    Success! Created test-rctsb-a at [OMITTED]\test\test-ngsb-1\test-rctsb-a
    Inside that directory, you can run several commands:
    
      npm start
        Starts the development server.
    
      npm run build
        Bundles the app into static files for production.
    
      npm test
        Starts the test runner.
    
      npm run eject
        Removes this tool and copies build dependencies, configuration files
        and scripts into the app directory. If you do this, you can’t go back!
    
    We suggest that you begin by typing:
    
      cd test-rctsb-a
      npm start
    
    Happy hacking!
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111

    # npx sb init

    I forgot to copy string then the next command flushed all output of this command out of the buffer

    # npm run storybook (FAILED)

    I met a same problem with here: [Bug] "Invalid hook call" error after upgrading to Storybook 6

    vendors~main.6dcc2326674d334e4082.bundle.js:67328 Download the React DevTools for a better development experience: https://fb.me/react-devtools
    react-dom.development.js:4135 Download the React DevTools for a better development experience: https://fb.me/react-devtools
    react.development.js:1431 Uncaught Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
    1. You might have mismatching versions of React and the renderer (such as React DOM)
    2. You might be breaking the Rules of Hooks
    3. You might have more than one copy of React in the same app
    See https://fb.me/react-invalid-hook-call for tips about how to debug and fix this problem.
        at resolveDispatcher (react.development.js:1431)
        at Object.useContext (react.development.js:1439)
        at useTheme (emotion-theming.browser.esm.js:112)
        at useMenu (vendors~main.6dcc2326674d334e4082.bundle.js:36515)
        at Object.mapper [as current] (vendors~main.6dcc2326674d334e4082.bundle.js:36948)
        at ManagerConsumer (vendors~main.6dcc2326674d334e4082.bundle.js:4323)
        at renderWithHooks (vendors~main.6dcc2326674d334e4082.bundle.js:57137)
        at mountIndeterminateComponent (vendors~main.6dcc2326674d334e4082.bundle.js:59816)
        at beginWork (vendors~main.6dcc2326674d334e4082.bundle.js:60930)
        at HTMLUnknownElement.callCallback (vendors~main.6dcc2326674d334e4082.bundle.js:42522)
    vendors~main.6dcc2326674d334e4082.bundle.js:61861 The above error occurred in the <ManagerConsumer> component:
        in ManagerConsumer
        in Unknown (created by Layout)
        in div
        in Styled(div) (created by Sidebar)
        in Sidebar (created by Layout)
        in Layout
        in WithTheme(Layout)
        in Unknown
        in div
        in Styled(div)
        in Unknown
        in SizeMeReferenceWrapper
        in SizeMeRenderer(Component)
        in SizeMe(Component)
        in ThemeProvider
        in Unknown (created by ManagerConsumer)
        in ManagerConsumer (created by Manager)
        in EffectOnMount (created by Manager)
        in Manager (created by Context.Consumer)
        in Location (created by QueryLocation)
        in QueryLocation (created by Root)
        in LocationProvider (created by Root)
        in HelmetProvider (created by Root)
        in Root
    
    React will try to recreate this component tree from scratch using the error boundary you provided, LocationProvider.
    logCapturedError @ vendors~main.6dcc2326674d334e4082.bundle.js:61861
    index.js:158 Uncaught Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
    1. You might have mismatching versions of React and the renderer (such as React DOM)
    2. You might be breaking the Rules of Hooks
    3. You might have more than one copy of React in the same app
    See https://fb.me/react-invalid-hook-call for tips about how to debug and fix this problem.
        at resolveDispatcher (react.development.js:1431)
        at Object.useContext (react.development.js:1439)
        at useTheme (emotion-theming.browser.esm.js:112)
        at useMenu (vendors~main.6dcc2326674d334e4082.bundle.js:36515)
        at Object.mapper [as current] (vendors~main.6dcc2326674d334e4082.bundle.js:36948)
        at ManagerConsumer (vendors~main.6dcc2326674d334e4082.bundle.js:4323)
        at renderWithHooks (vendors~main.6dcc2326674d334e4082.bundle.js:57137)
        at mountIndeterminateComponent (vendors~main.6dcc2326674d334e4082.bundle.js:59816)
        at beginWork (vendors~main.6dcc2326674d334e4082.bundle.js:60930)
        at HTMLUnknownElement.callCallback (vendors~main.6dcc2326674d334e4082.bundle.js:42522)
    vendors~main.6dcc2326674d334e4082.bundle.js:61861 The above error occurred in the <LocationProvider> component:
        in LocationProvider (created by Root)
        in HelmetProvider (created by Root)
        in Root
    
    Consider adding an error boundary to your tree to customize error handling behavior.
    Visit https://fb.me/react-error-boundaries to learn more about error boundaries.
    logCapturedError @ vendors~main.6dcc2326674d334e4082.bundle.js:61861
    vendors~main.6dcc2326674d334e4082.bundle.js:53436 Uncaught Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
    1. You might have mismatching versions of React and the renderer (such as React DOM)
    2. You might be breaking the Rules of Hooks
    3. You might have more than one copy of React in the same app
    See https://fb.me/react-invalid-hook-call for tips about how to debug and fix this problem.
        at resolveDispatcher (react.development.js:1431)
        at Object.useContext (react.development.js:1439)
        at useTheme (emotion-theming.browser.esm.js:112)
        at useMenu (vendors~main.6dcc2326674d334e4082.bundle.js:36515)
        at Object.mapper [as current] (vendors~main.6dcc2326674d334e4082.bundle.js:36948)
        at ManagerConsumer (vendors~main.6dcc2326674d334e4082.bundle.js:4323)
        at renderWithHooks (vendors~main.6dcc2326674d334e4082.bundle.js:57137)
        at mountIndeterminateComponent (vendors~main.6dcc2326674d334e4082.bundle.js:59816)
        at beginWork (vendors~main.6dcc2326674d334e4082.bundle.js:60930)
        at HTMLUnknownElement.callCallback (vendors~main.6dcc2326674d334e4082.bundle.js:42522)
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    # Attempt1: upgrade storybook dependencies (NOT WORKED)

    One possible reason can be multiple storybook dependencies installed and some of the add-ons rely on certain React versions which does not match my current version. And they checked the dependencies by npm ls | grep storybook. So this is what I got.

    	Line 72: +-- @storybook/addon-actions@6.0.27
    	Line 73: | +-- @storybook/addons@6.0.27
    	Line 74: | | +-- @storybook/api@6.0.27 deduped
    	Line 75: | | +-- @storybook/channels@6.0.27
    	Line 79: | | +-- @storybook/client-logger@6.0.27 deduped
    	Line 80: | | +-- @storybook/core-events@6.0.27 deduped
    	Line 81: | | +-- @storybook/router@6.0.27 deduped
    	Line 82: | | +-- @storybook/theming@6.0.27 deduped
    	Line 86: | +-- @storybook/api@6.0.27
    	Line 97: | | +-- @storybook/channels@6.0.27 deduped
    	Line 98: | | +-- @storybook/client-logger@6.0.27 deduped
    	Line 99: | | +-- @storybook/core-events@6.0.27 deduped
    	Line 100: | | +-- @storybook/csf@0.0.1 deduped
    	Line 101: | | +-- @storybook/router@6.0.27 deduped
    	Line 102: | | +-- @storybook/semver@7.3.2
    	Line 105: | | +-- @storybook/theming@6.0.27 deduped
    	Line 137: | +-- @storybook/client-api@6.0.27
    	Line 138: | | +-- @storybook/addons@6.0.27 deduped
    	Line 139: | | +-- @storybook/channel-postmessage@6.0.27
    	Line 140: | | | +-- @storybook/channels@6.0.27 deduped
    	Line 141: | | | +-- @storybook/client-logger@6.0.27 deduped
    	Line 142: | | | +-- @storybook/core-events@6.0.27 deduped
    	Line 147: | | +-- @storybook/channels@6.0.27 deduped
    	Line 148: | | +-- @storybook/client-logger@6.0.27 deduped
    	Line 149: | | +-- @storybook/core-events@6.0.27 deduped
    	Line 150: | | +-- @storybook/csf@0.0.1 deduped
    	Line 162: | +-- @storybook/components@6.0.27
    	Line 163: | | +-- @storybook/client-logger@6.0.27 deduped
    	Line 164: | | +-- @storybook/csf@0.0.1 deduped
    	Line 165: | | +-- @storybook/theming@6.0.27 deduped
    	Line 253: | +-- @storybook/core-events@6.0.27
    	Line 255: | +-- @storybook/theming@6.0.27
    	Line 284: | | +-- @storybook/client-logger@6.0.27 deduped
    	Line 324: +-- @storybook/addon-essentials@6.0.27
    	Line 325: | +-- @storybook/addon-actions@6.0.27 deduped
    	Line 326: | +-- @storybook/addon-backgrounds@6.0.27
    	Line 327: | | +-- @storybook/addons@6.0.27 deduped
    	Line 328: | | +-- @storybook/api@6.0.27 deduped
    	Line 329: | | +-- @storybook/client-logger@6.0.27 deduped
    	Line 330: | | +-- @storybook/components@6.0.27 deduped
    	Line 331: | | +-- @storybook/core-events@6.0.27 deduped
    	Line 332: | | +-- @storybook/theming@6.0.27 deduped
    	Line 340: | +-- @storybook/addon-controls@6.0.27
    	Line 341: | | +-- @storybook/addons@6.0.27 deduped
    	Line 342: | | +-- @storybook/api@6.0.27 deduped
    	Line 343: | | +-- @storybook/client-api@6.0.27 deduped
    	Line 344: | | +-- @storybook/components@6.0.27 deduped
    	Line 345: | | +-- @storybook/node-logger@6.0.27 deduped
    	Line 346: | | +-- @storybook/theming@6.0.27 deduped
    	Line 349: | +-- @storybook/addon-docs@6.0.27
    	Line 795: | | +-- @storybook/addons@6.0.27 deduped
    	Line 796: | | +-- @storybook/api@6.0.27 deduped
    	Line 797: | | +-- @storybook/client-api@6.0.27 deduped
    	Line 798: | | +-- @storybook/client-logger@6.0.27 deduped
    	Line 799: | | +-- @storybook/components@6.0.27 deduped
    	Line 800: | | +-- @storybook/core@6.0.27 deduped
    	Line 801: | | +-- @storybook/core-events@6.0.27 deduped
    	Line 802: | | +-- @storybook/csf@0.0.1 deduped
    	Line 803: | | +-- @storybook/node-logger@6.0.27 deduped
    	Line 804: | | +-- @storybook/postinstall@6.0.27
    	Line 806: | | +-- @storybook/source-loader@6.0.27
    	Line 807: | | | +-- @storybook/addons@6.0.27 deduped
    	Line 808: | | | +-- @storybook/client-logger@6.0.27 deduped
    	Line 809: | | | +-- @storybook/csf@0.0.1 deduped
    	Line 817: | | +-- @storybook/theming@6.0.27 deduped
    	Line 866: | +-- @storybook/addon-toolbars@6.0.27
    	Line 867: | | +-- @storybook/addons@6.0.27 deduped
    	Line 868: | | +-- @storybook/api@6.0.27 deduped
    	Line 869: | | +-- @storybook/client-api@6.0.27 deduped
    	Line 870: | | +-- @storybook/components@6.0.27 deduped
    	Line 872: | +-- @storybook/addon-viewport@6.0.27
    	Line 873: | | +-- @storybook/addons@6.0.27 deduped
    	Line 874: | | +-- @storybook/api@6.0.27 deduped
    	Line 875: | | +-- @storybook/client-logger@6.0.27 deduped
    	Line 876: | | +-- @storybook/components@6.0.27 deduped
    	Line 877: | | +-- @storybook/core-events@6.0.27 deduped
    	Line 878: | | +-- @storybook/theming@6.0.27 deduped
    	Line 884: | +-- @storybook/addons@6.0.27 deduped
    	Line 885: | +-- @storybook/api@6.0.27 deduped
    	Line 886: | +-- @storybook/node-logger@6.0.27 deduped
    	Line 894: +-- @storybook/addon-links@6.0.27
    	Line 895: | +-- @storybook/addons@6.0.27 deduped
    	Line 896: | +-- @storybook/client-logger@6.0.27
    	Line 899: | +-- @storybook/core-events@6.0.27 deduped
    	Line 900: | +-- @storybook/csf@0.0.1
    	Line 902: | +-- @storybook/router@6.0.27
    	Line 918: +-- @storybook/node-logger@6.0.27
    	Line 960: +-- @storybook/preset-create-react-app@3.1.4
    	Line 1038: +-- @storybook/react@6.0.27
    	Line 1062: | +-- @storybook/addons@6.0.27 deduped
    	Line 1063: | +-- @storybook/core@6.0.27
    	Line 1144: | | +-- @storybook/addons@6.0.27 deduped
    	Line 1145: | | +-- @storybook/api@6.0.27 deduped
    	Line 1146: | | +-- @storybook/channel-postmessage@6.0.27 deduped
    	Line 1147: | | +-- @storybook/channels@6.0.27 deduped
    	Line 1148: | | +-- @storybook/client-api@6.0.27 deduped
    	Line 1149: | | +-- @storybook/client-logger@6.0.27 deduped
    	Line 1150: | | +-- @storybook/components@6.0.27 deduped
    	Line 1151: | | +-- @storybook/core-events@6.0.27 deduped
    	Line 1152: | | +-- @storybook/csf@0.0.1 deduped
    	Line 1153: | | +-- @storybook/node-logger@6.0.27 deduped
    	Line 1154: | | +-- @storybook/router@6.0.27 deduped
    	Line 1155: | | +-- @storybook/semver@7.3.2
    	Line 1158: | | +-- @storybook/theming@6.0.27 deduped
    	Line 1159: | | +-- @storybook/ui@6.0.27
    	Line 1161: | | | +-- @storybook/addons@6.0.27 deduped
    	Line 1162: | | | +-- @storybook/api@6.0.27 deduped
    	Line 1163: | | | +-- @storybook/channels@6.0.27 deduped
    	Line 1164: | | | +-- @storybook/client-logger@6.0.27 deduped
    	Line 1165: | | | +-- @storybook/components@6.0.27 deduped
    	Line 1166: | | | +-- @storybook/core-events@6.0.27 deduped
    	Line 1167: | | | +-- @storybook/router@6.0.27 deduped
    	Line 1168: | | | +-- @storybook/semver@7.3.2
    	Line 1171: | | | +-- @storybook/theming@6.0.27 deduped
    	Line 1940: | +-- @storybook/node-logger@6.0.27 deduped
    	Line 1941: | +-- @storybook/semver@7.3.2
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116

    Then I tried to upgrade storybook dependencies. But it didn't work for that issue.

    [OMITTED]@[OMITTED] MINGW64 [OMITTED]/test/test-ngsb-1/test-rctsb-a (master)
    $ npx sb upgrade
     • Checking for latest versions of '@storybook/*' packagesinfo ,Upgrading [OMITTED]\test\test-ngsb-1\test-rctsb-a\package.json
    info
    info All dependencies match the latest package versions :)
    info ,npx: installed 285 in 15.543s
    info (node:2748) ExperimentalWarning: The fs.promises API is experimental
    info (node:2748) ExperimentalWarning: Readable[Symbol.asyncIterator] is an experimental feature. This feature could change at any time
    info
    info
     • Installing upgrades • Preparing to install dependencies. ✓
    
    
     • Installing dependenciesnpm WARN @mdx-js/react@1.6.19 requires a peer of react@^16.13.1 but none is installed. You must install peer dependencies yourself.
    npm WARN @pmmmwh/react-refresh-webpack-plugin@0.4.2 requires a peer of type-fest@^0.13.1 but none is installed. You must install peer dependencies yourself.
    npm WARN @pmmmwh/react-refresh-webpack-plugin@0.4.2 requires a peer of webpack-plugin-serve@0.x || 1.x but none is installed. You must install peer dependencies yourself.
    npm WARN @reach/router@1.3.4 requires a peer of react@15.x || 16.x || 16.4.0-alpha.0911da3 but none is installed. You must install peer dependencies yourself.
    npm WARN @reach/router@1.3.4 requires a peer of react-dom@15.x || 16.x || 16.4.0-alpha.0911da3 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-docs@6.0.27 requires a peer of react-is@^16.8.0 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-docs@6.0.27 requires a peer of vue@^2.6.10 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-docs@6.0.27 requires a peer of vue-docgen-api@^4.29.1 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-docs@6.0.27 requires a peer of vue-docgen-loader@^1.5.0 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-essentials@6.0.27 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-essentials@6.0.27 requires a peer of react-is@^16.8.0 but none is installed. You must install peer dependencies yourself.
    npm WARN create-react-context@0.3.0 requires a peer of react@^0.14.0 || ^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN jest-config@26.6.1 requires a peer of ts-node@>=9.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN jsdom@16.4.0 requires a peer of canvas@^2.5.0 but none is installed. You must install peer dependencies yourself.
    npm WARN react-docgen-typescript@1.20.5 requires a peer of typescript@>= 3.x but none is installed. You must install peer dependencies yourself.
    npm WARN react-docgen-typescript-loader@3.7.2 requires a peer of typescript@* but none is installed. You must install peer dependencies yourself.
    npm WARN react-docgen-typescript-plugin@0.5.2 requires a peer of typescript@>= 3.x but none is installed. You must install peer dependencies yourself.
    npm WARN react-element-to-jsx-string@14.3.1 requires a peer of react@^0.14.8 || ^15.0.1 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN react-element-to-jsx-string@14.3.1 requires a peer of react-dom@^0.14.8 || ^15.0.1 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN react-helmet-async@1.0.7 requires a peer of react@^16.6.0 but none is installed. You must install peer dependencies yourself.
    npm WARN react-helmet-async@1.0.7 requires a peer of react-dom@^16.6.0 but none is installed. You must install peer dependencies yourself.
    npm WARN react-inspector@5.1.0 requires a peer of react@^16.8.4 but none is installed. You must install peer dependencies yourself.
    npm WARN react-popper@1.3.7 requires a peer of react@0.14.x || ^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN react-popper-tooltip@2.11.1 requires a peer of react@^16.6.0 but none is installed. You must install peer dependencies yourself.
    npm WARN react-popper-tooltip@2.11.1 requires a peer of react-dom@^16.6.0 but none is installed. You must install peer dependencies yourself.
    npm WARN react-scripts@4.0.0 requires a peer of typescript@^3.2.1 but none is installed. You must install peer dependencies yourself.
    npm WARN react-sizeme@2.6.12 requires a peer of react@^0.14.0 || ^15.0.0-0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN react-sizeme@2.6.12 requires a peer of react-dom@^0.14.0 || ^15.0.0-0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN react-textarea-autosize@8.2.0 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself.
    npm WARN sass-loader@8.0.2 requires a peer of node-sass@^4.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN sass-loader@8.0.2 requires a peer of sass@^1.3.0 but none is installed. You must install peer dependencies yourself.
    npm WARN sass-loader@8.0.2 requires a peer of fibers@>= 3.1.0 but none is installed. You must install peer dependencies yourself.
    npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
    npm WARN ws@7.3.1 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself.
    npm WARN ws@7.3.1 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\webpack-dev-server\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    
    audited 2520 packages in 22.013s
    found 0 vulnerabilities
    
    . ✓
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    # Attempt2: Set resolutions (FAILED)

    The resolutions para won't upgrade the version backward. And change dependencies para won't work feasibly since there are subdependencies have to upgrade manually.

      "resolutions": {
        "react": "^16.13.1",
        "react-dom": "^16.13.1"
      },
    
    1
    2
    3
    4

    # Attempt3: Use the example project from storybook official repo (SUCCEEDED)

    It was smooth to use their example. Just npm i then an error popped up after npm run storybook and by reading the error message I realized a dependency missing which is @storybook/addon-links used in 0-Welcome.stories.tsx

    /package.json

    {
      "name": "cra-ts-essentials",
      "version": "6.1.0-alpha.30",
      "private": true,
      "scripts": {
        "build": "react-scripts build",
        "build-storybook": "build-storybook -s public",
        "eject": "react-scripts eject",
        "start": "react-scripts start",
        "storybook": "start-storybook -p 9009 -s public",
        "test": "react-scripts test"
      },
      "browserslist": {
        "production": [
          ">0.2%",
          "not dead",
          "not op_mini all"
        ],
        "development": [
          "last 1 chrome version",
          "last 1 firefox version",
          "last 1 safari version"
        ]
      },
      "dependencies": {
        "@types/jest": "25.2.1",
        "@types/node": "14.0.10",
        "@types/react": "^16.0.0",
        "@types/react-dom": "16.9.8",
        "global": "^4.3.2",
        "react": "^16.8.3",
        "react-dom": "^16.8.3",
        "react-scripts": "3.4.1",
        "typescript": "^3.9.3"
      },
      "devDependencies": {
        "@storybook/addon-essentials": "6.1.0-alpha.30",
        "@storybook/addon-links": "^6.0.27",
        "@storybook/addons": "6.1.0-alpha.30",
        "@storybook/preset-create-react-app": "^3.1.4",
        "@storybook/react": "6.1.0-alpha.30"
      },
      "storybook": {
        "chromatic": {
          "projectToken": "b311ypk6of"
        }
      }
    }
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48

    /.storybook/main.js

    module.exports = {
      "stories": [
        "../src/**/*.stories.mdx",
        "../src/**/*.stories.@(js|jsx|ts|tsx)"
      ],
      "addons": [
        "@storybook/addon-links",
        "@storybook/addon-essentials",
        "@storybook/preset-create-react-app"
      ]
    }
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11

    /.storybook/preview.js

    export const parameters = {
      actions: { argTypesRegex: "^on[A-Z].*" },
    }
    
    1
    2
    3

    storybook-next\examples\cra-ts-essentials\src\stories

    import React from 'react';
    import { linkTo } from '@storybook/addon-links';
    import { Welcome } from '@storybook/react/demo';
    
    export default {
      title: 'Welcome',
      component: Welcome,
    };
    
    export const toStorybook = () => <Welcome showApp={linkTo('Button')} />;
    
    toStorybook.storyName = 'to Storybook';
    
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13

    # Attempt4: Use the dependencies from attempt3 (SUCCEEDED)

    So what will happen if I used those dependencies in the previous example project? It turned out that it is the compatibility problem! If you use React^16, then you need to use Storybook6.1.0Alpha version. At least this alpha version addresses some problem that 6.0.10 does not for integrating with React.

    {
      "name": "test-rctsb-b",
      "version": "0.1.0",
      "private": true,
      "dependencies": {
        "@testing-library/jest-dom": "^5.11.5",
        "@testing-library/react": "^11.1.0",
        "@testing-library/user-event": "^12.1.10",
        "react": "^17.0.1",
        "react-dom": "^17.0.1",
        "react-scripts": "4.0.0",
        "web-vitals": "^0.2.4"
      },
      "scripts": {
        "start": "react-scripts start",
        "build": "react-scripts build",
        "test": "react-scripts test",
        "eject": "react-scripts eject",
        "storybook": "start-storybook -p 6006 -s public",
        "build-storybook": "build-storybook -s public"
      },
      "eslintConfig": {
        "extends": [
          "react-app",
          "react-app/jest"
        ]
      },
      "browserslist": {
        "production": [
          ">0.2%",
          "not dead",
          "not op_mini all"
        ],
        "development": [
          "last 1 chrome version",
          "last 1 firefox version",
          "last 1 safari version"
        ]
      },
      "devDependencies": {
        "@babel/core": "^7.12.3",
        "@storybook/addon-actions": "^6.0.27",
        "@storybook/addon-essentials": "6.1.0-alpha.30",
        "@storybook/addon-links": "^6.0.27",
        "@storybook/addons": "6.1.0-alpha.30",
        "@storybook/preset-create-react-app": "^3.1.4",
        "@storybook/react": "6.1.0-alpha.30",
        "@storybook/node-logger": "^6.0.27",
        "babel-loader": "^8.1.0",
        "react-is": "^17.0.1"
      }
    }
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52

    Which matters are:

        "react": "^17.0.1",
        "react-dom": "^17.0.1",
        "@storybook/react": "6.1.0-alpha.30",
    
    1
    2
    3

    # Angular

    # ng new [PROJECT_NAME]

    [USER]@[MARCHINE] MINGW64 [OMMITTED]/test/test-ngsb-1
    $ ng new test-ngsb-a2
    CREATE test-ngsb-a2/angular.json (3641 bytes)
    CREATE test-ngsb-a2/package.json (1298 bytes)
    CREATE test-ngsb-a2/README.md (1028 bytes)
    CREATE test-ngsb-a2/tsconfig.json (543 bytes)
    CREATE test-ngsb-a2/tslint.json (1953 bytes)
    CREATE test-ngsb-a2/.editorconfig (246 bytes)
    CREATE test-ngsb-a2/.gitignore (631 bytes)
    CREATE test-ngsb-a2/browserslist (429 bytes)
    CREATE test-ngsb-a2/karma.conf.js (1024 bytes)
    CREATE test-ngsb-a2/tsconfig.app.json (270 bytes)
    CREATE test-ngsb-a2/tsconfig.spec.json (270 bytes)
    CREATE test-ngsb-a2/src/favicon.ico (948 bytes)
    CREATE test-ngsb-a2/src/index.html (296 bytes)
    CREATE test-ngsb-a2/src/main.ts (372 bytes)
    CREATE test-ngsb-a2/src/polyfills.ts (2838 bytes)
    CREATE test-ngsb-a2/src/styles.css (80 bytes)
    CREATE test-ngsb-a2/src/test.ts (642 bytes)
    CREATE test-ngsb-a2/src/assets/.gitkeep (0 bytes)
    CREATE test-ngsb-a2/src/environments/environment.prod.ts (51 bytes)
    CREATE test-ngsb-a2/src/environments/environment.ts (662 bytes)
    CREATE test-ngsb-a2/src/app/app.module.ts (314 bytes)
    CREATE test-ngsb-a2/src/app/app.component.html (25498 bytes)
    CREATE test-ngsb-a2/src/app/app.component.spec.ts (999 bytes)
    CREATE test-ngsb-a2/src/app/app.component.ts (216 bytes)
    CREATE test-ngsb-a2/src/app/app.component.css (0 bytes)
    CREATE test-ngsb-a2/e2e/protractor.conf.js (808 bytes)
    CREATE test-ngsb-a2/e2e/tsconfig.json (214 bytes)
    CREATE test-ngsb-a2/e2e/src/app.e2e-spec.ts (645 bytes)
    CREATE test-ngsb-a2/e2e/src/app.po.ts (262 bytes)
    npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
    npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
    npm WARN deprecated har-validator@5.1.5: this library is no longer supported
    
    > core-js@3.6.4 postinstall [OMMITTED]\test\test-ngsb-1\test-ngsb-a2\node_modules\core-js
    > node -e "try{require('./postinstall')}catch(e){}"
    
    
    > core-js@2.6.11 postinstall [OMMITTED]\test\test-ngsb-1\test-ngsb-a2\node_modules\karma\node_modules\core-js
    > node -e "try{require('./postinstall')}catch(e){}"
    
    
    > @angular/cli@8.3.29 postinstall [OMMITTED]\test\test-ngsb-1\test-ngsb-a2\node_modules\@angular\cli
    > node ./bin/postinstall/script.js
    
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules\chokidar\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\watchpack-chokidar2\node_modules\chokidar\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\webpack-dev-server\node_modules\chokidar\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\@angular\compiler-cli\node_modules\chokidar\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\karma\node_modules\chokidar\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN karma-jasmine-html-reporter@1.5.4 requires a peer of jasmine-core@>=3.5 but none is installed. You must install peer dependencies yourself.
    
    added 1292 packages from 1053 contributors and audited 1300 packages in 91.989s
    found 2 low severity vulnerabilities
      run `npm audit fix` to fix them, or `npm audit` for details
    warning: LF will be replaced by CRLF in .editorconfig.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in README.md.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in angular.json.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in browserslist.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in e2e/protractor.conf.js.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in e2e/src/app.e2e-spec.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in e2e/src/app.po.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in e2e/tsconfig.json.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in karma.conf.js.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in package-lock.json.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in package.json.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/app/app.component.html.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/app/app.component.spec.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/app/app.component.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/app/app.module.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/environments/environment.prod.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/environments/environment.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/index.html.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/main.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/polyfills.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/styles.css.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/test.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in tsconfig.app.json.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in tsconfig.json.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in tsconfig.spec.json.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in tslint.json.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in .editorconfig.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in README.md.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in angular.json.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in browserslist.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in e2e/protractor.conf.js.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in e2e/src/app.e2e-spec.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in e2e/src/app.po.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in e2e/tsconfig.json.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in karma.conf.js.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in package-lock.json.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in package.json.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/app/app.component.html.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/app/app.component.spec.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/app/app.component.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/app/app.module.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/environments/environment.prod.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/environments/environment.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/index.html.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/main.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/polyfills.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/styles.css.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in src/test.ts.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in tsconfig.app.json.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in tsconfig.json.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in tsconfig.spec.json.
    The file will have its original line endings in your working directory.
    warning: LF will be replaced by CRLF in tslint.json.
    The file will have its original line endings in your working directory.
        Successfully initialized git.
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167

    # npx sb init

    [OMITTED]\test\test-ngsb-1\test-ngsb-a2>npx sb init
    
     sb init - the simplest way to add a Storybook to your project.
    
     • Detecting project type. ✓
    npm WARN deprecated ts-simple-ast@12.4.0: NOTICE: ts-simple-ast has been renamed to ts-morph and version reset to 1.0.0. Switch at your leisure...
    npm WARN deprecated opn@6.0.0: The package has been renamed to `open`
    npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
    npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
    npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
    
    > core-js@3.6.5 postinstall [OMITTED]\test\test-ngsb-1\test-ngsb-a2\node_modules\@storybook\api\node_modules\@storybook\semver\node_modules\core-js
    > node -e "try{require('./postinstall')}catch(e){}"
    
    Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
    
    The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
    > https://opencollective.com/core-js
    > https://www.patreon.com/zloirock
    
    Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
    
    
    > core-js@3.6.5 postinstall [OMITTED]\test\test-ngsb-1\test-ngsb-a2\node_modules\@storybook\core\node_modules\@storybook\semver\node_modules\core-js
    > node -e "try{require('./postinstall')}catch(e){}"
    
    
    > core-js@3.6.5 postinstall [OMITTED]\test\test-ngsb-1\test-ngsb-a2\node_modules\@storybook\ui\node_modules\@storybook\semver\node_modules\core-js
    > node -e "try{require('./postinstall')}catch(e){}"
    
    
    > core-js@2.6.11 postinstall [OMITTED]\test\test-ngsb-1\test-ngsb-a2\node_modules\babel-runtime\node_modules\core-js
    > node -e "try{require('./postinstall')}catch(e){}"
    
    
    > core-js-pure@3.6.5 postinstall [OMITTED]\test\test-ngsb-1\test-ngsb-a2\node_modules\core-js-pure
    > node -e "try{require('./postinstall')}catch(e){}"
    
    
    > @compodoc/compodoc@1.1.11 postinstall [OMITTED]\test\test-ngsb-1\test-ngsb-a2\node_modules\@compodoc\compodoc
    > opencollective-postinstall || exit 0
    
    Thank you for using @compodoc/compodoc!
    If you rely on this package, please consider supporting our open collective:
    > https://opencollective.com/compodoc/donate
    
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\live-server\node_modules\chokidar\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN karma-jasmine-html-reporter@1.5.4 requires a peer of jasmine-core@>=3.5 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-essentials@6.0.27 requires a peer of react-is@^16.8.0 but none is installed. You must install peer dependencies yourself.
    npm WARN sass-loader@8.0.2 requires a peer of node-sass@^4.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN sass-loader@8.0.2 requires a peer of fibers@>= 3.1.0 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-docs@6.0.27 requires a peer of react-is@^16.8.0 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-docs@6.0.27 requires a peer of vue@^2.6.10 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-docs@6.0.27 requires a peer of vue-docgen-api@^4.29.1 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-docs@6.0.27 requires a peer of vue-docgen-loader@^1.5.0 but none is installed. You must install peer dependencies yourself.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\@angular\compiler-cli\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\webpack-dev-server\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\karma\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    
    + babel-loader@8.1.0
    + @babel/core@7.12.3
    + react-is@17.0.1
    + @storybook/addon-essentials@6.0.27
    + @storybook/addon-links@6.0.27
    + @compodoc/compodoc@1.1.11
    + @storybook/angular@6.0.27
    + @storybook/addon-actions@6.0.27
    added 1020 packages from 827 contributors, updated 1 package and audited 2323 packages in 119.619s
    found 2 low severity vulnerabilities
      run `npm audit fix` to fix them, or `npm audit` for details
    . ✓
     • Preparing to install dependencies. ✓
    
    
    npm WARN @storybook/addon-docs@6.0.27 requires a peer of react-is@^16.8.0 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-docs@6.0.27 requires a peer of vue@^2.6.10 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-docs@6.0.27 requires a peer of vue-docgen-api@^4.29.1 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-docs@6.0.27 requires a peer of vue-docgen-loader@^1.5.0 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-essentials@6.0.27 requires a peer of react-is@^16.8.0 but none is installed. You must install peer dependencies yourself.
    npm WARN sass-loader@8.0.2 requires a peer of node-sass@^4.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN sass-loader@8.0.2 requires a peer of fibers@>= 3.1.0 but none is installed. You must install peer dependencies yourself.
    npm WARN karma-jasmine-html-reporter@1.5.4 requires a peer of jasmine-core@>=3.5 but none is installed. You must install peer dependencies yourself.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\@angular\compiler-cli\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\karma\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\live-server\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\webpack-dev-server\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    
    audited 2323 packages in 29.368s
    found 2 low severity vulnerabilities
      run `npm audit fix` to fix them, or `npm audit` for details
    . ✓
    
    To run your Storybook, type:
    
       npm run storybook
    
    For more information visit: https://storybook.js.org
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113

    # npm run storybook

    [OMITTED]\test\test-ngsb-1\test-ngsb-a2>npm run storybook
    
    > test-ngsb-a2@0.0.0 storybook [OMITTED]\test\test-ngsb-1\test-ngsb-a2
    > npm run docs:json && start-storybook -p 6006
    
    
    > test-ngsb-a2@0.0.0 docs:json [OMITTED]\test\test-ngsb-1\test-ngsb-a2
    > compodoc -p ./tsconfig.json -e json -d .
    1.1.11
    
    TypeScript version used by Compodoc : 2.9.1
    
    TypeScript version of current project : 3.5.3
    
    Node.js version : v10.15.0
    
    Operating system : Windows 10
    
    [17:24:59] No configuration file found, switching to CLI flags.
    [17:24:59] Using tsconfig file : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\tsconfig.json
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\.editorconfig
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\.gitignore
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\angular.json
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\browserslist
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\documentation.json
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\karma.conf.js
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\package-lock.json
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\package.json
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\README.md
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\tsconfig.app.json
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\tsconfig.json
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\tsconfig.spec.json
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\tslint.json
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\.storybook\main.js
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\.storybook\preview.js
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\.storybook\tsconfig.json
    [17:24:59] Ignoring       : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\.storybook\typings.d.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\e2e\protractor.conf.js
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\e2e\tsconfig.json
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\favicon.ico
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\index.html
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\main.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\polyfills.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\styles.css
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\test.ts
    [17:24:59] Ignoring       : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\e2e\src\app.e2e-spec.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\e2e\src\app.po.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\app\app.component.css
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\app\app.component.html
    [17:24:59] Ignoring       : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\app\app.component.spec.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\app\app.component.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\app\app.module.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\assets\.gitkeep
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\environments\environment.prod.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\environments\environment.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\button.component.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\button.css
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\Button.stories.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\header.component.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\header.css
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\Header.stories.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\Introduction.stories.mdx
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\page.component.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\page.css
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\Page.stories.ts
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\assets\code-brackets.svg
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\assets\colors.svg
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\assets\comments.svg
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\assets\direction.svg
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\assets\flow.svg
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\assets\plugin.svg
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\assets\repo.svg
    [17:24:59] Including      : [OMITTED]\test\test-ngsb-1\test-ngsb-a2\src\stories\assets\stackalt.svg
    [17:24:59] Searching package.json file
    [17:24:59] package.json file found
    [17:24:59] Processing package.json dependencies
    [17:24:59] Searching README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.md, TODO.md files
    [17:24:59] README.md file found
    [17:24:59] Error during [OMITTED]\test\test-ngsb-1\test-ngsb-a2\CHANGELOG read
    [17:24:59] Continuing without CHANGELOG.md file
    [17:24:59] Error during [OMITTED]\test\test-ngsb-1\test-ngsb-a2\CONTRIBUTING read
    [17:24:59] Continuing without CONTRIBUTING.md file
    [17:24:59] Error during [OMITTED]\test\test-ngsb-1\test-ngsb-a2\LICENSE read
    [17:24:59] Continuing without LICENSE.md file
    [17:24:59] Error during [OMITTED]\test\test-ngsb-1\test-ngsb-a2\TODO read
    [17:24:59] Continuing without TODO.md file
    [17:24:59] Get dependencies data
    [17:24:59] parsing        : [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/main.ts
    [17:24:59] parsing        : [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/polyfills.ts
    [17:24:59] parsing        : [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/test.ts
    [17:24:59] parsing        : [OMITTED]/test/test-ngsb-1/test-ngsb-a2/e2e/src/app.po.ts
    [17:25:00] found          : AppPage
    [17:25:00] parsing        : [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/app/app.component.ts
    [17:25:00] found          : AppComponent
    [17:25:00] parsing        : [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/app/app.module.ts
    [17:25:00] found          : AppModule
    [17:25:00]                : - imports:
    [17:25:00]                :     - BrowserModule
    [17:25:00]                : - declarations:
    [17:25:00]                :     - AppComponent
    [17:25:00]                : - bootstrap:
    [17:25:00]                :     - AppComponent
    [17:25:00] parsing        : [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/environments/environment.prod.ts
    [17:25:00] parsing        : [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/environments/environment.ts
    [17:25:00] parsing        : [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/stories/button.component.ts
    [17:25:00] found          : ButtonComponent
    [17:25:00] parsing        : [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/stories/Button.stories.ts
    [17:25:00] parsing        : [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/stories/header.component.ts
    [17:25:00] found          : HeaderComponent
    [17:25:00] parsing        : [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/stories/Header.stories.ts
    [17:25:00] parsing        : [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/stories/page.component.ts
    [17:25:00] found          : PageComponent
    [17:25:00] parsing        : [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/stories/Page.stories.ts
    [17:25:00] -------------------
    [17:25:00] Project statistics
    [17:25:00] - files      : 50
    [17:25:00] - module     : 1
    [17:25:00] - component  : 4
    [17:25:00] - class      : 1
    [17:25:00] -------------------
    [17:25:00] Prepare components
    [17:25:00]  AppComponent has a templateUrl, include it
    [17:25:00]  AppComponent has styleUrls, include them
    [17:25:00]  ButtonComponent has styleUrls, include them
    [17:25:00]  HeaderComponent has styleUrls, include them
    [17:25:00]  PageComponent has styleUrls, include them
    [17:25:00] Prepare modules
    [17:25:00] Prepare classes
    [17:25:00] Prepare miscellaneous
    [17:25:00] Process documentation coverage report
    [17:25:00] Generating documentation in export format json
    [17:25:00] Documentation generated in ./ in 1.866 seconds
    info @storybook/angular v6.0.27
    info
    info => Loading presets
    info => Loading presets
    info => Loading config/preview file in "./.storybook".
    info => Loading config/preview file in "./.storybook".
    info => Adding stories defined in ".storybook\main.js".
    info => Found custom tsconfig.json
    info => Using angular project 'test-ngsb-a2' for configuring Storybook.
    info => Loading angular-cli config.
    Browserslist: caniuse-lite is outdated. Please run the following command: `npx browserslist --update-db`
    info => Get angular-cli webpack config.
    info => Using default Webpack setup.
    Starting type checking service...
    webpack built bbe8352bf6e0c934d7f2 in 83561ms
    × 「wdm」: Hash: bbe8352bf6e0c934d7f2
    Version: webpack 4.44.2
    Time: 83561ms
    Built at: 10/26/2020 5:26:39 PM
                                              Asset       Size        Chunks                                Chunk Names
                                        favicon.ico  948 bytes                [emitted]
                                        iframe.html   2.92 KiB                [emitted]
                main.bbe8352bf6e0c934d7f2.bundle.js    121 KiB          main  [emitted] [immutable]         main
            main.bbe8352bf6e0c934d7f2.bundle.js.map   35.5 KiB          main  [emitted] [dev]               main
        runtime~main.bbe8352bf6e0c934d7f2.bundle.js   33.5 KiB  runtime~main  [emitted] [immutable]         runtime~main
    runtime~main.bbe8352bf6e0c934d7f2.bundle.js.map   34.7 KiB  runtime~main  [emitted] [dev]               runtime~main
            static/media/code-brackets.2e1112d7.svg   1.42 KiB                [emitted] [immutable]
                   static/media/colors.a4bd0486.svg   8.31 KiB                [emitted] [immutable]
                 static/media/comments.a3859089.svg   1.49 KiB                [emitted] [immutable]
                static/media/direction.b770f9af.svg   1.25 KiB                [emitted] [immutable]
                     static/media/flow.edad2ac1.svg   1.36 KiB                [emitted] [immutable]
                   static/media/plugin.d494b228.svg   2.12 KiB                [emitted] [immutable]
                     static/media/repo.6d496322.svg    1.6 KiB                [emitted] [immutable]
                 static/media/stackalt.dba9fbb3.svg   2.49 KiB                [emitted] [immutable]
        vendors~main.bbe8352bf6e0c934d7f2.bundle.js   11.2 MiB  vendors~main  [emitted] [immutable]  [big]  vendors~main
    vendors~main.bbe8352bf6e0c934d7f2.bundle.js.map   11.2 MiB  vendors~main  [emitted] [dev]               vendors~main
    Entrypoint main [big] = runtime~main.bbe8352bf6e0c934d7f2.bundle.js runtime~main.bbe8352bf6e0c934d7f2.bundle.js.map vendors~main.bbe8352bf6e0c934d7f2.bundle.js vendors~main.bbe8352bf6e0c934d7f2.bundle.js.map main.bbe8352bf6e0c934d7f2.bundle.js main.bbe8352bf6e0c934d7f2.bundle.js.map
    [0] multi ./node_modules/@storybook/core/dist/server/common/polyfills.js ./node_modules/@storybook/core/dist/server/preview/globals.js ./.storybook/storybook-init-framework-entry.js ./node_modules/@storybook/addon-docs/dist/frameworks/common/config.js-generated-other-entry.js ./node_modules/@storybook/addon-docs/dist/frameworks/angular/config.js-generated-other-entry.js ./node_modules/@storybook/addon-links/dist/preset/addDecorator.js-generated-other-entry.js ./node_modules/@storybook/addon-actions/dist/preset/addDecorator.js-generated-other-entry.js ./node_modules/@storybook/addon-actions/dist/preset/addArgs.js-generated-other-entry.js ./node_modules/@storybook/addon-backgrounds/dist/preset/defaultParameters.js-generated-other-entry.js ./.storybook/preview.js-generated-config-entry.js ./.storybook/generated-stories-entry.js ./node_modules/webpack-hot-middleware/client.js?reload=true&quiet=false&noInfo=undefined ./src/styles.css 172 bytes {main} [built]
    [./.storybook/generated-stories-entry.js] 436 bytes {main} [built]
    [./.storybook/preview.js] 213 bytes {main} [built]
    [./.storybook/preview.js-generated-config-entry.js] 2.37 KiB {main} [built]
    [./.storybook/storybook-init-framework-entry.js] 28 bytes {main} [built]
    [./node_modules/@storybook/addon-actions/dist/preset/addArgs.js-generated-other-entry.js] 2.26 KiB {vendors~main} [built]
    [./node_modules/@storybook/addon-actions/dist/preset/addDecorator.js-generated-other-entry.js] 2.27 KiB {vendors~main} [built]
    [./node_modules/@storybook/addon-backgrounds/dist/preset/defaultParameters.js-generated-other-entry.js] 2.28 KiB {vendors~main} [built]
    [./node_modules/@storybook/addon-docs/dist/frameworks/angular/config.js-generated-other-entry.js] 2.27 KiB {vendors~main} [built]
    [./node_modules/@storybook/addon-docs/dist/frameworks/common/config.js-generated-other-entry.js] 2.27 KiB {vendors~main} [built]
    [./node_modules/@storybook/addon-links/dist/preset/addDecorator.js-generated-other-entry.js] 2.26 KiB {vendors~main} [built]
    [./node_modules/@storybook/core/dist/server/common/polyfills.js] 120 bytes {vendors~main} [built]
    [./node_modules/@storybook/core/dist/server/preview/globals.js] 93 bytes {vendors~main} [built]
    [./node_modules/webpack-hot-middleware/client.js?reload=true&quiet=false&noInfo=undefined] 7.68 KiB {vendors~main} [built]
    [./src/styles.css] 1.17 KiB {main} [built]
        + 2047 hidden modules
    
    ERROR in [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/stories/Button.stories.ts
    ERROR in [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/stories/Button.stories.ts(2,29):
    TS2307: Cannot find module '@storybook/angular/types-6-0'.
    
    ERROR in [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/stories/Header.stories.ts
    ERROR in [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/stories/Header.stories.ts(4,29):
    TS2307: Cannot find module '@storybook/angular/types-6-0'.
    
    ERROR in [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/stories/Page.stories.ts
    ERROR in [OMITTED]/test/test-ngsb-1/test-ngsb-a2/src/stories/Page.stories.ts(4,29):
    TS2307: Cannot find module '@storybook/angular/types-6-0'.
    Child HtmlWebpackCompiler:
                              Asset      Size               Chunks  Chunk Names
        __child-HtmlWebpackPlugin_0  6.34 KiB  HtmlWebpackPlugin_0  HtmlWebpackPlugin_0
        Entrypoint HtmlWebpackPlugin_0 = __child-HtmlWebpackPlugin_0
        [./node_modules/html-webpack-plugin/lib/loader.js!./node_modules/@storybook/core/dist/server/templates/index.ejs] 2.14 KiB {HtmlWebpackPlugin_0} [built]
    
    WARN Broken build, fix the error above.
    WARN You may need to refresh the browser.
    
    webpack building...
    webpack built b941943499ad55de69cc in 3241ms
    × 「wdm」: Hash: b941943499ad55de69cc
    Version: webpack 4.44.2
    Time: 3241ms
    Built at: 10/26/2020 5:29:20 PM
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212

    # modify imports in stories files

    For example, in [PROJECT_FOLDER]\src\stories\Page.stories.ts, you will see:

    // also exported from '@storybook/angular' if you can deal with breaking changes in 6.1
    import { Story, Meta } from '@storybook/angular/types-6-0';
    
    1
    2

    Do what is said in comment, replace that import with @storybook/angular. I'm curious about what does it mean by "if you can deal with breaking changes in 6.1"

    # Vue

    # Init a Vue project

    Install Vue CLI and update vue dependencies

    npm install -g @vue/cli
    npm update -g @vue/cli
    
    yarn global add @vue/cli
    yarn global upgrade --latest @vue/cli
    
    1
    2
    3
    4
    5

    Init a Vue project

    vue ui
    vue init webpack [myproject]
    vue create [myproject]
    
    1
    2
    3

    Met an error when creating Vue project. And Notice that the name of Vue3 CLI and Vue2 CLI is DIFFERENT!!!. @vue/cli for Vue3 and vue-cli for Vue2.

    $ vue create test-vuesb-a
    
      vue create is a Vue CLI 3 only command and you are using Vue CLI 2.9.6.
      You may want to run the following to upgrade to Vue CLI 3:
    
      npm uninstall -g vue-cli
      npm install -g @vue/cli
    
    
    1
    2
    3
    4
    5
    6
    7
    8
    [OMITTED]\test\test-ngsb-1>vue create test-vuesb-a
     WARN  You are using an outdated version of NPM.
    there may be unexpected errors during installation.
    Please upgrade your NPM version.
    
    
    Vue CLI v4.5.8
    ? Please pick a preset: Default (Vue 3 Preview) ([Vue 3] babel, eslint)
    
    
    Vue CLI v4.5.8
     WARN  You are using an outdated version of NPM.
    there may be unexpected errors during installation.
    Please upgrade your NPM version.
    ✨  Creating project in [OMITTED]\test\test-ngsb-1\test-vuesb-a.
    🗃  Initializing git repository...
    ⚙️  Installing CLI plugins. This might take a while...
    
    
    > yorkie@2.0.0 install [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\yorkie
    > node bin/install.js
    
    setting up Git hooks
    done
    
    
    > core-js@3.6.5 postinstall [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js
    > node -e "try{require('./postinstall')}catch(e){}"
    
    
    > ejs@2.7.4 postinstall [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\ejs
    > node ./postinstall.js
    
    + @vue/cli-plugin-eslint@4.5.8
    + @vue/cli-plugin-babel@4.5.8
    + @vue/cli-service@4.5.8
    added 1237 packages from 918 contributors and audited 1240 packages in 71.076s
    found 0 vulnerabilities
    
    🚀  Invoking generators...
     WARN  You are using an outdated version of NPM.
    there may be unexpected errors during installation.
    Please upgrade your NPM version.
    📦  Installing additional dependencies...
    
    
    > core-js@3.6.5 postinstall [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js
    > node -e "try{require('./postinstall')}catch(e){}"
    
    + vue@3.0.2
    + core-js@3.6.5
    added 10 packages from 39 contributors, updated 1 package and audited 1250 packages in 21.252s
    found 0 vulnerabilities
    
    + eslint@6.8.0
    + @vue/compiler-sfc@3.0.2
    + babel-eslint@10.1.0
    + @vue/cli-plugin-babel@4.5.8
    + @vue/cli-plugin-eslint@4.5.8
    + eslint-plugin-vue@7.1.0
    + @vue/cli-service@4.5.8
    added 63 packages from 81 contributors, updated 3 packages and audited 1313 packages in 42.92s
    found 0 vulnerabilities
    
    ⚓  Running completion hooks...
    
    📄  Generating README.md...
    
    🎉  Successfully created project test-vuesb-a.
    👉  Get started with the following commands:
    
     $ cd test-vuesb-a
     $ npm run serve
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73

    Then there is another error... 😦

    > vue-cli-service serve
    
     INFO  Starting development server...
     ERROR  Error: Cannot find module 'vue-loader-v16/package.json'
    Error: Cannot find module 'vue-loader-v16/package.json'
        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
        at Function.Module._load (internal/modules/cjs/loader.js:507:25)
        at Module.require (internal/modules/cjs/loader.js:637:17)
        at require (internal/modules/cjs/helpers.js:22:18)
        at api.chainWebpack.webpackConfig ([OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\cli-service\lib\config\base.js:114:23)
        at webpackChainFns.forEach.fn ([OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\cli-service\lib\Service.js:236:40)
        at Array.forEach (<anonymous>)
        at Service.resolveChainableWebpackConfig ([OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\cli-service\lib\Service.js:236:26)
        at Service.resolveWebpackConfig ([OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\cli-service\lib\Service.js:240:48)
        at PluginAPI.resolveWebpackConfig ([OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\cli-service\lib\PluginAPI.js:132:25)
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! test-vuesb-a@0.1.0 serve: `vue-cli-service serve`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the test-vuesb-a@0.1.0 serve script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     C:\Users\[OMITTED]\AppData\Roaming\npm-cache\_logs\2020-10-29T03_57_45_663Z-debug.log
    
    [OMITTED]\test\test-ngsb-1\test-vuesb-a>npm i
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: vue-loader-v16@npm:vue-loader@^16.0.0-beta.7 (node_modules\@vue\cli-service\node_modules\vue-loader-v16):
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Invalid dependency type requested: alias
    npm WARN @vue/cli-service@4.5.8 requires a peer of vue-template-compiler@^2.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\webpack-dev-server\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    
    audited 1313 packages in 11.155s
    found 0 vulnerabilities
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39

    Then install what missing as what it said.

    $ npm i -D vue-loader-v16
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: vue-loader-v16@npm:vue-loader@^16.0.0-beta.7 (node_modules\@vue\cli-service\node_modules\vue-loader-v16):
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Invalid dependency type requested: alias
    npm WARN @vue/cli-service@4.5.8 requires a peer of vue-template-compiler@^2.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\webpack-dev-server\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    
    + vue-loader-v16@16.0.0-beta.5.4
    added 9 packages from 43 contributors and audited 1322 packages in 12.257s
    found 0 vulnerabilities
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    $ npm run serve
    
    > test-vuesb-a@0.1.0 serve [OMITTED]\test\test-ngsb-1\test-vuesb-a
    > vue-cli-service serve
    
     INFO  Starting development server...
    <s> [webpack.Progress] 0% compiling
    <s> [webpack.Progress] 10% building 0/0 modules 0 active
    <s> [webpack.Progress] 10% building 0/1 modules 1 active multi [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\index.js?http://192.168.0.146:8082&sockPath=/sockjs-node [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack\hot\dev-server.js ./src/main.js
    <s> [webpack.Progress] 10% building 1/1 modules 0 active
    <s> [webpack.Progress] 10% building 1/1 modules 0 active
    <s> [webpack.Progress] 10% building 1/2 modules 1 active multi [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack\hot\dev-server.js [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\index.js?http://192.168.0.146:8082&sockPath=/sockjs-node ./src/main.js
    <s> [webpack.Progress] 10% building 2/2 modules 0 active
    <s> [webpack.Progress] 10% building 2/3 modules 1 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\index.js?http://192.168.0.146:8082&sockPath=/sockjs-node
    <s> [webpack.Progress] 10% building 2/4 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack\hot\dev-server.js
    <s> [webpack.Progress] 10% building 2/5 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--12-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\babel-loader\lib\index.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\main.js
    <s> [webpack.Progress] 10% building 3/5 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--12-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\babel-loader\lib\index.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\main.js
    <s> [webpack.Progress] 10% building 4/5 modules 1 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--12-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\babel-loader\lib\index.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\main.js
    <s> [webpack.Progress] 10% building 4/6 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack\hot sync nonrecursive /^\.\/log$/
    <s> [webpack.Progress] 10% building 5/6 modules 1 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--12-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\babel-loader\lib\index.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\main.js
    <s> [webpack.Progress] 10% building 5/7 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack\hot\log.js
    <s> [webpack.Progress] 10% building 5/8 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack\hot\log-apply-result.js
    <s> [webpack.Progress] 10% building 5/9 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack\hot\emitter.js
    <s> [webpack.Progress] 10% building 5/10 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\socket.js
    <s> [webpack.Progress] 10% building 5/11 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\overlay.js
    <s> [webpack.Progress] 10% building 5/12 modules 7 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\utils\log.js
    <s> [webpack.Progress] 10% building 5/13 modules 8 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\utils\sendMessage.js
    <s> [webpack.Progress] 10% building 5/14 modules 9 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\utils\reloadApp.js
    <s> [webpack.Progress] 10% building 5/15 modules 10 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
    <s> [webpack.Progress] 10% building 6/15 modules 9 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
    <s> [webpack.Progress] 10% building 7/15 modules 8 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
    <s> [webpack.Progress] 10% building 8/15 modules 7 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
    <s> [webpack.Progress] 11% building 9/15 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
    <s> [webpack.Progress] 11% building 10/15 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
    <s> [webpack.Progress] 11% building 11/15 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
    <s> [webpack.Progress] 11% building 12/15 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
    <s> [webpack.Progress] 11% building 13/15 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\utils\createSocketUrl.js
    <s> [webpack.Progress] 11% building 14/15 modules 1 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--12-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\babel-loader\lib\index.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\main.js
    <s> [webpack.Progress] 11% building 14/16 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\clients\SockJSClient.js
    <s> [webpack.Progress] 11% building 14/17 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\events\events.js
    <s> [webpack.Progress] 11% building 15/17 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\events\events.js
    <s> [webpack.Progress] 40% building 15/17 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\events\events.js
    <s> [webpack.Progress] 40% building 16/17 modules 1 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\events\events.js
    <s> [webpack.Progress] 40% building 16/18 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\utils\getCurrentScriptSource.js
    <s> [webpack.Progress] 40% building 16/19 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\url\url.js
    <s> [webpack.Progress] 40% building 17/19 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\url\url.js
    <s> [webpack.Progress] 40% building 18/19 modules 1 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\url\url.js
    <s> [webpack.Progress] 40% building 18/20 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\clients\BaseClient.js
    <s> [webpack.Progress] 40% building 19/20 modules 1 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\client\clients\BaseClient.js
    <s> [webpack.Progress] 40% building 19/21 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\node_modules\strip-ansi\index.js
    <s> [webpack.Progress] 40% building 19/22 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue\dist\vue.runtime.esm-bundler.js
    <s> [webpack.Progress] 40% building 19/23 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\modules\es.array.iterator.js
    <s> [webpack.Progress] 40% building 19/24 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\modules\es.object.assign.js
    <s> [webpack.Progress] 40% building 19/25 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\modules\es.promise.js
    <s> [webpack.Progress] 40% building 19/26 modules 7 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\modules\es.promise.finally.js
    <s> [webpack.Progress] 40% building 19/27 modules 8 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\App.vue
    <s> [webpack.Progress] 40% building 20/27 modules 7 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\App.vue
    <s> [webpack.Progress] 40% building 21/27 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\App.vue
    <s> [webpack.Progress] 40% building 21/28 modules 7 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\ansi-html\index.js
    <s> [webpack.Progress] 40% building 22/28 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\ansi-html\index.js
    <s> [webpack.Progress] 40% building 23/28 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\ansi-html\index.js
    <s> [webpack.Progress] 40% building 24/28 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\ansi-html\index.js
    <s> [webpack.Progress] 40% building 25/28 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\ansi-html\index.js
    <s> [webpack.Progress] 40% building 25/29 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\url\util.js
    <s> [webpack.Progress] 40% building 26/29 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\url\util.js
    <s> [webpack.Progress] 40% building 26/30 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\querystring-es3\index.js
    <s> [webpack.Progress] 40% building 26/31 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\index.js
    <s> [webpack.Progress] 40% building 27/31 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\index.js
    <s> [webpack.Progress] 40% building 27/32 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\loglevel\lib\loglevel.js
    <s> [webpack.Progress] 40% building 27/33 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\node-libs-browser\node_modules\punycode\punycode.js
    <s> [webpack.Progress] 40% building 28/33 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\node-libs-browser\node_modules\punycode\punycode.js
    <s> [webpack.Progress] 40% building 28/34 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\sockjs-client\dist\sockjs.js
    <s> [webpack.Progress] 40% building 29/34 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\sockjs-client\dist\sockjs.js
    <s> [webpack.Progress] 40% building 30/34 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\sockjs-client\dist\sockjs.js
    <s> [webpack.Progress] 40% building 31/34 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\sockjs-client\dist\sockjs.js
    <s> [webpack.Progress] 40% building 32/34 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\sockjs-client\dist\sockjs.js
    <s> [webpack.Progress] 40% building 32/35 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\to-indexed-object.js
    <s> [webpack.Progress] 40% building 32/36 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\add-to-unscopables.js
    <s> [webpack.Progress] 40% building 32/37 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\iterators.js
    <s> [webpack.Progress] 40% building 32/38 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\internal-state.js
    <s> [webpack.Progress] 40% building 32/39 modules 7 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\define-iterator.js
    <s> [webpack.Progress] 40% building 32/40 modules 8 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\export.js
    <s> [webpack.Progress] 40% building 32/41 modules 9 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\object-assign.js
    <s> [webpack.Progress] 40% building 32/42 modules 10 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\is-pure.js
    <s> [webpack.Progress] 40% building 32/43 modules 11 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\native-promise-constructor.js
    <s> [webpack.Progress] 40% building 32/44 modules 12 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\fails.js
    <s> [webpack.Progress] 40% building 32/45 modules 13 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\get-built-in.js
    <s> [webpack.Progress] 40% building 32/46 modules 14 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\species-constructor.js
    <s> [webpack.Progress] 40% building 32/47 modules 15 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\promise-resolve.js
    <s> [webpack.Progress] 40% building 32/48 modules 16 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\redefine.js
    <s> [webpack.Progress] 40% building 32/49 modules 17 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\global.js
    <s> [webpack.Progress] 40% building 32/50 modules 18 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\redefine-all.js
    <s> [webpack.Progress] 40% building 32/51 modules 19 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\set-to-string-tag.js
    <s> [webpack.Progress] 40% building 32/52 modules 20 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\set-species.js
    <s> [webpack.Progress] 40% building 32/53 modules 21 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\is-object.js
    <s> [webpack.Progress] 40% building 32/54 modules 22 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\a-function.js
    <s> [webpack.Progress] 40% building 32/55 modules 23 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\an-instance.js
    <s> [webpack.Progress] 40% building 32/56 modules 24 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\classof-raw.js
    <s> [webpack.Progress] 40% building 32/57 modules 25 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\inspect-source.js
    <s> [webpack.Progress] 40% building 32/58 modules 26 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\iterate.js
    <s> [webpack.Progress] 40% building 32/59 modules 27 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\check-correctness-of-iteration.js
    <s> [webpack.Progress] 40% building 32/60 modules 28 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\task.js
    <s> [webpack.Progress] 40% building 32/61 modules 29 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\microtask.js
    <s> [webpack.Progress] 40% building 32/62 modules 30 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\host-report-errors.js
    <s> [webpack.Progress] 40% building 32/63 modules 31 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\new-promise-capability.js
    <s> [webpack.Progress] 40% building 32/64 modules 32 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\perform.js
    <s> [webpack.Progress] 40% building 32/65 modules 33 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\is-forced.js
    <s> [webpack.Progress] 40% building 32/66 modules 34 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\well-known-symbol.js
    <s> [webpack.Progress] 40% building 32/67 modules 35 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-v8-version.js
    <s> [webpack.Progress] 40% building 32/68 modules 36 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\querystring-es3\decode.js
    <s> [webpack.Progress] 40% building 32/69 modules 37 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\querystring-es3\encode.js
    <s> [webpack.Progress] 40% building 32/70 modules 38 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\xml-entities.js
    <s> [webpack.Progress] 40% building 32/71 modules 39 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html4-entities.js
    <s> [webpack.Progress] 40% building 32/72 modules 40 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 33/72 modules 39 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 34/72 modules 38 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 35/72 modules 37 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 36/72 modules 36 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 37/72 modules 35 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 38/72 modules 34 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 39/72 modules 33 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 40/72 modules 32 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 41/72 modules 31 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 42/72 modules 30 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 43/72 modules 29 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 44/72 modules 28 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 45/72 modules 27 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 46/72 modules 26 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 47/72 modules 25 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 48/72 modules 24 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 49/72 modules 23 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 50/72 modules 22 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 51/72 modules 21 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 52/72 modules 20 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 53/72 modules 19 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 54/72 modules 18 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 55/72 modules 17 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 56/72 modules 16 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 57/72 modules 15 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 58/72 modules 14 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 59/72 modules 13 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 60/72 modules 12 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 61/72 modules 11 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 62/72 modules 10 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 63/72 modules 9 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 64/72 modules 8 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 65/72 modules 7 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 65/73 modules 8 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack\buildin\module.js
    <s> [webpack.Progress] 40% building 65/74 modules 9 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack\buildin\global.js
    <s> [webpack.Progress] 40% building 66/74 modules 8 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack\buildin\global.js
    <s> [webpack.Progress] 40% building 67/74 modules 7 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack\buildin\global.js
    <s> [webpack.Progress] 40% building 68/74 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack\buildin\global.js
    <s> [webpack.Progress] 40% building 69/74 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack\buildin\global.js
    <s> [webpack.Progress] 40% building 70/74 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack\buildin\global.js
    <s> [webpack.Progress] 40% building 71/74 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack\buildin\global.js
    <s> [webpack.Progress] 40% building 72/74 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 72/75 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\pitcher.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--12-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\babel-loader\lib\index.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\templateLoader.js??ref--6![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\App.vue?vue&type=template&id=7ba5bd90
    <s> [webpack.Progress] 40% building 73/75 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 73/76 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\pitcher.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--12-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\babel-loader\lib\index.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\App.vue?vue&type=script&lang=js
    <s> [webpack.Progress] 40% building 74/76 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\html-entities\lib\html5-entities.js
    <s> [webpack.Progress] 40% building 74/77 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--12-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\babel-loader\lib\index.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\templateLoader.js??ref--6![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\App.vue?vue&type=template&id=7ba5bd90
    <s> [webpack.Progress] 40% building 74/78 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--12-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\babel-loader\lib\index.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\App.vue?vue&type=script&lang=js
    <s> [webpack.Progress] 40% building 74/79 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\indexed-object.js
    <s> [webpack.Progress] 40% building 74/80 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\require-object-coercible.js
    <s> [webpack.Progress] 40% building 74/81 modules 7 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\object-create.js
    <s> [webpack.Progress] 40% building 74/82 modules 8 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\object-define-property.js
    <s> [webpack.Progress] 40% building 74/83 modules 9 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\native-weak-map.js
    <s> [webpack.Progress] 40% building 74/84 modules 10 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\create-non-enumerable-property.js
    <s> [webpack.Progress] 40% building 74/85 modules 11 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\has.js
    <s> [webpack.Progress] 40% building 74/86 modules 12 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\shared-key.js
    <s> [webpack.Progress] 40% building 74/87 modules 13 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\hidden-keys.js
    <s> [webpack.Progress] 40% building 74/88 modules 14 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\create-iterator-constructor.js
    <s> [webpack.Progress] 40% building 74/89 modules 15 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\object-get-prototype-of.js
    <s> [webpack.Progress] 40% building 74/90 modules 16 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\object-set-prototype-of.js
    <s> [webpack.Progress] 40% building 74/91 modules 17 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\iterators-core.js
    <s> [webpack.Progress] 40% building 74/92 modules 18 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\object-get-own-property-descriptor.js
    <s> [webpack.Progress] 40% building 74/93 modules 19 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\set-global.js
    <s> [webpack.Progress] 40% building 74/94 modules 20 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\copy-constructor-properties.js
    <s> [webpack.Progress] 40% building 74/95 modules 21 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\descriptors.js
    <s> [webpack.Progress] 40% building 74/96 modules 22 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\object-keys.js
    <s> [webpack.Progress] 40% building 74/97 modules 23 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\object-get-own-property-symbols.js
    <s> [webpack.Progress] 40% building 74/98 modules 24 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\object-property-is-enumerable.js
    <s> [webpack.Progress] 40% building 74/99 modules 25 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\to-object.js
    <s> [webpack.Progress] 40% building 74/100 modules 26 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\path.js
    <s> [webpack.Progress] 40% building 74/101 modules 27 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\an-object.js
    <s> [webpack.Progress] 40% building 74/102 modules 28 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\shared-store.js
    <s> [webpack.Progress] 40% building 74/103 modules 29 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\is-array-iterator-method.js
    <s> [webpack.Progress] 40% building 74/104 modules 30 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\to-length.js
    <s> [webpack.Progress] 40% building 74/105 modules 31 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\function-bind-context.js
    <s> [webpack.Progress] 40% building 74/106 modules 32 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\get-iterator-method.js
    <s> [webpack.Progress] 40% building 74/107 modules 33 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\call-with-safe-iteration-closing.js
    <s> [webpack.Progress] 40% building 74/108 modules 34 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\html.js
    <s> [webpack.Progress] 40% building 74/109 modules 35 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\document-create-element.js
    <s> [webpack.Progress] 40% building 74/110 modules 36 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-is-ios.js
    <s> [webpack.Progress] 40% building 74/111 modules 37 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\shared.js
    <s> [webpack.Progress] 40% building 74/112 modules 38 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\uid.js
    <s> [webpack.Progress] 40% building 74/113 modules 39 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\native-symbol.js
    <s> [webpack.Progress] 40% building 74/114 modules 40 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\use-symbol-as-uid.js
    <s> [webpack.Progress] 40% building 74/115 modules 41 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 75/115 modules 40 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 75/116 modules 41 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\pitcher.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\index.js??ref--6-oneOf-1-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\css-loader\dist\cjs.js??ref--6-oneOf-1-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\postcss-loader\src\index.js??ref--6-oneOf-1-2![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\App.vue?vue&type=style&index=0&lang=css
    <s> [webpack.Progress] 40% building 76/116 modules 40 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 77/116 modules 39 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 78/116 modules 38 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 79/116 modules 37 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 80/116 modules 36 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 81/116 modules 35 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 82/116 modules 34 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 83/116 modules 33 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 84/116 modules 32 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 85/116 modules 31 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 86/116 modules 30 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 87/116 modules 29 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 88/116 modules 28 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 89/116 modules 27 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 90/116 modules 26 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 91/116 modules 25 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 92/116 modules 24 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 93/116 modules 23 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 94/116 modules 22 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 95/116 modules 21 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 96/116 modules 20 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 97/116 modules 19 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 98/116 modules 18 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 99/116 modules 17 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 100/116 modules 16 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 101/116 modules 15 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 102/116 modules 14 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 103/116 modules 13 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 104/116 modules 12 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 105/116 modules 11 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 106/116 modules 10 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 107/116 modules 9 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 108/116 modules 8 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 109/116 modules 7 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 110/116 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\engine-user-agent.js
    <s> [webpack.Progress] 40% building 111/116 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\use-symbol-as-uid.js
    <s> [webpack.Progress] 40% building 112/116 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\use-symbol-as-uid.js
    <s> [webpack.Progress] 40% building 113/116 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--12-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\babel-loader\lib\index.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\App.vue?vue&type=script&lang=js
    <s> [webpack.Progress] 40% building 113/117 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\webpack-dev-server\node_modules\ansi-regex\index.js
    <s> [webpack.Progress] 40% building 113/118 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\runtime-dom\dist\runtime-dom.esm-bundler.js
    <s> [webpack.Progress] 40% building 113/119 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\shared\dist\shared.esm-bundler.js
    <s> [webpack.Progress] 40% building 114/119 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\shared\dist\shared.esm-bundler.js
    <s> [webpack.Progress] 40% building 114/120 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\index.js??ref--6-oneOf-1-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\css-loader\dist\cjs.js??ref--6-oneOf-1-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\stylePostLoader.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\postcss-loader\src\index.js??ref--6-oneOf-1-2![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\App.vue?vue&type=style&index=0&lang=css
    <s> [webpack.Progress] 40% building 115/120 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\shared\dist\shared.esm-bundler.js
    <s> [webpack.Progress] 40% building 115/121 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\css-loader\dist\cjs.js??ref--6-oneOf-1-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\stylePostLoader.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\postcss-loader\src\index.js??ref--6-oneOf-1-2![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\App.vue?vue&type=style&index=0&lang=css
    <s> [webpack.Progress] 40% building 116/121 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\css-loader\dist\cjs.js??ref--6-oneOf-1-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\stylePostLoader.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\postcss-loader\src\index.js??ref--6-oneOf-1-2![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\App.vue?vue&type=style&index=0&lang=css
    <s> [webpack.Progress] 40% building 117/121 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\css-loader\dist\cjs.js??ref--6-oneOf-1-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\stylePostLoader.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\postcss-loader\src\index.js??ref--6-oneOf-1-2![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\App.vue?vue&type=style&index=0&lang=css
    <s> [webpack.Progress] 40% building 118/121 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\shared\dist\shared.esm-bundler.js
    <s> [webpack.Progress] 40% building 119/121 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\runtime-dom\dist\runtime-dom.esm-bundler.js
    <s> [webpack.Progress] 40% building 119/122 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\object-define-properties.js
    <s> [webpack.Progress] 40% building 119/123 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\enum-bug-keys.js
    <s> [webpack.Progress] 40% building 119/124 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\ie8-dom-define.js
    <s> [webpack.Progress] 40% building 119/125 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\to-primitive.js
    <s> [webpack.Progress] 40% building 119/126 modules 7 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\correct-prototype-getter.js
    <s> [webpack.Progress] 40% building 119/127 modules 8 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\create-property-descriptor.js
    <s> [webpack.Progress] 40% building 119/128 modules 9 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\a-possible-prototype.js
    <s> [webpack.Progress] 40% building 119/129 modules 10 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\components\HelloWorld.vue
    <s> [webpack.Progress] 40% building 119/130 modules 11 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\own-keys.js
    <s> [webpack.Progress] 40% building 119/131 modules 12 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\object-keys-internal.js
    <s> [webpack.Progress] 40% building 119/132 modules 13 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\to-integer.js
    <s> [webpack.Progress] 40% building 120/132 modules 12 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\to-integer.js
    <s> [webpack.Progress] 40% building 120/133 modules 13 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\classof.js
    <s> [webpack.Progress] 40% building 120/134 modules 14 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\addStylesClient.js
    <s> [webpack.Progress] 40% building 121/134 modules 13 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\addStylesClient.js
    <s> [webpack.Progress] 40% building 122/134 modules 12 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\addStylesClient.js
    <s> [webpack.Progress] 40% building 123/134 modules 11 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\addStylesClient.js
    <s> [webpack.Progress] 40% building 124/134 modules 10 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\addStylesClient.js
    <s> [webpack.Progress] 40% building 125/134 modules 9 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\addStylesClient.js
    <s> [webpack.Progress] 40% building 126/134 modules 8 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\addStylesClient.js
    <s> [webpack.Progress] 40% building 127/134 modules 7 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\addStylesClient.js
    <s> [webpack.Progress] 40% building 128/134 modules 6 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\addStylesClient.js
    <s> [webpack.Progress] 40% building 129/134 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\addStylesClient.js
    <s> [webpack.Progress] 40% building 130/134 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\addStylesClient.js
    <s> [webpack.Progress] 40% building 131/134 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\addStylesClient.js
    <s> [webpack.Progress] 40% building 132/134 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\addStylesClient.js
    <s> [webpack.Progress] 40% building 133/134 modules 1 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\components\HelloWorld.vue
    <s> [webpack.Progress] 40% building 133/135 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\css-loader\dist\runtime\api.js
    <s> [webpack.Progress] 40% building 133/136 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\url-loader\dist\cjs.js??ref--1-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\assets\logo.png
    <s> [webpack.Progress] 40% building 134/136 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\url-loader\dist\cjs.js??ref--1-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\assets\logo.png
    <s> [webpack.Progress] 40% building 134/137 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\object-get-own-property-names.js
    <s> [webpack.Progress] 40% building 134/138 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\array-includes.js
    <s> [webpack.Progress] 40% building 134/139 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\to-string-tag-support.js
    <s> [webpack.Progress] 40% building 135/139 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\to-string-tag-support.js
    <s> [webpack.Progress] 40% building 135/140 modules 5 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\listToStyles.js
    <s> [webpack.Progress] 40% building 136/140 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\listToStyles.js
    <s> [webpack.Progress] 40% building 137/140 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\listToStyles.js
    <s> [webpack.Progress] 40% building 138/140 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\lib\listToStyles.js
    <s> [webpack.Progress] 40% building 139/140 modules 1 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\components\HelloWorld.vue
    <s> [webpack.Progress] 40% building 140/140 modules 0 active
    <s> [webpack.Progress] 40% building 140/141 modules 1 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\pitcher.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--12-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\babel-loader\lib\index.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\templateLoader.js??ref--6![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\components\HelloWorld.vue?vue&type=template&id=469af010&scoped=true
    <s> [webpack.Progress] 40% building 141/141 modules 0 active
    <s> [webpack.Progress] 40% building 141/142 modules 1 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\pitcher.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--12-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\babel-loader\lib\index.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\components\HelloWorld.vue?vue&type=script&lang=js
    <s> [webpack.Progress] 40% building 142/142 modules 0 active
    <s> [webpack.Progress] 40% building 142/143 modules 1 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\pitcher.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\index.js??ref--6-oneOf-1-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\css-loader\dist\cjs.js??ref--6-oneOf-1-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\postcss-loader\src\index.js??ref--6-oneOf-1-2![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\eslint-loader\index.js??ref--13-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\components\HelloWorld.vue?vue&type=style&index=0&id=469af010&scoped=true&lang=css
    <s> [webpack.Progress] 40% building 143/143 modules 0 active
    <s> [webpack.Progress] 40% building 143/144 modules 1 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--12-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\babel-loader\lib\index.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\templateLoader.js??ref--6![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\components\HelloWorld.vue?vue&type=template&id=469af010&scoped=true
    <s> [webpack.Progress] 40% building 143/145 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--12-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\babel-loader\lib\index.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\components\HelloWorld.vue?vue&type=script&lang=js
    <s> [webpack.Progress] 40% building 143/146 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-style-loader\index.js??ref--6-oneOf-1-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\css-loader\dist\cjs.js??ref--6-oneOf-1-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\stylePostLoader.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\postcss-loader\src\index.js??ref--6-oneOf-1-2![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\components\HelloWorld.vue?vue&type=style&index=0&id=469af010&scoped=true&lang=css
    <s> [webpack.Progress] 40% building 144/146 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--12-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\babel-loader\lib\index.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\components\HelloWorld.vue?vue&type=script&lang=js
    <s> [webpack.Progress] 40% building 144/147 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\css-loader\dist\cjs.js??ref--6-oneOf-1-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\stylePostLoader.js![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\postcss-loader\src\index.js??ref--6-oneOf-1-2![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\cache-loader\dist\cjs.js??ref--0-0![OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\vue-loader-v16\dist\index.js??ref--0-1![OMITTED]\test\test-ngsb-1\test-vuesb-a\src\components\HelloWorld.vue?vue&type=style&index=0&id=469af010&scoped=true&lang=css
    <s> [webpack.Progress] 40% building 144/148 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\to-absolute-index.js
    <s> [webpack.Progress] 40% building 145/148 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js\internals\to-absolute-index.js
    <s> [webpack.Progress] 40% building 145/149 modules 4 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\runtime-core\dist\runtime-core.esm-bundler.js
    <s> [webpack.Progress] 40% building 146/149 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\runtime-core\dist\runtime-core.esm-bundler.js
    <s> [webpack.Progress] 40% building 147/149 modules 2 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\runtime-core\dist\runtime-core.esm-bundler.js
    <s> [webpack.Progress] 40% building 148/149 modules 1 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\runtime-core\dist\runtime-core.esm-bundler.js
    <s> [webpack.Progress] 40% building 149/149 modules 0 active
    <s> [webpack.Progress] 40% building 149/150 modules 1 active [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@vue\reactivity\dist\reactivity.esm-bundler.js
    <s> [webpack.Progress] 40% building 150/150 modules 0 active
    <s> [webpack.Progress] 70% building 150/150 modules 0 active
    <s> [webpack.Progress] 70% finish module graph
    <s> [webpack.Progress] 70% finish module graph FlagDependencyExportsPlugin
    <s> [webpack.Progress] 70% sealing
    <s> [webpack.Progress] 70% sealing WarnCaseSensitiveModulesPlugin
    <s> [webpack.Progress] 72% basic dependencies optimization
    <s> [webpack.Progress] 72% dependencies optimization
    <s> [webpack.Progress] 73% advanced dependencies optimization
    <s> [webpack.Progress] 73% after dependencies optimization
    <s> [webpack.Progress] 71% chunk graph
    <s> [webpack.Progress] 71% after chunk graph
    <s> [webpack.Progress] 71% after chunk graph WebAssemblyModulesPlugin
    <s> [webpack.Progress] 74% optimizing
    <s> [webpack.Progress] 74% basic module optimization
    <s> [webpack.Progress] 75% module optimization
    <s> [webpack.Progress] 75% advanced module optimization
    <s> [webpack.Progress] 76% after module optimization
    <s> [webpack.Progress] 76% basic chunk optimization
    <s> [webpack.Progress] 76% basic chunk optimization EnsureChunkConditionsPlugin
    <s> [webpack.Progress] 76% basic chunk optimization RemoveEmptyChunksPlugin
    <s> [webpack.Progress] 76% basic chunk optimization MergeDuplicateChunksPlugin
    <s> [webpack.Progress] 77% chunk optimization
    <s> [webpack.Progress] 77% advanced chunk optimization
    <s> [webpack.Progress] 77% advanced chunk optimization SplitChunksPlugin
    <s> [webpack.Progress] 77% advanced chunk optimization RemoveEmptyChunksPlugin
    <s> [webpack.Progress] 77% after chunk optimization
    <s> [webpack.Progress] 78% module and chunk tree optimization
    <s> [webpack.Progress] 78% after module and chunk tree optimization
    <s> [webpack.Progress] 79% basic chunk modules optimization
    <s> [webpack.Progress] 80% chunk modules optimization
    <s> [webpack.Progress] 80% advanced chunk modules optimization
    <s> [webpack.Progress] 81% after chunk modules optimization
    <s> [webpack.Progress] 81% module reviving
    <s> [webpack.Progress] 81% module reviving RecordIdsPlugin
    <s> [webpack.Progress] 82% module order optimization
    <s> [webpack.Progress] 82% advanced module order optimization
    <s> [webpack.Progress] 83% before module ids
    <s> [webpack.Progress] 83% before module ids NamedModulesPlugin
    <s> [webpack.Progress] 83% module ids
    <s> [webpack.Progress] 84% module id optimization
    <s> [webpack.Progress] 84% module id optimization
    <s> [webpack.Progress] 85% chunk reviving
    <s> [webpack.Progress] 85% chunk reviving RecordIdsPlugin
    <s> [webpack.Progress] 85% chunk order optimization
    <s> [webpack.Progress] 85% chunk order optimization OccurrenceOrderChunkIdsPlugin
    <s> [webpack.Progress] 86% before chunk ids
    <s> [webpack.Progress] 86% before chunk ids NamedChunksPlugin
    <s> [webpack.Progress] 86% chunk id optimization
    <s> [webpack.Progress] 87% after chunk id optimization
    <s> [webpack.Progress] 87% record modules
    <s> [webpack.Progress] 87% record modules RecordIdsPlugin
    <s> [webpack.Progress] 87% record chunks
    <s> [webpack.Progress] 87% record chunks RecordIdsPlugin
    <s> [webpack.Progress] 88% hashing
    <s> [webpack.Progress] 88% after hashing
    <s> [webpack.Progress] 88% after hashing HotModuleReplacementPlugin
    <s> [webpack.Progress] 89% record hash
    <s> [webpack.Progress] 89% module assets processing
    <s> [webpack.Progress] 90% chunk assets processing
    <s> [webpack.Progress] 90% additional chunk assets processing
    <s> [webpack.Progress] 90% additional chunk assets processing HotModuleReplacementPlugin
    <s> [webpack.Progress] 91% recording
    <s> [webpack.Progress] 91% recording HotModuleReplacementPlugin
    <s> [webpack.Progress] 92% additional asset processing
    <s> [webpack.Progress] 92% chunk asset optimization
    <s> [webpack.Progress] 93% after chunk asset optimization
    <s> [webpack.Progress] 93% asset optimization
    <s> [webpack.Progress] 94% after asset optimization
    <s> [webpack.Progress] 94% after seal
    <s> [webpack.Progress] 95% emitting
    <s> [webpack.Progress] 95% emitting HtmlWebpackPlugin
    <s> [webpack.Progress] 95% emitting CopyPlugin
    <s> [webpack.Progress] 98% after emitting
    <s> [webpack.Progress] 98% after emitting CopyPlugin
     DONE  Compiled successfully in 3772ms12:09:07 AM
    
    <s> [webpack.Progress] 100%
    
    
      App running at:
      - Local:   http://localhost:8082/
      - Network: http://192.168.0.146:8082/
    
      Note that the development build is not optimized.
      To create a production build, run npm run build.
    
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    >npx sb init
    
     sb init - the simplest way to add a Storybook to your project.
    
     • Detecting project type. ✓
     • Adding Storybook support to your "Vue" app. ✓
     • Preparing to install dependencies. ✓
    
    
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: vue-loader-v16@npm:vue-loader@^16.0.0-beta.7 (node_modules\@vue\cli-service\node_modules\vue-loader-v16):
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Invalid dependency type requested: alias
    npm WARN @vue/cli-service@4.5.8 requires a peer of vue-template-compiler@^2.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\webpack-dev-server\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    
    audited 1322 packages in 18.158s
    found 0 vulnerabilities
    
    . ✓
    
    To run your Storybook, type:
    
       npm run storybook
    
    For more information visit: https://storybook.js.org
    
    npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
    
    > core-js-pure@3.6.5 postinstall [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\core-js-pure
    > node -e "try{require('./postinstall')}catch(e){}"
    
    Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
    
    The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
    > https://opencollective.com/core-js
    > https://www.patreon.com/zloirock
    
    Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
    
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: vue-loader-v16@npm:vue-loader@^16.0.0-beta.7 (node_modules\@vue\cli-service\node_modules\vue-loader-v16):
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Invalid dependency type requested: alias
    npm WARN @vue/cli-service@4.5.8 requires a peer of vue-template-compiler@^2.0.0 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-essentials@6.0.27 requires a peer of react-is@^16.8.0 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/vue@6.0.27 requires a peer of vue@^2.6.8 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/vue@6.0.27 requires a peer of vue-template-compiler@^2.6.8 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-docs@6.0.27 requires a peer of react-is@^16.8.0 but none is installed. You must install peer dependencies yourself.
    npm WARN @storybook/addon-docs@6.0.27 requires a peer of vue@^2.6.10 but none is installed. You must install peer dependencies yourself.
    npm WARN ts-loader@6.2.2 requires a peer of typescript@* but none is installed. You must install peer dependencies yourself.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\webpack-dev-server\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    
    + babel-loader@8.1.0
    + @babel/core@7.12.3
    + react-is@17.0.1
    + @storybook/addon-essentials@6.0.27
    + @storybook/addon-actions@6.0.27
    + @storybook/addon-links@6.0.27
    + @storybook/vue@6.0.27
    added 697 packages from 701 contributors, updated 2 packages and audited 2022 packages in 82.388s
    found 0 vulnerabilities
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68

    Looks like Storybook does not support Vue3.

    >npm run storybook
    
    > test-vuesb-a@0.1.0 storybook [OMITTED]\test\test-ngsb-1\test-vuesb-a
    > start-storybook -p 6006
    
    info @storybook/vue v6.0.27
    info
    info => Loading presets
    info => Loading presets
    info => Loading config/preview file in "./.storybook".
    info => Loading config/preview file in "./.storybook".
    info => Adding stories defined in ".storybook\main.js".
    ERR! Error: Cannot find module 'vue/dist/vue.esm.js'
    ERR!     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    ERR!     at Function.resolve (internal/modules/cjs/helpers.js:32:19)
    ERR!     at Object.webpack ([OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@storybook\vue\dist\server\framework-preset-vue.js:42:23)
    ERR!     at [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@storybook\core\dist\server\presets.js:258:36
    ERR!  { Error: Cannot find module 'vue/dist/vue.esm.js'
    ERR!     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    ERR!     at Function.resolve (internal/modules/cjs/helpers.js:32:19)
    ERR!     at Object.webpack ([OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@storybook\vue\dist\server\framework-preset-vue.js:42:23)
    ERR!     at [OMITTED]\test\test-ngsb-1\test-vuesb-a\node_modules\@storybook\core\dist\server\presets.js:258:36
    ERR!   stack:
    ERR!    'Error: Cannot find module \'vue/dist/vue.esm.js\'\n    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)\n    at Function.resolve (internal/modules/cjs/helpers.js:32:19)\n    at Object.webpack ([OMITTED]\\test\\test-ngsb-1\\test-vuesb-a\\node_modules\\@storybook\\vue\\dist\\server\\framework-preset-vue.js:42:23)\n    at [OMITTED]\\test\\test-ngsb-1\\test-vuesb-a\\node_modules\\@storybook\\core\\dist\\server\\presets.js:258:36',
    ERR!   code: 'MODULE_NOT_FOUND' }
    
    WARN Broken build, fix the error above.
    WARN You may need to refresh the browser.
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    >vue init webpack test-vuesb-b
    
      Command vue init requires a global addon to be installed.
      Please run npm i -g @vue/cli-init and try again.
    
    1
    2
    3
    4
    > npm i -g @vue/cli-init
    npm WARN deprecated vue-cli@2.9.6: This package has been deprecated in favour of @vue/cli
    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
    npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
    npm WARN deprecated har-validator@5.1.5: this library is no longer supported
    + @vue/cli-init@4.5.8
    added 251 packages from 206 contributors in 18.739s
    
    1
    2
    3
    4
    5
    6
    7
    >vue init webpack test-vuesb-b
    
    ? Target directory exists. Continue? Yes
    ? Project name test-vuesb-b
    ? Project description A Vue.js project
    ? Author OMMITTED <OMITTED>
    ? Vue build standalone
    ? Install vue-router? Yes
    ? Use ESLint to lint your code? Yes
    ? Pick an ESLint preset
    > Standard (https://github.com/standard/standard)
      Airbnb (https://github.com/airbnb/javascript)
      none (configure it yourself)
    ? Set up unit tests Yes
    ? Pick a test runner
      Jest
    > Karma and Mocha
      none (configure it yourself)
    ? Setup e2e tests with Nightwatch? Yes
    ? Should we run `npm install` for you after the project has been created? (recommended) npm
    
       vue-cli · Generated "test-vuesb-b".
    
    
    # Installing project dependencies ...
    # ========================
    
    npm WARN deprecated extract-text-webpack-plugin@3.0.2: Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-plugin
    npm WARN deprecated phantomjs-prebuilt@2.1.16: this package is now deprecated
    npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
    npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
    npm WARN deprecated istanbul@0.4.5: This module is no longer maintained, try this instead:
    npm WARN deprecated   npm i nyc
    npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
    npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
    npm WARN deprecated bfj-node4@5.3.1: Switch to the `bfj` package for fixes and new features!
    npm WARN deprecated har-validator@5.1.5: this library is no longer supported
    npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
    npm WARN deprecated samsam@1.3.0: This package has been deprecated in favour of @sinonjs/samsam
    npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
    npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
    npm WARN deprecated socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
    
    > phantomjs-prebuilt@2.1.16 install [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\phantomjs-prebuilt
    > node install.js
    
    PhantomJS not found on PATH
    Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-windows.zip
    Saving to C:\Users\[OMITTED]\AppData\Local\Temp\phantomjs\phantomjs-2.1.1-windows.zip
    Receiving...
      [===================================-----] 89%
    Received 17767K total.
    Extracting zip contents
    Removing [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\phantomjs-prebuilt\lib\phantom
    Copying extracted folder C:\Users\[OMITTED]\AppData\Local\Temp\phantomjs\phantomjs-2.1.1-windows.zip-extract-1603946393773\phantomjs-2.1.1-windows -> [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\phantomjs-prebuilt\lib\phantom
    Writing location.js file
    Done. Phantomjs binary available at [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\phantomjs-prebuilt\lib\phantom\bin\phantomjs.exe
    
    > chromedriver@2.46.0 install [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\chromedriver
    > node install.js
    
    Current existing ChromeDriver binary is unavailable, proceding with download and extraction.
    Downloading from file:  https://chromedriver.storage.googleapis.com/2.46/chromedriver_win32.zip
    Saving to file: C:\Users\[OMITTED]\AppData\Local\Temp\2.46\chromedriver\chromedriver_win32.zip
    Received 781K...
    Received 1566K...
    Received 2350K...
    Received 3134K...
    Received 3918K...
    Received 4523K total.
    Extracting zip contents
    Copying to target path [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\chromedriver\lib\chromedriver
    Done. ChromeDriver binary available at [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\chromedriver\lib\chromedriver\chromedriver.exe
    
    > core-js@2.6.11 postinstall [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\core-js
    > node -e "try{require('./postinstall')}catch(e){}"
    
    Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
    
    The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
    > https://opencollective.com/core-js
    > https://www.patreon.com/zloirock
    
    Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
    
    
    > uglifyjs-webpack-plugin@0.4.6 postinstall [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\webpack\node_modules\uglifyjs-webpack-plugin
    > node lib/post_install.js
    
    
    > sinon@4.5.0 postinstall [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\sinon
    > node scripts/support-sinon.js
    
    Have some ❤️ for Sinon? You can support the project via Open Collective:
     > https://opencollective.com/sinon/donate
    
    npm notice created a lockfile as package-lock.json. You should commit this file.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules\watchpack\node_modules\chokidar\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
    
    added 1790 packages from 1848 contributors and audited 1798 packages in 88.277s
    found 54 vulnerabilities (23 low, 9 moderate, 20 high, 2 critical)
      run `npm audit fix` to fix them, or `npm audit` for details
    
    
    Running eslint --fix to comply with chosen preset rules...
    # ========================
    
    
    > test-vuesb-b@1.0.0 lint [OMITTED]\test\test-ngsb-1\test-vuesb-b
    > eslint --ext .js,.vue src test/unit test/e2e/specs "--fix"
    
    
    # Project initialization finished!
    # ========================
    
    To get started:
    
      cd test-vuesb-b
      npm run dev
    
    Documentation can be found at https://vuejs-templates.github.io/webpack
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126

    Even when I tried to use Vue2 environmentit the storybook integration still failed. I think it is the fault of their CLI. And I tried different approach that I saw on StorybookJs github issue but still cannot solved the problem, which includes npm i babel-core, npm i -D vue-loader vue-template-compiler, and modification of .babelrc, add babel section in package.json(this one conflicts with storybook compile settings, which already set up the use of babel).

    I think the misconfiguration of babel is the cause but I am not familiar with babel and I cannot keep trying again and again as doing a blackbox testing 😦.... Too much time invested on it.

    >npm run storybook
    
    > test-vuesb-b@1.0.0 storybook [OMITTED]\test\test-ngsb-1\test-vuesb-b
    > start-storybook -p 6006
    
    info @storybook/vue v6.0.27
    info
    info => Loading presets
    WARN   Failed to load preset: "[OMITTED]\\test\\test-ngsb-1\\test-vuesb-b\\node_modules\\@storybook\\vue\\dist\\server\\framework-preset-vue.js"
    ERR! Error: Cannot find module 'vue-loader/lib/plugin'
    ERR!     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    ERR!     at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    ERR!     at Module.require (internal/modules/cjs/loader.js:637:17)
    ERR!     at require (internal/modules/cjs/helpers.js:22:18)
    ERR!     at Object.<anonymous> ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\vue\dist\server\framework-preset-vue.js:10:38)
    ERR!     at Module._compile (internal/modules/cjs/loader.js:689:30)
    ERR!     at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    ERR!     at Module.load (internal/modules/cjs/loader.js:599:32)
    ERR!     at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    ERR!     at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    ERR!     at Module.require (internal/modules/cjs/loader.js:637:17)
    ERR!     at require (internal/modules/cjs/helpers.js:22:18)
    ERR!     at interopRequireDefault ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:149:16)
    ERR!     at getContent ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:165:10)
    ERR!     at loadPreset ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:172:20)
    ERR!     at [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:224:18
    ERR!  { Error: Cannot find module 'vue-loader/lib/plugin'
    ERR!     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    ERR!     at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    ERR!     at Module.require (internal/modules/cjs/loader.js:637:17)
    ERR!     at require (internal/modules/cjs/helpers.js:22:18)
    ERR!     at Object.<anonymous> ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\vue\dist\server\framework-preset-vue.js:10:38)
    ERR!     at Module._compile (internal/modules/cjs/loader.js:689:30)
    ERR!     at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    ERR!     at Module.load (internal/modules/cjs/loader.js:599:32)
    ERR!     at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    ERR!     at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    ERR!     at Module.require (internal/modules/cjs/loader.js:637:17)
    ERR!     at require (internal/modules/cjs/helpers.js:22:18)
    ERR!     at interopRequireDefault ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:149:16)
    ERR!     at getContent ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:165:10)
    ERR!     at loadPreset ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:172:20)
    ERR!     at [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:224:18
    ERR!   stack:
    ERR!    'Error: Cannot find module \'vue-loader/lib/plugin\'\n    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)\n    at Function.Module._load (internal/modules/cjs/loader.js:507:25)\n    at Module.require (internal/modules/cjs/loader.js:637:17)\n    at require (internal/modules/cjs/helpers.js:22:18)\n    at Object.<anonymous> ([OMITTED]\\test\\test-ngsb-1\\test-vuesb-b\\node_modules\\@storybook\\vue\\dist\\server\\framework-preset-vue.js:10:38)\n    at Module._compile (internal/modules/cjs/loader.js:689:30)\n    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)\n    at Module.load (internal/modules/cjs/loader.js:599:32)\n    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)\n    at Function.Module._load (internal/modules/cjs/loader.js:530:3)\n    at Module.require (internal/modules/cjs/loader.js:637:17)\n    at require (internal/modules/cjs/helpers.js:22:18)\n    at interopRequireDefault ([OMITTED]\\test\\test-ngsb-1\\test-vuesb-b\\node_modules\\@storybook\\core\\dist\\server\\presets.js:149:16)\n    at getContent ([OMITTED]\\test\\test-ngsb-1\\test-vuesb-b\\node_modules\\@storybook\\core\\dist\\server\\presets.js:165:10)\n    at loadPreset ([OMITTED]\\test\\test-ngsb-1\\test-vuesb-b\\node_modules\\@storybook\\core\\dist\\server\\presets.js:172:20)\n    at [OMITTED]\\test\\test-ngsb-1\\test-vuesb-b\\node_modules\\@storybook\\core\\dist\\server\\presets.js:224:18',
    ERR!   code: 'MODULE_NOT_FOUND' }
    info => Loading presets
    WARN   Failed to load preset: "[OMITTED]\\test\\test-ngsb-1\\test-vuesb-b\\node_modules\\@storybook\\vue\\dist\\server\\framework-preset-vue.js"
    ERR! Error: Cannot find module 'vue-loader/lib/plugin'
    ERR!     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    ERR!     at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    ERR!     at Module.require (internal/modules/cjs/loader.js:637:17)
    ERR!     at require (internal/modules/cjs/helpers.js:22:18)
    ERR!     at Object.<anonymous> ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\vue\dist\server\framework-preset-vue.js:10:38)
    ERR!     at Module._compile (internal/modules/cjs/loader.js:689:30)
    ERR!     at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    ERR!     at Module.load (internal/modules/cjs/loader.js:599:32)
    ERR!     at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    ERR!     at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    ERR!     at Module.require (internal/modules/cjs/loader.js:637:17)
    ERR!     at require (internal/modules/cjs/helpers.js:22:18)
    ERR!     at interopRequireDefault ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:149:16)
    ERR!     at getContent ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:165:10)
    ERR!     at loadPreset ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:172:20)
    ERR!     at [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:224:18
    ERR!  { Error: Cannot find module 'vue-loader/lib/plugin'
    ERR!     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    ERR!     at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    ERR!     at Module.require (internal/modules/cjs/loader.js:637:17)
    ERR!     at require (internal/modules/cjs/helpers.js:22:18)
    ERR!     at Object.<anonymous> ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\vue\dist\server\framework-preset-vue.js:10:38)
    ERR!     at Module._compile (internal/modules/cjs/loader.js:689:30)
    ERR!     at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    ERR!     at Module.load (internal/modules/cjs/loader.js:599:32)
    ERR!     at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    ERR!     at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    ERR!     at Module.require (internal/modules/cjs/loader.js:637:17)
    ERR!     at require (internal/modules/cjs/helpers.js:22:18)
    ERR!     at interopRequireDefault ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:149:16)
    ERR!     at getContent ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:165:10)
    ERR!     at loadPreset ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:172:20)
    ERR!     at [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@storybook\core\dist\server\presets.js:224:18
    ERR!   stack:
    ERR!    'Error: Cannot find module \'vue-loader/lib/plugin\'\n    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)\n    at Function.Module._load (internal/modules/cjs/loader.js:507:25)\n    at Module.require (internal/modules/cjs/loader.js:637:17)\n    at require (internal/modules/cjs/helpers.js:22:18)\n    at Object.<anonymous> ([OMITTED]\\test\\test-ngsb-1\\test-vuesb-b\\node_modules\\@storybook\\vue\\dist\\server\\framework-preset-vue.js:10:38)\n    at Module._compile (internal/modules/cjs/loader.js:689:30)\n    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)\n    at Module.load (internal/modules/cjs/loader.js:599:32)\n    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)\n    at Function.Module._load (internal/modules/cjs/loader.js:530:3)\n    at Module.require (internal/modules/cjs/loader.js:637:17)\n    at require (internal/modules/cjs/helpers.js:22:18)\n    at interopRequireDefault ([OMITTED]\\test\\test-ngsb-1\\test-vuesb-b\\node_modules\\@storybook\\core\\dist\\server\\presets.js:149:16)\n    at getContent ([OMITTED]\\test\\test-ngsb-1\\test-vuesb-b\\node_modules\\@storybook\\core\\dist\\server\\presets.js:165:10)\n    at loadPreset ([OMITTED]\\test\\test-ngsb-1\\test-vuesb-b\\node_modules\\@storybook\\core\\dist\\server\\presets.js:172:20)\n    at [OMITTED]\\test\\test-ngsb-1\\test-vuesb-b\\node_modules\\@storybook\\core\\dist\\server\\presets.js:224:18',
    ERR!   code: 'MODULE_NOT_FOUND' }
    info => Loading config/preview file in "./.storybook".
    info => Loading config/preview file in "./.storybook".
    info => Adding stories defined in ".storybook\main.js".
    (node:1384) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
    info => Using custom .postcssrc.js
    info => Using default Webpack setup.
    69% building 2632/2635 modules 3 active [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\esutils\lib\keyword.js× 「wdm」: Hash: 8bc9d48758190ab8b097
    Version: webpack 4.44.2
    Time: 73920ms
    Built at: 10/29/2020 1:25:28 AM
                                          Asset      Size        Chunks                                Chunk Names
                                     index.html  2.79 KiB                [emitted]
            main.6644e3405f547069d4a9.bundle.js  37.9 KiB          main  [emitted] [immutable]         main
    runtime~main.99691078705b39185f99.bundle.js  6.12 KiB  runtime~main  [emitted] [immutable]         runtime~main
    vendors~main.a09c031163c343d98a3d.bundle.js  5.94 MiB  vendors~main  [emitted] [immutable]  [big]  vendors~main
    Entrypoint main [big] = runtime~main.99691078705b39185f99.bundle.js vendors~main.a09c031163c343d98a3d.bundle.js main.6644e3405f547069d4a9.bundle.js
    [0] multi ./node_modules/@storybook/core/dist/server/common/polyfills.js ./node_modules/@storybook/core/dist/client/manager/index.js ./node_modules/@storybook/addon-links/dist/register.js ./node_modules/@storybook/addon-actions/dist/register.js ./node_modules/@storybook/addon-docs/dist/register.js ./node_modules/@storybook/addon-controls/dist/register.js ./node_modules/@storybook/addon-backgrounds/dist/register.js ./node_modules/@storybook/addon-viewport/dist/register.js ./node_modules/@storybook/addon-toolbars/dist/register.js ./.storybook/generated-refs.js 136 bytes {main} [built]
    [./.storybook/generated-refs.js] 2.07 KiB {main} [built] [failed] [1 error]
    [./node_modules/@storybook/addon-actions/dist/constants.js] 541 bytes {vendors~main} [built]
    [./node_modules/@storybook/addon-actions/dist/containers/ActionLogger/index.js] 8.63 KiB {vendors~main} [built]
    [./node_modules/@storybook/addon-actions/dist/register.js] 804 bytes {vendors~main} [built]
    [./node_modules/@storybook/addon-backgrounds/dist/constants.js] 452 bytes {vendors~main} [built]
    [./node_modules/@storybook/addon-backgrounds/dist/containers/BackgroundSelector.js] 13.2 KiB {vendors~main} [built]
    [./node_modules/@storybook/addon-backgrounds/dist/register.js] 2.18 KiB {vendors~main} [built]
    [./node_modules/@storybook/addon-controls/dist/register.js] 2.34 KiB {vendors~main} [built]
    [./node_modules/@storybook/addon-docs/dist/register.js] 1.99 KiB {vendors~main} [built]
    [./node_modules/@storybook/addon-links/dist/register.js] 1.92 KiB {vendors~main} [built]
    [./node_modules/@storybook/addon-toolbars/dist/register.js] 2.01 KiB {vendors~main} [built]
    [./node_modules/@storybook/addon-viewport/dist/register.js] 1.92 KiB {vendors~main} [built]
    [./node_modules/@storybook/core/dist/client/manager/index.js] 521 bytes {vendors~main} [built]
    [./node_modules/@storybook/core/dist/server/common/polyfills.js] 120 bytes {vendors~main} [built]
        + 2737 hidden modules
    
    ERROR in ./.storybook/generated-refs.js
    Module build failed (from ./node_modules/@storybook/core/node_modules/babel-loader/lib/index.js):
    Error: Cannot find module 'babel-plugin-react-docgen' from '[OMITTED]\test\test-ngsb-1\test-vuesb-b'
        at Function.resolveSync [as sync] ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\resolve\lib\sync.js:89:15)
        at resolveStandardizedName ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@babel\core\lib\config\files\plugins.js:101:31)
        at resolvePlugin ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@babel\core\lib\config\files\plugins.js:54:10)
        at loadPlugin ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@babel\core\lib\config\files\plugins.js:62:20)
        at createDescriptor ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@babel\core\lib\config\config-descriptors.js:154:9)
        at items.map ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@babel\core\lib\config\config-descriptors.js:109:50)
        at Array.map (<anonymous>)
        at createDescriptors ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@babel\core\lib\config\config-descriptors.js:109:29)
        at createPluginDescriptors ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@babel\core\lib\config\config-descriptors.js:105:10)
        at plugins ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@babel\core\lib\config\config-descriptors.js:40:19)
        at mergeChainOpts ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@babel\core\lib\config\config-chain.js:415:26)
        at [OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@babel\core\lib\config\config-chain.js:374:7
        at Generator.next (<anonymous>)
        at loadFileChain ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@babel\core\lib\config\config-chain.js:228:24)
        at loadFileChain.next (<anonymous>)
        at buildRootChain ([OMITTED]\test\test-ngsb-1\test-vuesb-b\node_modules\@babel\core\lib\config\config-chain.js:135:29)
     @ multi ./node_modules/@storybook/core/dist/server/common/polyfills.js ./node_modules/@storybook/core/dist/client/manager/index.js ./node_modules/@storybook/addon-links/dist/register.js ./node_modules/@storybook/addon-actions/dist/register.js ./node_modules/@storybook/addon-docs/dist/register.js ./node_modules/@storybook/addon-controls/dist/register.js ./node_modules/@storybook/addon-backgrounds/dist/register.js ./node_modules/@storybook/addon-viewport/dist/register.js ./node_modules/@storybook/addon-toolbars/dist/register.js ./.storybook/generated-refs.js main[9]
    Child HtmlWebpackCompiler:
                              Asset      Size               Chunks  Chunk Names
        __child-HtmlWebpackPlugin_0  6.49 KiB  HtmlWebpackPlugin_0  HtmlWebpackPlugin_0
        Entrypoint HtmlWebpackPlugin_0 = __child-HtmlWebpackPlugin_0
        [./node_modules/@storybook/core/node_modules/html-webpack-plugin/lib/loader.js!./node_modules/@storybook/core/dist/server/templates/index.ejs] 2.14 KiB {HtmlWebpackPlugin_0} [built]
    WARN force closed preview build
    
    WARN Broken build, fix the error above.
    WARN You may need to refresh the browser.
    
    94% after seal
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149

    So again I took their example as a booster project. After install missing packages sass, sass-loader according to webpack error output, once again it works as the React example project!! Great! 😃