Skip to content

Instantly share code, notes, and snippets.

@corinnekrych
Last active September 14, 2018 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corinnekrych/abceb1fed757939e038d2c2df0b78378 to your computer and use it in GitHub Desktop.
Save corinnekrych/abceb1fed757939e038d2c2df0b78378 to your computer and use it in GitHub Desktop.
npm_run_test:unit
=============================== Issue with nom run test:unit =========================================
➜ fabric8-ui git:(upgrade) ✗ npm run test:unit
> fabric8-ui@0.0.0-development test:unit /Users/corinne/workspace/devtools/fabric8-ui
> karma start
START:
✖ 「wdm」:
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/kubernetes/store/oauth-config-store.spec.ts
./src/a-runtime-console/kubernetes/store/oauth-config-store.spec.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/kubernetes/store/oauth-config-store.spec.ts(70,7)
TS2322: Type 'Observable<any>' is not assignable to type 'ConnectableObservable<User>'.
Property 'subjectFactory' is missing in type 'Observable<any>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/kubernetes/store/oauth-config-store.spec.ts
./src/a-runtime-console/kubernetes/store/oauth-config-store.spec.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/kubernetes/store/oauth-config-store.spec.ts(132,7)
TS2322: Type 'Observable<any>' is not assignable to type 'ConnectableObservable<User>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/kubernetes/store/oauth-config-store.spec.ts
./src/a-runtime-console/kubernetes/store/oauth-config-store.spec.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/kubernetes/store/oauth-config-store.spec.ts(198,7)
TS2322: Type 'Observable<any>' is not assignable to type 'ConnectableObservable<User>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/kubernetes/store/oauth-config-store.spec.ts
./src/a-runtime-console/kubernetes/store/oauth-config-store.spec.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/kubernetes/store/oauth-config-store.spec.ts(252,7)
TS2322: Type 'Observable<any>' is not assignable to type 'ConnectableObservable<User>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/kubernetes/service/kubernetes.restangular.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/kubernetes/service/kubernetes.restangular.ts(77,86)
TS2709: Cannot use namespace 'OAuthService' as a type.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/kubernetes/support/abstract-watch.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/kubernetes/support/abstract-watch.component.ts(244,14)
TS2415: Class 'CachingSubject<T>' incorrectly extends base class 'Subject<T>'.
Property '_subscribe' is protected in type 'CachingSubject<T>' but public in type 'Subject<T>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/environment.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/environment.ts(24,3)
TS2322: Type '(modRef: any) => void' is not assignable to type '<T>(value: T) => T'.
Type 'void' is not assignable to type 'T'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/base/config.store.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/base/config.store.ts(35,11)
TS2339: Property 'connect' does not exist on type 'Observable<ValWrapper<T>>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/analytical-report-widget/analytical-report-widget.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/analytical-report-widget/analytical-report-widget.component.ts(65,9)
TS2339: Property 'connect' does not exist on type 'Observable<any>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/create-work-item-widget/create-work-item-widget.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/create-work-item-widget/create-work-item-widget.component.ts(31,5)
TS2322: Type 'Observable<{}>' is not assignable to type 'ConnectableObservable<WorkItem[]>'.
Property 'subjectFactory' is missing in type 'Observable<{}>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/recent-workspaces-widget/recent-workspaces-widget.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/recent-workspaces-widget/recent-workspaces-widget.component.ts(27,10)
TS2709: Cannot use namespace 'Team' as a type.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/recent-workspaces-widget/recent-workspaces-widget.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/recent-workspaces-widget/recent-workspaces-widget.component.ts(28,16)
TS2709: Cannot use namespace 'Team' as a type.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/recent-workspaces-widget/recent-workspaces-widget.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/recent-workspaces-widget/recent-workspaces-widget.component.ts(30,15)
TS2709: Cannot use namespace 'SpaceAttributes' as a type.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/recent-workspaces-widget/recent-workspaces-widget.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/recent-workspaces-widget/recent-workspaces-widget.component.ts(32,10)
TS2709: Cannot use namespace 'SpaceLink' as a type.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/recent-workspaces-widget/recent-workspaces-widget.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/recent-workspaces-widget/recent-workspaces-widget.component.ts(33,18)
TS2709: Cannot use namespace 'SpaceRelationships' as a type.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/recent-workspaces-widget/recent-workspaces-widget.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/recent-workspaces-widget/recent-workspaces-widget.component.ts(34,20)
TS2709: Cannot use namespace 'RelationalData' as a type.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/work-item-widget/work-item-widget.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/dashboard-widgets/work-item-widget/work-item-widget.component.ts(77,5)
TS2322: Type 'Observable<WorkItem[]>' is not assignable to type 'ConnectableObservable<WorkItem[]>'.
Property 'subjectFactory' is missing in type 'Observable<WorkItem[]>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/getting-started/services/getting-started.service.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/getting-started/services/getting-started.service.ts(62,18)
TS2339: Property 'connect' does not exist on type 'Observable<any>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/home/work-item-widget/work-item-widget.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/home/work-item-widget/work-item-widget.component.ts(100,9)
TS2322: Type '{}' is not assignable to type 'WorkItem[]'.
Property 'find' is missing in type '{}'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/home/work-item-widget/work-item-widget.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/home/work-item-widget/work-item-widget.component.ts(101,32)
TS2345: Argument of type '{}' is not assignable to parameter of type 'WorkItem[]'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/profile/profile.service.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/profile/profile.service.ts(40,5)
TS2322: Type 'Observable<ExtProfile>' is not assignable to type 'ConnectableObservable<ExtProfile>'.
Property 'subjectFactory' is missing in type 'Observable<ExtProfile>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/profile/settings/feature-opt-in/feature-opt-in.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/profile/settings/feature-opt-in/feature-opt-in.component.ts(147,49)
TS2345: Argument of type '{} | Feature[]' is not assignable to parameter of type 'Feature[]'.
Type '{}' is not assignable to type 'Feature[]'.
Property 'find' is missing in type '{}'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/profile/settings/feature-opt-in/feature-opt-in.module.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/profile/settings/feature-opt-in/feature-opt-in.module.ts(5,10)
TS2305: Module '"/Users/corinne/workspace/devtools/fabric8-ui/node_modules/jw-bootstrap-switch-ng2/jw-bootstrap-switch-ng2"' has no exported member 'JWBootstrapSwitchModule'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/profile/tenant/tenant.module.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/profile/tenant/tenant.module.ts(4,10)
TS2305: Module '"/Users/corinne/workspace/devtools/fabric8-ui/node_modules/jw-bootstrap-switch-ng2/jw-bootstrap-switch-ng2"' has no exported member 'JWBootstrapSwitchModule'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/profile/update/update.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/profile/update/update.component.ts(243,9)
TS2345: Argument of type '(res: Response) => void' is not assignable to parameter of type '(value: Response) => void'.
Types of parameters 'res' and 'value' are incompatible.
Type 'Response' is not assignable to type 'import("/Users/corinne/workspace/devtools/fabric8-ui/node_modules/@angular/http/src/static_respon...'.
Property 'bytesLoaded' is missing in type 'Response'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/profile/update/update.module.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/profile/update/update.module.ts(4,10)
TS2305: Module '"/Users/corinne/workspace/devtools/fabric8-ui/node_modules/jw-bootstrap-switch-ng2/jw-bootstrap-switch-ng2"' has no exported member 'JWBootstrapSwitchModule'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/context.service.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/context.service.ts(86,5)
TS2322: Type 'Observable<any>' is not assignable to type 'ConnectableObservable<Context>'.
Property 'subjectFactory' is missing in type 'Observable<any>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/context.service.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/context.service.ts(122,5)
TS2322: Type 'Observable<any>' is not assignable to type 'ConnectableObservable<Context[]>'.
Property 'subjectFactory' is missing in type 'Observable<any>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/context.service.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/context.service.ts(262,9)
TS2339: Property 'connect' does not exist on type 'Observable<any>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/context.service.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/context.service.ts(314,111)
TS2339: Property 'asap' does not exist on type 'typeof Scheduler'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/context.service.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/context.service.ts(352,111)
TS2339: Property 'asap' does not exist on type 'typeof Scheduler'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/context.service.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/context.service.ts(354,113)
TS2339: Property 'asap' does not exist on type 'typeof Scheduler'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/context.service.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/context.service.ts(396,44)
TS2558: Expected 0 type arguments, but got 1.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/interceptors/cache.interceptor.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/shared/interceptors/cache.interceptor.ts(39,55)
TS2339: Property 'async' does not exist on type 'typeof Scheduler'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/analyze/analyze-overview/analyze-overview.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/analyze/analyze-overview/analyze-overview.component.ts(40,19)
TS2339: Property 'attributes' does not exist on type '{} | Feature'.
Property 'attributes' does not exist on type '{}'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/analyze/analyze-overview/analyze-overview.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/analyze/analyze-overview/analyze-overview.component.ts(40,52)
TS2339: Property 'attributes' does not exist on type '{} | Feature'.
Property 'attributes' does not exist on type '{}'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/create/codebases/codebases.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/create/codebases/codebases.component.ts(269,8)
TS2339: Property 'connect' does not exist on type 'Observable<any>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/create/codebases/codebases-item/codebases-item.module.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/create/codebases/codebases-item/codebases-item.module.ts(4,10)
TS2305: Module '"/Users/corinne/workspace/devtools/fabric8-ui/node_modules/jw-bootstrap-switch-ng2/jw-bootstrap-switch-ng2"' has no exported member 'JWBootstrapSwitchModule'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/create/codebases/codebases-item-actions/codebases-item-actions.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/create/codebases/codebases-item-actions/codebases-item-actions.component.ts(53,71)
TS2345: Argument of type '(che: Che) => Observable<void> | Observable<{}>' is not assignable to parameter of type '(value: Che, index: number) => ObservableInput<void>'.
Type 'Observable<void> | Observable<{}>' is not assignable to type 'ObservableInput<void>'.
Type 'Observable<{}>' is not assignable to type 'ObservableInput<void>'.
Type 'Observable<{}>' is not assignable to type 'Iterable<void>'.
Property '[Symbol.iterator]' is missing in type 'Observable<{}>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/create/codebases/codebases-item-workspaces/codebases-item-workspaces.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/create/codebases/codebases-item-workspaces/codebases-item-workspaces.component.ts(73,71)
TS2345: Argument of type '(che: Che) => Observable<void> | Observable<{}>' is not assignable to parameter of type '(value: Che, index: number) => ObservableInput<void>'.
Type 'Observable<void> | Observable<{}>' is not assignable to type 'ObservableInput<void>'.
Type 'Observable<{}>' is not assignable to type 'ObservableInput<void>'.
Type 'Observable<{}>' is not assignable to type 'Iterable<void>'.
Property '[Symbol.iterator]' is missing in type 'Observable<{}>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/create/codebases/codebases-item-workspaces/codebases-item-workspaces.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/create/codebases/codebases-item-workspaces/codebases-item-workspaces.component.ts(128,71)
TS2345: Argument of type '(che: Che) => Observable<void> | Observable<{}>' is not assignable to parameter of type '(value: Che, index: number) => ObservableInput<void>'.
Type 'Observable<void> | Observable<{}>' is not assignable to type 'ObservableInput<void>'.
Type 'Observable<{}>' is not assignable to type 'ObservableInput<void>'.
Type 'Observable<{}>' is not assignable to type 'Iterable<void>'.
Property '[Symbol.iterator]' is missing in type 'Observable<{}>'.
ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/create/codebases/codebases-item-workspaces/codebases-item-workspaces.component.ts
[tsl] ERROR in /Users/corinne/workspace/devtools/fabric8-ui/src/app/space/create/codebases/codebases-item-workspaces/codebases-item-workspaces.component.ts(240,8)
TS2339: Property 'connect' does not exist on type 'Observable<any>'.
ℹ 「wdm」: Failed to compile.
14 09 2018 11:14:14.154:INFO [karma]: Karma v3.0.0 server started at http://0.0.0.0:9876/
14 09 2018 11:14:14.157:INFO [launcher]: Launching browser ChromeHeadlessNoSandbox with unlimited concurrency
14 09 2018 11:14:14.472:INFO [launcher]: Starting browser ChromeHeadless
14 09 2018 11:14:18.084:INFO [HeadlessChrome 0.0.0 (Mac OS X 10.13.6)]: Connected on socket A75hHodiQ3S5cRMbAAAA with id 59227788
HeadlessChrome 0.0.0 (Mac OS X 10.13.6) ERROR
{
"message": "An error was thrown in afterAll\nUncaught Error: Module build failed (from ./node_modules/ts-loader/index.js):\nError: Typescript emitted no output for /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/common/loading/loading.component.spec.ts.\n at successLoader (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/ts-loader/dist/index.js:41:15)\n at Object.loader (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/ts-loader/dist/index.js:21:12)",
"str": "An error was thrown in afterAll\nUncaught Error: Module build failed (from ./node_modules/ts-loader/index.js):\nError: Typescript emitted no output for /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/common/loading/loading.component.spec.ts.\n at successLoader (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/ts-loader/dist/index.js:41:15)\n at Object.loader (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/ts-loader/dist/index.js:21:12)"
}
HeadlessChrome 0.0.0 (Mac OS X 10.13.6) ERROR
{
"message": "An error was thrown in afterAll\nUncaught Error: Module build failed (from ./node_modules/ts-loader/index.js):\nError: Typescript emitted no output for /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/common/loading/loading.component.spec.ts.\n at successLoader (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/ts-loader/dist/index.js:41:15)\n at Object.loader (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/ts-loader/dist/index.js:21:12)",
"str": "An error was thrown in afterAll\nUncaught Error: Module build failed (from ./node_modules/ts-loader/index.js):\nError: Typescript emitted no output for /Users/corinne/workspace/devtools/fabric8-ui/src/a-runtime-console/common/loading/loading.component.spec.ts.\n at successLoader (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/ts-loader/dist/index.js:41:15)\n at Object.loader (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/ts-loader/dist/index.js:21:12)"
}
14 09 2018 11:14:19.162:WARN [karma]: Test suite was empty.
Finished in 0.002 secs / 0 secs @ 11:14:19 GMT+0200 (CEST)
SUMMARY:
✔ 0 tests completed
=============================== Coverage summary ===============================
Statements : 100% ( 0/0 )
Branches : 100% ( 0/0 )
Functions : 100% ( 0/0 )
Lines : 100% ( 0/0 )
================================================================================
➜ fabric8-ui git:(upgrade) ✗
=============================== Issue with nom run build =========================================
➜ fabric8-ui git:(upgrade) ✗ npm run build
> fabric8-ui@0.0.0-development build /Users/corinne/workspace/devtools/fabric8-ui
> npm run build:dev
> fabric8-ui@0.0.0-development prebuild:dev /Users/corinne/workspace/devtools/fabric8-ui
> npm run clean:dist
> fabric8-ui@0.0.0-development clean:dist /Users/corinne/workspace/devtools/fabric8-ui
> npm run rimraf -- dist
> fabric8-ui@0.0.0-development rimraf /Users/corinne/workspace/devtools/fabric8-ui
> rimraf "dist"
> fabric8-ui@0.0.0-development build:dev /Users/corinne/workspace/devtools/fabric8-ui
> webpack --config config/webpack.dev.js --progress --profile
/Users/corinne/workspace/devtools/fabric8-ui/node_modules/webpack-cli/bin/cli.js:244
throw err;
^
Error: Cannot find module 'awesome-typescript-loader'
at Function.Module._resolveFilename (module.js:536:15)
at Function.Module._load (module.js:466:25)
at Module.require (module.js:579:17)
at require (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
at Object.<anonymous> (/Users/corinne/workspace/devtools/fabric8-ui/config/webpack.common.js:17:23)
at Module._compile (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/v8-compile-cache/v8-compile-cache.js:178:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)
at Module.require (module.js:579:17)
at require (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
at Object.<anonymous> (/Users/corinne/workspace/devtools/fabric8-ui/config/webpack.dev.js:7:22)
at Module._compile (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/v8-compile-cache/v8-compile-cache.js:178:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)
at Module.require (module.js:579:17)
at require (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
at WEBPACK_OPTIONS (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/webpack-cli/bin/convert-argv.js:133:13)
at requireConfig (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/webpack-cli/bin/convert-argv.js:135:6)
at /Users/corinne/workspace/devtools/fabric8-ui/node_modules/webpack-cli/bin/convert-argv.js:142:17
at Array.forEach (<anonymous>)
at module.exports (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/webpack-cli/bin/convert-argv.js:140:15)
at yargs.parse (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/webpack-cli/bin/cli.js:241:39)
at Object.parse (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/yargs/yargs.js:563:18)
at /Users/corinne/workspace/devtools/fabric8-ui/node_modules/webpack-cli/bin/cli.js:219:8
at Object.<anonymous> (/Users/corinne/workspace/devtools/fabric8-ui/node_modules/webpack-cli/bin/cli.js:530:3)
at Module._compile (module.js:635:30)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment