You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@streampipes.apache.org by "Rullo, Federico" <Fe...@gft.com> on 2022/05/30 14:35:02 UTC

Building Streampipes from suource, ui problem

Hello everyone,

I am trying to build and run SP from source.
I have followed the small guide on github, but when I run docker-compose up -d, everything starts apart from the ui.
I am using npm version 8.5.5, and running npm install -legacy-peer-deps to build the ui.
Do you know what might be the problem?

Thank you in advance,

Federico

Federico Rullo
_________________________________________________________________

GFT Italia S.r.l.
Via A. Rimassa, 51/2
16129 Genova, Italy

T +39 025 8158169
Federico.Rullo@gft.com
www.gft.com/it<http://www.gft.com/it>
https://blog.gft.com
https://www.linkedin.com/company/gft-group/
www.twitter.com/gft_it <http://www.twitter.com/gft_it>

[cid:ActoForTheFuture_GFT@1,2x_68f73108-d76e-4497-aa5c-ff8a5693ce57.png]<https://www.gft.com/it/it/about-us/Sustainability>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Societ? sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all'azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________

AW: Building Streampipes from suource, ui problem

Posted by Philipp Zehnder <ph...@bytefabrik.ai>.
Hi Frederico,

I just tried to reproduce your error. Therefore, I checked the project out into a new directory.

For me the build worked fine, I only had to use “npm install --legacy-peer-deps” to install the dependencies and then I ran “npm run build”.



Further, I updated the docker-compose command in the README to force a rebuild. But since your problem was during the npm build step, that should not be an issue for you.



In your logs it says apache-streampipes@0.69.0<ma...@0.69.0> build, which branch did you check out?

And did you apply any local changes to the code or are you using a clean branch?



Cheers,

Philipp



Von: Rullo, Federico <Fe...@gft.com>
Datum: Dienstag, 31. Mai 2022 um 16:20
An: users@streampipes.apache.org <us...@streampipes.apache.org>
Betreff: RE: Building Streampipes from suource, ui problem
Ok I redone it all over again and when I run npm run build I get this message
> apache-streampipes@0.69.0<ma...@0.69.0> build
> node ./deployment/prebuild.js && set NODE_OPTIONS=--max-old-space-size=10192 && npm run build-platform-services && ng build --configuration production

Pre-Build started.
No build config specified. Using default config for dev.
Active Angular 5 Module: spEditor
Active Angular 5 Module: spPipelines
Active Angular 5 Module: spConnect
Active Angular 5 Module: spDashboard
Active Angular 5 Module: spDataExplorer
Active Angular 5 Module: spAppOverview
Active Angular 5 Module: spAdd
Active Angular 5 Module: spFiles
Active Angular 5 Module: spConfiguration
Moved: logo.png
Moved: sp-logo-navigation.png
Moved: favicon
Moved: theme file
Moved: webpack dev config
Pre-Build finished.

> apache-streampipes@0.69.0<ma...@0.69.0> build-platform-services
> ng build @streampipes/platform-services && npm install @streampipes/platform-services@file:./dist/streampipes/platform-services --no-save

Building Angular Package
(node:16004) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use `node --trace-deprecation ...` to show where the warning was created)

------------------------------------------------------------------------------
Building entry point '@streampipes/platform-services'
------------------------------------------------------------------------------
- Compiling with Angular sources in Ivy partial compilation mode.
√ Compiling with Angular sources in Ivy partial compilation mode.
- Bundling to FESM2015
WARNING: "HttpClient" is imported from external module "@angular/common/http" but never used in "dist/streampipes/platform-services/esm2015/lib/apis/general-config.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/permissions.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/mail-config.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/measurement-units.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/pipeline-element-endpoint.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/semantic-types.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/shared-dashboard.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/user-group.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/data-view-data-explorer.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/pipeline.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/files.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/datalake-rest.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/pipeline-element.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/pipeline-canvas-metadata.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/pipeline-element-template.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/pipeline-monitoring.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/pipeline-template.service.js" and "dist/streampipes/platform-services/esm2015/lib/apis/user.service.js".
√ Bundling to FESM2015
- Bundling to UMD
√ Bundling to UMD
- Writing package metadata
√ Writing package metadata
√ Built @streampipes/platform-services

