aamirshaikh7 commented on issue #877:
URL: https://github.com/apache/streampipes/issues/877#issuecomment-1364033083

   I have removed Cypress model from .eslintignore and .prettierignore.
   
   I'm using Node v19.3.0 and npm version 9.2.0
   
   `npm install --legacy-peer-deps`
   
   ```
   npm WARN deprecated [email protected]: See 
https://github.com/lydell/source-map-url#deprecated
   npm WARN deprecated [email protected]: Please see 
https://github.com/lydell/urix#deprecated
   npm WARN deprecated [email protected]: Chokidar 2 does not receive security 
updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
   npm WARN deprecated [email protected]: See 
https://github.com/lydell/source-map-resolve#deprecated    
   npm WARN deprecated [email protected]: 
https://github.com/lydell/resolve-url#deprecated
   npm WARN deprecated [email protected]: Please use 
@jridgewell/sourcemap-codec instead
   npm WARN deprecated [email protected]: The querystring API is considered 
Legacy. new code should use the URLSearchParams API instead.
   npm WARN deprecated [email protected]: See 
https://github.com/lydell/source-map-resolve#deprecated    
   npm WARN deprecated [email protected]: Redundant dependency in your project.
   npm WARN deprecated @npmcli/[email protected]: This functionality has been 
moved to @npmcli/fs
   npm WARN deprecated @angular/[email protected]: This package has 
been deprecated. Please see 
https://blog.angular.io/modern-css-in-angular-layouts-4a259dca9127
   
   > [email protected] prepare
   > cd ../ && husky install ./ui/.husky
   
   husky - Git hooks installed
   
   added 2289 packages, and audited 2290 packages in 7m
   
   258 packages are looking for funding
     run `npm fund` for details
   
   14 vulnerabilities (1 moderate, 13 high)
   
   To address issues that do not require attention, run:
     npm audit fix
   
   To address all issues possible (including breaking changes), run:
     npm audit fix --force
   
   Some issues need review, and may require choosing
   a different dependency.
   
   Run `npm audit` for details.
   ```
   
   `npm run build`
   
   ```
   > [email protected] build
   > node ./deployment/prebuild.js && set 
NODE_OPTIONS=--max-old-space-size=8192 && npm run build-libraries && ng build 
--configuration production
   
   Pre-Build started.
   No build config specified. Using default config for dev.
   Active Angular Module: spPipelines
   Active Angular Module: spConnect
   Active Angular Module: spDashboard
   Active Angular Module: spDataExplorer
   Active Angular Module: spAppOverview
   Active Angular Module: spAdd
   Active Angular Module: spAssets
   Active Angular Module: spFiles
   Active Angular Module: spConfiguration
   Moved: logo.png
   Moved: sp-logo-navigation.png
   Moved: favicon
   Moved: theme file
   Moved: webpack dev config
   Pre-Build finished.
   
   > [email protected] build-libraries
   > npm run build-libs && npm run install-libs
   
   
   > [email protected] build-libs
   > ng build @streampipes/platform-services && ng build @streampipes/shared-ui
   
   Node.js version v19.3.0 detected.
   Odd numbered Node.js versions will not enter LTS status and should not be 
used for production. For more information, please see 
https://nodejs.org/en/about/releases/.
   Building Angular Package
   
   
------------------------------------------------------------------------------
   Building entry point '@streampipes/platform-services'
   
------------------------------------------------------------------------------
   ✔ Compiling with Angular sources in Ivy partial compilation mode.
   ✔ Generating FESM2020
   ✔ Generating FESM2015
   ✔ Copying assets
   ℹ Removing devDependencies section in package.json.
   ✔ Writing package manifest
   ✔ Built @streampipes/platform-services
   
   
------------------------------------------------------------------------------
   Built Angular Package
    - from: D:\root\Code\Open 
source\streampipes\ui\projects\streampipes\platform-services
    - to:   D:\root\Code\Open 
source\streampipes\ui\dist\streampipes\platform-services
   
------------------------------------------------------------------------------
   
   Build at: 2022-12-23T14:17:14.951Z - Time: 14062ms
   
   Node.js version v19.3.0 detected.
   Odd numbered Node.js versions will not enter LTS status and should not be 
used for production. For more information, please see 
https://nodejs.org/en/about/releases/.
   Building Angular Package
   
   
------------------------------------------------------------------------------
   Building entry point '@streampipes/shared-ui'
   
------------------------------------------------------------------------------
   ✔ Compiling with Angular sources in Ivy partial compilation mode.
   ✔ Generating FESM2020
   ✔ Generating FESM2015
   ✔ Copying assets
   ✔ Writing package manifest
   ✔ Built @streampipes/shared-ui
   
   
------------------------------------------------------------------------------
   Built Angular Package
    - from: D:\root\Code\Open 
source\streampipes\ui\projects\streampipes\shared-ui
    - to:   D:\root\Code\Open source\streampipes\ui\dist\streampipes\shared-ui
   
------------------------------------------------------------------------------
   
   Build at: 2022-12-23T14:17:22.767Z - Time: 5848ms
   
   
   > [email protected] install-libs
   > npm install 
@streampipes/platform-services@file:./dist/streampipes/platform-services 
@streampipes/shared-ui@file:./dist/streampipes/shared-ui --no-save
   
   npm WARN ERESOLVE overriding peer dependency
   npm WARN While resolving: [email protected]
   npm WARN Found: [email protected]
   npm WARN node_modules/rxjs
   npm WARN   peer rxjs@">=6.6.3" from 
@angular-architects/[email protected]
   npm WARN   node_modules/@angular-architects/module-federation
   npm WARN     @angular-architects/module-federation@"^14.3.14" from the root 
project
   npm WARN   18 more (@angular/cdk, @angular/common, @angular/core, ...)
   npm WARN
   npm WARN Could not resolve dependency:
   npm WARN peer rxjs@"^6.0.0" from [email protected]
   npm WARN node_modules/rxjs-for-await
   npm WARN   rxjs-for-await@"0.0.2" from @nrwl/[email protected]
   npm WARN   node_modules/@nrwl/tao
   npm WARN
   npm WARN Conflicting peer dependency: [email protected]
   npm WARN node_modules/rxjs
   npm WARN   peer rxjs@"^6.0.0" from [email protected]
   npm WARN   node_modules/rxjs-for-await
   npm WARN     rxjs-for-await@"0.0.2" from @nrwl/[email protected]
   npm WARN     node_modules/@nrwl/tao
   
   added 2 packages, removed 1 package, and audited 2292 packages in 14s
   
   258 packages are looking for funding
     run `npm fund` for details
   
   15 vulnerabilities (2 moderate, 13 high)
   
   To address issues that do not require attention, run:
     npm audit fix
   
   To address all issues possible (including breaking changes), run:
     npm audit fix --force
   
   Some issues need review, and may require choosing
   a different dependency.
   
   Run `npm audit` for details.
   Node.js version v19.3.0 detected.
   Odd numbered Node.js versions will not enter LTS status and should not be 
used for production. For more information, please see 
https://nodejs.org/en/about/releases/.
   ⠙ Generating browser application bundles (phase: setup)...Processing legacy 
"View Engine" libraries:
   - @ngx-loading-bar/core [es2015/esm2015] 
(https://github.com/aitboudad/ngx-loading-bar.git)
   - @auth0/angular-jwt [es2015/esm2015] 
(git+https://github.com/auth0/angular2-jwt)
   - angular-plotly.js [es2015/esm2015] ()
   - ngx-color-picker [es2015/esm2015] ()
   - ngx-showdown [es2015/esm2015] 
(https://github.com/yisraelx/ngx-showdown.git)
   - @circlon/angular-tree-component [es2015/esm2015] 
(https://github.com/CirclonGroup/angular-tree-component.git)
   - @asymmetrik/ngx-leaflet [module/esm5] 
(https://github.com/Asymmetrik/ngx-leaflet.git)
   - @ngx-loading-bar/http-client [es2015/esm2015] 
(https://github.com/aitboudad/ngx-loading-bar.git)
   Encourage the library authors to publish an Ivy distribution.
   ✔ Browser application bundle generation complete.
   ✔ Copying assets complete.
   ✔ Index html generation complete.
   
   Initial Chunk Files           | Names         |  Raw Size | Estimated 
Transfer Size
   main.4de047acc166de96.js      | main          |   7.13 MB |                 
1.39 MB
   scripts.c43a350a022f7435.js   | scripts       |   4.13 MB |                 
1.01 MB
   polyfills.8c9bd5b96c65f0c3.js | polyfills     |   1.56 MB |               
304.64 kB
   styles.f37f3afe7ea647ab.css   | styles        | 500.39 kB |                
56.69 kB
   runtime.ce57a00b859f65f6.js   | runtime       |  18.28 kB |                 
4.27 kB
   
                                 | Initial Total |  13.33 MB |                 
2.76 MB
   
   Lazy Chunk Files              | Names         |  Raw Size | Estimated 
Transfer Size
   918.23e0dc1248177c8f.js       | echarts       | 628.87 kB |               
166.30 kB
   971.db6f19931fcef8ad.js       | quill         | 209.60 kB |                
42.15 kB
   
   Build at: 2022-12-23T14:20:40.919Z - Hash: b8f17da653c3c71a - Time: 169766ms
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\@asymmetrik\ngx-leaflet\__ivy_ngcc__\dist\leaflet\core\leaflet.directive.js
 depends on 'leaflet'. CommonJS or AMD dependencies can cause optimization 
bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\@swimlane\ngx-charts\fesm2020\swimlane-ngx-charts.mjs
 depends on 'rfdc'. CommonJS or AMD dependencies can cause optimization 
bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\ngx-quill\fesm2020\ngx-quill.mjs depends on 
'quill'. CommonJS or AMD dependencies can cause optimization bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\ngx-showdown\__ivy_ngcc__\fesm2015\ngx-showdown.js
 depends on 'showdown'. CommonJS or AMD dependencies can cause optimization 
bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\react-redux\es\components\connectAdvanced.js 
depends on 'hoist-non-react-statics'. CommonJS or AMD dependencies can cause 
optimization bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-client\es\specmap\helpers.js depends 
on 'traverse'. CommonJS or AMD dependencies can cause optimization bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on '@babel/runtime-corejs3/regenerator'. CommonJS or AMD dependencies 
can cause optimization bailouts. 
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on '@braintree/sanitize-url'. CommonJS or AMD dependencies can cause 
optimization bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'base64-js'. CommonJS or AMD dependencies can cause optimization 
bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'classnames'. CommonJS or AMD dependencies can cause optimization 
bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'css.escape'. CommonJS or AMD dependencies can cause optimization 
bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'dompurify'. CommonJS or AMD dependencies can cause optimization 
bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'ieee754'. CommonJS or AMD dependencies can cause optimization 
bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'immutable'. CommonJS or AMD dependencies can cause optimization 
bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'js-file-download'. CommonJS or AMD dependencies can cause 
optimization bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'prop-types'. CommonJS or AMD dependencies can cause optimization 
bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'randexp'. CommonJS or AMD dependencies can cause optimization 
bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'react-copy-to-clipboard'. CommonJS or AMD dependencies can cause 
optimization bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'react-debounce-input'. CommonJS or AMD dependencies can cause 
optimization bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'react-immutable-proptypes'. CommonJS or AMD dependencies can cause 
optimization bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'redux-immutable'. CommonJS or AMD dependencies can cause 
optimization bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'serialize-error'. CommonJS or AMD dependencies can cause 
optimization bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'url-parse'. CommonJS or AMD dependencies can cause optimization 
bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'xml-but-prettier'. CommonJS or AMD dependencies can cause 
optimization bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\node_modules\swagger-ui\dist\swagger-ui-es-bundle-core.js 
depends on 'zenscroll'. CommonJS or AMD dependencies can cause optimization 
bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\src\app\connect\components\adapter-configuration\schema-editor\event-schema\event-schema.component.ts
 depends on 'angular2-uuid'. CommonJS or AMD dependencies can cause 
optimization bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\src\app\core-ui\image\services\BrushLabeling.service.ts 
depends on 'konva'. CommonJS or AMD dependencies can cause optimization 
bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\src\app\core-ui\static-properties\static-code-input\static-code-input.component.ts
 depends on 'jshint'. CommonJS or AMD dependencies can cause optimization 
bailouts.    
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\src\app\editor\services\pipeline-positioning.service.ts 
depends on 'dagre'. CommonJS or AMD dependencies can cause optimization 
bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: D:\root\Code\Open 
source\streampipes\ui\src\app\pipelines\pipelines.component.ts depends on 
'file-saver'. CommonJS or AMD dependencies can cause optimization bailouts.
   For more info see: 
https://angular.io/guide/build#configuring-commonjs-dependencies
   
   Warning: ▲ [WARNING] Expected identifier but found "*" [css-syntax-error]
   
       styles.cb03237a769a8a20.css:6059:16:
         6059 │ .swagger-ui .cf{*zoom:1}
              ╵                 ^
   
   
   
   Warning: ▲ [WARNING] Expected identifier but found "*" [css-syntax-error]
   
       styles.cb03237a769a8a20.css:7864:2:
         7864 │   *zoom: 1;
              ╵   ^
   
   
   
   Warning: ▲ [WARNING] Expected identifier but found "*" [css-syntax-error]
   
       styles.cb03237a769a8a20.css:7908:2:
         7908 │   *display: inline;
              ╵   ^
   
   
   
   Warning: ▲ [WARNING] Expected identifier but found "*" [css-syntax-error]
   
       styles.cb03237a769a8a20.css:7910:2:
         7910 │   *vertical-align: auto;
              ╵   ^
   
   
   
   Warning: ▲ [WARNING] Expected identifier but found "*" [css-syntax-error]
   
       styles.cb03237a769a8a20.css:7911:2:
         7911 │   *zoom: 1;
              ╵   ^
   
   
   
   Warning: ▲ [WARNING] Expected identifier but found "*" [css-syntax-error]
   
       styles.cb03237a769a8a20.css:8053:2:
         8053 │   *zoom: 1;
              ╵   ^
   
   
   
   Warning: ▲ [WARNING] Expected identifier but found "*" [css-syntax-error]
   
       styles.cb03237a769a8a20.css:8150:2:
         8150 │   *display: inline;
              ╵   ^
   
   
   
   Warning: ▲ [WARNING] Expected identifier but found "*" [css-syntax-error]
   
       styles.cb03237a769a8a20.css:8152:2:
         8152 │   *vertical-align: auto;
              ╵   ^
   
   
   
   Warning: ▲ [WARNING] Expected identifier but found "*" [css-syntax-error]
   
       styles.cb03237a769a8a20.css:8153:2:
         8153 │   *zoom: 1;
              ╵   ^
   
   
   
   Warning: ▲ [WARNING] Expected identifier but found "*" [css-syntax-error]
   
       styles.cb03237a769a8a20.css:14008:2:
         14008 │   *border-right-width: 2px;
               ╵   ^
   
   
   
   Warning: ▲ [WARNING] Expected identifier but found "*" [css-syntax-error]
   
       styles.cb03237a769a8a20.css:14009:2:
         14009 │   *border-bottom-width: 2px;
               ╵   ^
   ```
   
   I can see getting few warning messages while building the project, haven't 
come across any errors.


-- 
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]

Reply via email to