micahstubbs commented on issue #2075: URL: https://github.com/apache/helix/issues/2075#issuecomment-1145201906
```py yarn e2e yarn run v1.22.1 $ ng e2e ``` > Protractor has been deprecated including its support in the Angular CLI. For additional information and alternatives, please see https://github.com/angular/protractor/issues/5502. ```py [11:48:07] I/file_manager - creating folder /helix/helix-front/node_modules/webdriver-manager/selenium [11:48:07] I/config_source - curl -o/helix/helix-front/node_modules/webdriver-manager/selenium/chrome-response.xml https://chromedriver.storage.googleapis.com/ [11:48:09] I/downloader - curl -o/helix/helix-front/node_modules/webdriver-manager/selenium/chromedriver_102.0.5005.61.zip https://chromedriver.storage.googleapis.com/102.0.5005.61/chromedriver_mac64.zip [11:48:09] I/update - chromedriver: unzipping chromedriver_102.0.5005.61.zip [11:48:09] I/update - chromedriver: setting permissions to 0755 for /helix/helix-front/node_modules/webdriver-manager/selenium/chromedriver_102.0.5005.61 ``` ✔ Browser application bundle generation complete. |Initial Chunk Files | Names | Raw Size| |---|---|---| |vendor.js | vendor | 10.13 MB | |main.js | main | 2.46 MB | |polyfills.js | polyfills | 267.55 kB | |styles.css | styles | 121.98 kB | |runtime.js | runtime | 6.71 kB | | | Initial Total | 12.98 MB | Build at: 2022-06-02T18:48:35.397Z - Hash: 0c678c5b57bcb89d - Time: 22418ms Warning: /helix/helix-front/node_modules/@swimlane/ngx-graph/fesm2015/swimlane-ngx-graph.mjs depends on 'dagre'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies Warning: /helix/helix-front/node_modules/@swimlane/ngx-graph/fesm2015/swimlane-ngx-graph.mjs depends on 'webcola'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies Warning: /helix/helix-front/node_modules/ngx-vis/__ivy_ngcc__/fesm2015/ngxvis.js depends on 'vis-network'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies Warning: /helix/helix-front/node_modules/ngx-vis/__ivy_ngcc__/fesm2015/ngxvis.js depends on 'vis-timeline'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies ** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** ✔ Compiled successfully. [11:48:36] I/launcher - Running 1 instances of WebDriver [11:48:36] I/direct - Using ChromeDriver directly... WARN: jasmine-spec-reporter 'displayStacktrace' option supports value ('none', 'raw', 'pretty'), default to 'none' [11:48:38] E/launcher - Error: TSError: ⨯ Unable to compile TypeScript Cannot find type definition file for 'jasmine'. The file is in the program because: Entry point of type library 'jasmine' specified in compilerOptions (2688) Cannot find type definition file for 'node'. The file is in the program because: Entry point of type library 'node' specified in compilerOptions (2688) e2e/app.e2e-spec.ts (1,29): Cannot find module './app.po' or its corresponding type declarations. (2307) e2e/app.e2e-spec.ts (3,1): Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig. (2593) e2e/app.e2e-spec.ts (6,3): Cannot find name 'beforeEach'. (2304) e2e/app.e2e-spec.ts (10,3): Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig. (2593) e2e/app.e2e-spec.ts (12,5): Cannot find name 'expect'. (2304) at getOutput (/helix/helix-front/node_modules/ts-node/src/index.ts:312:17) at /helix/helix-front/node_modules/ts-node/src/index.ts:343:18 at Object.compile (/helix/helix-front/node_modules/ts-node/src/index.ts:476:19) at Module.m._compile (/helix/helix-front/node_modules/ts-node/src/index.ts:406:44) at Module._extensions..js (internal/modules/cjs/loader.js:1101:10) at Object.require.extensions.<computed> [as .ts] (/helix/helix-front/node_modules/ts-node/src/index.ts:409:12) at Module.load (internal/modules/cjs/loader.js:937:32) at Function.Module._load (internal/modules/cjs/loader.js:778:12) at Module.require (internal/modules/cjs/loader.js:961:19) at require (internal/modules/cjs/helpers.js:92:18) [11:48:38] E/launcher - Process exited with error code 100 error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