------------------------------------------------------------------------------
Built Angular Package
- from: C:\Users\fouo\incubator-streampipes\ui\projects\streampipes\platform-services
- to:   C:\Users\fouo\incubator-streampipes\ui\dist\streampipes\platform-services
------------------------------------------------------------------------------

Build at: 2022-05-31T14:19:19.984Z - Time: 13618ms


added 1 package, removed 1 package, and audited 1847 packages in 3s

182 packages are looking for funding
  run `npm fund` for details

2 moderate severity vulnerabilities

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
Schema validation failed with the following errors:
  Data path "" must NOT have additional properties(extractCss).



Federico Rullo
_________________________________________________________________

GFT Italia S.r.l.
Via A. Rimassa, 51/2
16129 Genova, Italy

T +39 025 8158169
Federico.Rullo@gft.com
www.gft.com/it<http://www.gft.com/it>
https://blog.gft.com
https://www.linkedin.com/company/gft-group/
www.twitter.com/gft_it <http://www.twitter.com/gft_it%20>

[cid:image002.png@01D8750A.4AA798D0]<https://www.gft.com/it/it/about-us/Sustainability>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all’azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________
From: Rullo, Federico <Fe...@gft.com>
Sent: martedì 31 maggio 2022 14:21
To: users@streampipes.apache.org
Subject: RE: Building Streampipes from suource, ui problem


[EXTERNAL EMAIL]
This email originated from outside of the organization or was sent unauthenticated. Do not click links or open attachments unless you confirm the sender and know the content is safe.
Hi Dominik,

I didn’t see any errors when I did the npm part and I didn’t notice anything in the logs.
I’ll try doing it without the flag from scratch, starting from mnv clean package ande see what I get.

Federico


Federico Rullo
_________________________________________________________________

GFT Italia S.r.l.
Via A. Rimassa, 51/2
16129 Genova, Italy

T +39 025 8158169
Federico.Rullo@gft.com<ma...@gft.com>
www.gft.com/it<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.gft.com%2Fit&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=A%2BIMYuS6NMNQgYXPwN5w5zT9jwzNp1Wp%2B%2B2856su2XY%3D&reserved=0>
https://blog.gft.com<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fblog.gft.com%2F&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=sT%2FLFCCEC%2FvfuoJ3M6JZr2Of3AZPxidfWtGPRBt%2FtMI%3D&reserved=0>
https://www.linkedin.com/company/gft-group/<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fgft-group%2F&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=3jz%2BiVf1y8ZM0ynok66G7GYyiydTrLHIGEfqBRdtTeU%3D&reserved=0>
www.twitter.com/gft_it <https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.twitter.com%2Fgft_it&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=2lVP%2B9Ylv22VCYkyul2iUWzda7IILtBj%2FXNPtpc2Fxs%3D&reserved=0>

[cid:image002.png@01D8750A.4AA798D0]<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.gft.com%2Fit%2Fit%2Fabout-us%2FSustainability&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=8hwMCOwqqeAxw06yPcmUYgBhNOg1d5uagOVYEGHJNhM%3D&reserved=0>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all’azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________
From: Dominik Riemer <do...@bytefabrik.ai>>
Sent: lunedì 30 maggio 2022 21:33
To: users@streampipes.apache.org<ma...@streampipes.apache.org>
Subject: RE: Building Streampipes from suource, ui problem


[EXTERNAL EMAIL]
This email originated from outside of the organization or was sent unauthenticated. Do not click links or open attachments unless you confirm the sender and know the content is safe.
Hi Frederico,

do you get any error message? Is the build running successfully or do you get any error?
I think in the current version, the –legacy-peer-deps flag is not needed anymore, but this shouldn’t cause an error.

Best,
Dominik



…………………………………………………
Dr.-Ing. Dominik Riemer

Bytefabrik.AI GmbH
Haid-und-Neu-Str. 10–14
76131 Karlsruhe
Tel.: +49 721 9654-724

