File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ cd ../htdocs-admin
7575export NODE_OPTIONS=--openssl-legacy-provider
7676npm install
7777npm run build
78+ export NODE_OPTIONS=
7879cd ../shell-api
7980npm install
8081cd ../alarm_beep
@@ -89,5 +90,16 @@ cd ../carbone-reports
8990npm install
9091cd ../backup-mongo
9192npm install
92- cd ../..
93+
94+ cd ../log-io/ui
95+ npm install
96+ npm run build
97+ cd ../server
98+ npm install
99+ npm run build
100+ cd ../inputs/file
101+ npm install
102+ npm run build
103+
104+ cd ../../../..
93105
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ cd ../htdocs-admin
6767export NODE_OPTIONS=--openssl-legacy-provider
6868npm install
6969npm run build
70+ export NODE_OPTIONS=
7071cd ../shell-api
7172npm install
7273cd ../alarm_beep
@@ -81,5 +82,14 @@ cd ../carbone-reports
8182npm install
8283cd ../backup-mongo
8384npm install
84- cd ../..
85+ cd ../log-io/ui
86+ npm install
87+ npm run build
88+ cd ../server
89+ npm install
90+ npm run build
91+ cd ../inputs/file
92+ npm install
93+ npm run build
8594
95+ cd ../../../..
Original file line number Diff line number Diff line change 66
77sudo dnf -y update
88sudo dnf -y install epel-release
9- sudo dnf -y install tar nodejs golang nginx wget chkconfig
9+ sudo dnf -y install tar nodejs npm golang nginx wget chkconfig
1010sudo dnf -y group install --with-optional " Development Tools" " .NET Development"
1111sudo update-crypto-policies --set LEGACY
1212
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ cd %SRCPATH%\htdocs-admin
105105set NODE_OPTIONS = --openssl-legacy-provider
106106call %NPM% install
107107call %NPM% run build
108+ set NODE_OPTIONS =
108109
109110cd %SRCPATH% \grafana_alert2event
110111call %NPM% install
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ set NODE_OPTIONS=--openssl-legacy-provider
106106call %NPM% i --package-lock-only
107107call %NPM% update
108108call %NPM% run build
109+ set NODE_OPTIONS =
109110cd %SRCPATH% \grafana_alert2event
110111call %NPM% i --package-lock-only
111112call %NPM% update
You can’t perform that action at this time.
0 commit comments