dominik.riemer@bytefabrik.ai<ma...@bytefabrik.ai>
www.bytefabrik.ai<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.bytefabrik.ai%2F&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=AvqBuTf4LGPZDowQEzLh%2FW13rKFQLR7iOmY8knfWHds%3D&reserved=0> | www.twitter.com/bytefabrik<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.twitter.com%2Fbytefabrik&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Hp%2B2qV%2FCOF2uA1ch%2FmfulhwAR7PPqQNWSLM42bEwFWo%3D&reserved=0>

[cid:image003.png@01D8750A.4AA798D0]

…………………………………………………
Bytefabrik.AI GmbH
Sitz der Gesellschaft: Karlsruhe
Registergericht: Amtsgericht Mannheim, HRB 741226
Geschäftsführer: Dr.-Ing. Dominik Riemer, Philipp Zehnder, Dr.-Ing. Patrick Philipp
…………………………………………………


From: Rullo, Federico <Fe...@gft.com>>
Sent: Monday, May 30, 2022 4:35 PM
To: users@streampipes.apache.org<ma...@streampipes.apache.org>
Subject: Building Streampipes from suource, ui problem

Hello everyone,

I am trying to build and run SP from source.
I have followed the small guide on github, but when I run docker-compose up -d, everything starts apart from the ui.
I am using npm version 8.5.5, and running npm install –legacy-peer-deps to build the ui.
Do you know what might be the problem?

Thank you in advance,

Federico

Federico Rullo
_________________________________________________________________

GFT Italia S.r.l.
Via A. Rimassa, 51/2
16129 Genova, Italy

T +39 025 8158169
Federico.Rullo@gft.com<ma...@gft.com>
www.gft.com/it<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.gft.com%2Fit&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=A%2BIMYuS6NMNQgYXPwN5w5zT9jwzNp1Wp%2B%2B2856su2XY%3D&reserved=0>
https://blog.gft.com<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fblog.gft.com%2F&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=sT%2FLFCCEC%2FvfuoJ3M6JZr2Of3AZPxidfWtGPRBt%2FtMI%3D&reserved=0>
https://www.linkedin.com/company/gft-group/<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fgft-group%2F&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=3jz%2BiVf1y8ZM0ynok66G7GYyiydTrLHIGEfqBRdtTeU%3D&reserved=0>
www.twitter.com/gft_it <https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.twitter.com%2Fgft_it%2520&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=8ttXKB5ddknNSmezrwekovaTBA3f3iOQBoFCmEwi9Ho%3D&reserved=0>

[cid:image002.png@01D8750A.4AA798D0]<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.gft.com%2Fit%2Fit%2Fabout-us%2FSustainability&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=8hwMCOwqqeAxw06yPcmUYgBhNOg1d5uagOVYEGHJNhM%3D&reserved=0>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all’azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________

RE: Building Streampipes from suource, ui problem

Posted by "Rullo, Federico" <Fe...@gft.com>.
Ok I redone it all over again and when I run npm run build I get this message
> apache-streampipes@0.69.0<ma...@0.69.0> build
> node ./deployment/prebuild.js && set NODE_OPTIONS=--max-old-space-size=10192 && npm run build-platform-services && ng build --configuration production

Pre-Build started.
No build config specified. Using default config for dev.
Active Angular 5 Module: spEditor
Active Angular 5 Module: spPipelines
Active Angular 5 Module: spConnect
Active Angular 5 Module: spDashboard
Active Angular 5 Module: spDataExplorer
Active Angular 5 Module: spAppOverview
Active Angular 5 Module: spAdd
Active Angular 5 Module: spFiles
Active Angular 5 Module: spConfiguration
Moved: logo.png
Moved: sp-logo-navigation.png
Moved: favicon
Moved: theme file
Moved: webpack dev config
Pre-Build finished.

> apache-streampipes@0.69.0<ma...@0.69.0> build-platform-services
> ng build @streampipes/platform-services && npm install @streampipes/platform-services@file:./dist/streampipes/platform-services --no-save

Building Angular Package
(node:16004) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use `node --trace-deprecation ...` to show where the warning was created)

------------------------------------------------------------------------------
Building entry point '@streampipes/platform-services'
------------------------------------------------------------------------------
- Compiling with Angular sources in Ivy partial compilation mode.
√ Compiling with Angular sources in Ivy partial compilation mode.
- Bundling to FESM2015
WARNING: "HttpClient" is imported from external module "@angular/common/http" but never used in "dist/streampipes/platform-services/esm2015/lib/apis/general-config.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/permissions.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/mail-config.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/measurement-units.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/pipeline-element-endpoint.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/semantic-types.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/shared-dashboard.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/user-group.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/data-view-data-explorer.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/pipeline.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/files.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/datalake-rest.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/pipeline-element.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/pipeline-canvas-metadata.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/pipeline-element-template.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/pipeline-monitoring.service.js", "dist/streampipes/platform-services/esm2015/lib/apis/pipeline-template.service.js" and "dist/streampipes/platform-services/esm2015/lib/apis/user.service.js".
√ Bundling to FESM2015
- Bundling to UMD
√ Bundling to UMD
- Writing package metadata
√ Writing package metadata
√ Built @streampipes/platform-services

------------------------------------------------------------------------------
Built Angular Package
- from: C:\Users\fouo\incubator-streampipes\ui\projects\streampipes\platform-services
- to:   C:\Users\fouo\incubator-streampipes\ui\dist\streampipes\platform-services
------------------------------------------------------------------------------

Build at: 2022-05-31T14:19:19.984Z - Time: 13618ms


added 1 package, removed 1 package, and audited 1847 packages in 3s

182 packages are looking for funding
  run `npm fund` for details

2 moderate severity vulnerabilities

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
Schema validation failed with the following errors:
  Data path "" must NOT have additional properties(extractCss).



Federico Rullo
_________________________________________________________________

GFT Italia S.r.l.
Via A. Rimassa, 51/2
16129 Genova, Italy

T +39 025 8158169
Federico.Rullo@gft.com
www.gft.com/it<http://www.gft.com/it>
https://blog.gft.com
https://www.linkedin.com/company/gft-group/
www.twitter.com/gft_it <http://www.twitter.com/gft_it>

[cid:ActoForTheFuture_GFT@1,2x_68f73108-d76e-4497-aa5c-ff8a5693ce57.png]<https://www.gft.com/it/it/about-us/Sustainability>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all’azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________
From: Rullo, Federico <Fe...@gft.com>
Sent: martedì 31 maggio 2022 14:21
To: users@streampipes.apache.org
Subject: RE: Building Streampipes from suource, ui problem


[EXTERNAL EMAIL]
This email originated from outside of the organization or was sent unauthenticated. Do not click links or open attachments unless you confirm the sender and know the content is safe.
Hi Dominik,

I didn’t see any errors when I did the npm part and I didn’t notice anything in the logs.
I’ll try doing it without the flag from scratch, starting from mnv clean package ande see what I get.

Federico


Federico Rullo
_________________________________________________________________

GFT Italia S.r.l.
Via A. Rimassa, 51/2
16129 Genova, Italy

T +39 025 8158169
Federico.Rullo@gft.com<ma...@gft.com>
www.gft.com/it<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.gft.com%2Fit&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=A%2BIMYuS6NMNQgYXPwN5w5zT9jwzNp1Wp%2B%2B2856su2XY%3D&reserved=0>
https://blog.gft.com<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fblog.gft.com%2F&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=sT%2FLFCCEC%2FvfuoJ3M6JZr2Of3AZPxidfWtGPRBt%2FtMI%3D&reserved=0>
https://www.linkedin.com/company/gft-group/<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fgft-group%2F&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=3jz%2BiVf1y8ZM0ynok66G7GYyiydTrLHIGEfqBRdtTeU%3D&reserved=0>
www.twitter.com/gft_it <https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.twitter.com%2Fgft_it&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=2lVP%2B9Ylv22VCYkyul2iUWzda7IILtBj%2FXNPtpc2Fxs%3D&reserved=0>

[cid:image002.png@01D8750A.4AA798D0]<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.gft.com%2Fit%2Fit%2Fabout-us%2FSustainability&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=8hwMCOwqqeAxw06yPcmUYgBhNOg1d5uagOVYEGHJNhM%3D&reserved=0>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all’azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________
From: Dominik Riemer <do...@bytefabrik.ai>>
Sent: lunedì 30 maggio 2022 21:33
To: users@streampipes.apache.org<ma...@streampipes.apache.org>
Subject: RE: Building Streampipes from suource, ui problem


[EXTERNAL EMAIL]
This email originated from outside of the organization or was sent unauthenticated. Do not click links or open attachments unless you confirm the sender and know the content is safe.
Hi Frederico,

do you get any error message? Is the build running successfully or do you get any error?
I think in the current version, the –legacy-peer-deps flag is not needed anymore, but this shouldn’t cause an error.

Best,
Dominik



…………………………………………………
Dr.-Ing. Dominik Riemer

Bytefabrik.AI GmbH
Haid-und-Neu-Str. 10–14
76131 Karlsruhe
Tel.: +49 721 9654-724

dominik.riemer@bytefabrik.ai<ma...@bytefabrik.ai>
www.bytefabrik.ai<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.bytefabrik.ai%2F&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=AvqBuTf4LGPZDowQEzLh%2FW13rKFQLR7iOmY8knfWHds%3D&reserved=0> | www.twitter.com/bytefabrik<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.twitter.com%2Fbytefabrik&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Hp%2B2qV%2FCOF2uA1ch%2FmfulhwAR7PPqQNWSLM42bEwFWo%3D&reserved=0>

[cid:image003.png@01D8750A.4AA798D0]

…………………………………………………
Bytefabrik.AI GmbH
Sitz der Gesellschaft: Karlsruhe
Registergericht: Amtsgericht Mannheim, HRB 741226
Geschäftsführer: Dr.-Ing. Dominik Riemer, Philipp Zehnder, Dr.-Ing. Patrick Philipp
…………………………………………………


From: Rullo, Federico <Fe...@gft.com>>
Sent: Monday, May 30, 2022 4:35 PM
To: users@streampipes.apache.org<ma...@streampipes.apache.org>
Subject: Building Streampipes from suource, ui problem

Hello everyone,

I am trying to build and run SP from source.
I have followed the small guide on github, but when I run docker-compose up -d, everything starts apart from the ui.
I am using npm version 8.5.5, and running npm install –legacy-peer-deps to build the ui.
Do you know what might be the problem?

Thank you in advance,

Federico

Federico Rullo
_________________________________________________________________

GFT Italia S.r.l.
Via A. Rimassa, 51/2
16129 Genova, Italy

T +39 025 8158169
Federico.Rullo@gft.com<ma...@gft.com>
www.gft.com/it<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.gft.com%2Fit&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=A%2BIMYuS6NMNQgYXPwN5w5zT9jwzNp1Wp%2B%2B2856su2XY%3D&reserved=0>
https://blog.gft.com<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fblog.gft.com%2F&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=sT%2FLFCCEC%2FvfuoJ3M6JZr2Of3AZPxidfWtGPRBt%2FtMI%3D&reserved=0>
https://www.linkedin.com/company/gft-group/<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fgft-group%2F&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=3jz%2BiVf1y8ZM0ynok66G7GYyiydTrLHIGEfqBRdtTeU%3D&reserved=0>
www.twitter.com/gft_it <https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.twitter.com%2Fgft_it%2520&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=8ttXKB5ddknNSmezrwekovaTBA3f3iOQBoFCmEwi9Ho%3D&reserved=0>

[cid:image002.png@01D8750A.4AA798D0]<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.gft.com%2Fit%2Fit%2Fabout-us%2FSustainability&data=05%7C01%7CFederico.Rullo%40gft.com%7C0f03dfc945c04253785508da43001695%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895964927922492%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=8hwMCOwqqeAxw06yPcmUYgBhNOg1d5uagOVYEGHJNhM%3D&reserved=0>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all’azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________

RE: Building Streampipes from suource, ui problem

Posted by "Rullo, Federico" <Fe...@gft.com>.
Hi Dominik,

I didn't see any errors when I did the npm part and I didn't notice anything in the logs.
I'll try doing it without the flag from scratch, starting from mnv clean package ande see what I get.

Federico


Federico Rullo
_________________________________________________________________

GFT Italia S.r.l.
Via A. Rimassa, 51/2
16129 Genova, Italy

T +39 025 8158169
Federico.Rullo@gft.com
www.gft.com/it<http://www.gft.com/it>
https://blog.gft.com
https://www.linkedin.com/company/gft-group/
www.twitter.com/gft_it <http://www.twitter.com/gft_it>

[cid:ActoForTheFuture_GFT@1,2x_68f73108-d76e-4497-aa5c-ff8a5693ce57.png]<https://www.gft.com/it/it/about-us/Sustainability>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all'azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________
From: Dominik Riemer <do...@bytefabrik.ai>
Sent: lunedì 30 maggio 2022 21:33
To: users@streampipes.apache.org
Subject: RE: Building Streampipes from suource, ui problem


[EXTERNAL EMAIL]
This email originated from outside of the organization or was sent unauthenticated. Do not click links or open attachments unless you confirm the sender and know the content is safe.
Hi Frederico,

do you get any error message? Is the build running successfully or do you get any error?
I think in the current version, the -legacy-peer-deps flag is not needed anymore, but this shouldn't cause an error.

Best,
Dominik



.........................................................
Dr.-Ing. Dominik Riemer

Bytefabrik.AI GmbH
Haid-und-Neu-Str. 10-14
76131 Karlsruhe
Tel.: +49 721 9654-724

dominik.riemer@bytefabrik.ai<ma...@bytefabrik.ai>
www.bytefabrik.ai<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.bytefabrik.ai%2F&data=05%7C01%7CFederico.Rullo%40gft.com%7C95a3e06b86e3463c4b3808da427340b8%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895360027492294%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=vP4MdbaXdl4ezMiCuEgORil846OlXb0KG4nNF1mzmZA%3D&reserved=0> | www.twitter.com/bytefabrik<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.twitter.com%2Fbytefabrik&data=05%7C01%7CFederico.Rullo%40gft.com%7C95a3e06b86e3463c4b3808da427340b8%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895360027492294%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=icYjhavT0nftA9xMKpYW7t4lay81LDCUZ9rec4w%2Bs64%3D&reserved=0>

[cid:image001.png@01D874F9.AC2C9030]

.........................................................
Bytefabrik.AI GmbH
Sitz der Gesellschaft: Karlsruhe
Registergericht: Amtsgericht Mannheim, HRB 741226
Geschäftsführer: Dr.-Ing. Dominik Riemer, Philipp Zehnder, Dr.-Ing. Patrick Philipp
.........................................................


From: Rullo, Federico <Fe...@gft.com>>
Sent: Monday, May 30, 2022 4:35 PM
To: users@streampipes.apache.org<ma...@streampipes.apache.org>
Subject: Building Streampipes from suource, ui problem

Hello everyone,

I am trying to build and run SP from source.
I have followed the small guide on github, but when I run docker-compose up -d, everything starts apart from the ui.
I am using npm version 8.5.5, and running npm install -legacy-peer-deps to build the ui.
Do you know what might be the problem?

Thank you in advance,

Federico

Federico Rullo
_________________________________________________________________

GFT Italia S.r.l.
Via A. Rimassa, 51/2
16129 Genova, Italy

T +39 025 8158169
Federico.Rullo@gft.com<ma...@gft.com>
www.gft.com/it<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.gft.com%2Fit&data=05%7C01%7CFederico.Rullo%40gft.com%7C95a3e06b86e3463c4b3808da427340b8%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895360027648523%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ezFTHTYt6VTrEGymdG5A4fGEVpz6pMAhI4GPQhbrR0Y%3D&reserved=0>
https://blog.gft.com<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fblog.gft.com%2F&data=05%7C01%7CFederico.Rullo%40gft.com%7C95a3e06b86e3463c4b3808da427340b8%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895360027648523%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=6cMgK3YTUKkQRr2Qa2QKpmDccoTdg7HECJZ%2BcIXudcE%3D&reserved=0>
https://www.linkedin.com/company/gft-group/<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fgft-group%2F&data=05%7C01%7CFederico.Rullo%40gft.com%7C95a3e06b86e3463c4b3808da427340b8%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895360027648523%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=LSoa3DShCRveG%2FMVMZs%2FtvvOo1r%2FBSwt75VGCY2Atbw%3D&reserved=0>
www.twitter.com/gft_it <https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.twitter.com%2Fgft_it%2520&data=05%7C01%7CFederico.Rullo%40gft.com%7C95a3e06b86e3463c4b3808da427340b8%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895360027648523%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=XgbHlDMa1ZkO%2Bsp6fZPrBgtZaWgCuXvpt8H4mJpWUCc%3D&reserved=0>

[cid:image002.png@01D874F9.AC2C9030]<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.gft.com%2Fit%2Fit%2Fabout-us%2FSustainability&data=05%7C01%7CFederico.Rullo%40gft.com%7C95a3e06b86e3463c4b3808da427340b8%7C55a2bc67aec14ad29a9c5b2457b91dcd%7C0%7C0%7C637895360027648523%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=XLDLq3Lnj%2B%2BLaT5I4CeNxdbOpua4zBXbabxoZE5n%2Fy4%3D&reserved=0>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all'azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________

RE: Building Streampipes from suource, ui problem

Posted by Dominik Riemer <do...@bytefabrik.ai>.
Hi Frederico,

do you get any error message? Is the build running successfully or do you get any error?
I think in the current version, the -legacy-peer-deps flag is not needed anymore, but this shouldn't cause an error.

Best,
Dominik



.........................................................
Dr.-Ing. Dominik Riemer

Bytefabrik.AI GmbH
Haid-und-Neu-Str. 10-14
76131 Karlsruhe
Tel.: +49 721 9654-724

dominik.riemer@bytefabrik.ai<ma...@bytefabrik.ai>
www.bytefabrik.ai<https://www.bytefabrik.ai/> | www.twitter.com/bytefabrik<https://www.twitter.com/bytefabrik>

[cid:image001.png@01D8746C.DAEE4D10]

.........................................................
Bytefabrik.AI GmbH
Sitz der Gesellschaft: Karlsruhe
Registergericht: Amtsgericht Mannheim, HRB 741226
Geschäftsführer: Dr.-Ing. Dominik Riemer, Philipp Zehnder, Dr.-Ing. Patrick Philipp
.........................................................


From: Rullo, Federico <Fe...@gft.com>
Sent: Monday, May 30, 2022 4:35 PM
To: users@streampipes.apache.org
Subject: Building Streampipes from suource, ui problem

Hello everyone,

I am trying to build and run SP from source.
I have followed the small guide on github, but when I run docker-compose up -d, everything starts apart from the ui.
I am using npm version 8.5.5, and running npm install -legacy-peer-deps to build the ui.
Do you know what might be the problem?

Thank you in advance,

Federico

Federico Rullo
_________________________________________________________________

GFT Italia S.r.l.
Via A. Rimassa, 51/2
16129 Genova, Italy

T +39 025 8158169
Federico.Rullo@gft.com<ma...@gft.com>
www.gft.com/it<http://www.gft.com/it>
https://blog.gft.com
https://www.linkedin.com/company/gft-group/
www.twitter.com/gft_it <http://www.twitter.com/gft_it%20>

[cid:image002.png@01D8746C.DAEE4D10]<https://www.gft.com/it/it/about-us/Sustainability>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta elettronica ed Internet del Garante Privacy si rende noto che le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque, destinate esclusivamente alle persone o alla Società sopraindicati. Le stesse non sono da considerarsi comunicazioni personali, quindi eventuali risposte potranno essere conosciute da persone appartenenti all'azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) and Guidelines Applying to the Use of E-Mails and the Internet in the Employment Context of Italian Data Protection Authority it is announced that the information in this communication (which includes any documents with it) is confidential and meant only for above-mentioned persons and/or Companies; the information is not personal therefore, It is intended for the addressee only and any replies will be known by people belonging to the company.
_________________________________________________________________