Hello Admin,
gulp is installed,, by using the command "gulp --v" I got this:
CLI version: 2.3.0
Local version: 4.0.2
So, gulp has to be installed, right?
By using: "gulp cssRelease" I get this errormessage:
[11:24:38] Using gulpfile ~/Dokumente/sesoco/DS/StudioLite/studio-lite/gulpfile.js
[11:24:38] Starting 'cssRelease'...
[11:24:38] The following tasks did not complete: cssRelease
[11:24:38] Did you forget to signal async completion?
------------------------------------------------------
And no, I have no experience in nodejs development, I am new in the IT.
EDIT2:
I ran
ng --version
npm install --save-dev @angular/cli@latest
ng --versionupdate angular/cli,,
and the errormessages are getting shorter after running npm run release_jit:
> studioweb 0.1.774 release_jit /home/danielw/Dokumente/sesoco/DS/StudioLite/studio-lite
> npm run x_cssRelease && rm -r -f ./dist && npm run x_bump && npm run x_prod_jit && npm run x_sw && npm run x_rsync
> studioweb 0.1.774 x_cssRelease /home/danielw/Dokumente/sesoco/DS/StudioLite/studio-lite
> gulp cssRelease
gulp[8240]: ../src/node_contextify.cc:659:static void node::contextify::ContextifyScript::New(const v8::FunctionCallbackInfo<v8::Value>&): Assertion `args[1]->IsString()' failed.
1: 0x561dcff28131 node::Abort() [gulp]
2: 0x561dcff281c7 [gulp]
3: 0x561dcff1a271 node::contextify::ContextifyScript::New(v8::FunctionCallbackInfo<v8::Value> const&) [gulp]
4: 0x561dd0111bb7 v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) [gulp]
5: 0x561dd01124e1 [gulp]
6: 0x561dd01127db [gulp]
7: 0x561dd0113156 v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [gulp]
8: 0x561dd08a3d19 [gulp]
sh: Zeile 1: 8229 Abgebrochen (Speicherabzug geschrieben) npm run x_cssRelease
npm ERR! code ELIFECYCLE
npm ERR! errno 134
npm ERR! studioweb 0.1.774 release_jit: `npm run x_cssRelease && rm -r -f ./dist && npm run x_bump && npm run x_prod_jit && npm run x_sw && npm run x_rsync`
npm ERR! Exit status 134
npm ERR!
npm ERR! Failed at the studioweb 0.1.774 release_jit script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/danielw/.npm/_logs/2020-07-25T10_29_57_459Z-debug.log
EDIT3:
Ooh, and gulp cssRelease gives me this message:
gulp cssRelease[13491]: ../src/node_contextify.cc:659:static void node::contextify::ContextifyScript::New(const v8::FunctionCallbackInfo<v8::Value>&): Assertion `args[1]->IsString()' failed.
1: 0x5614dc0bd131 node::Abort() [gulp cssRelease]
2: 0x5614dc0bd1c7 [gulp cssRelease]
3: 0x5614dc0af271 node::contextify::ContextifyScript::New(v8::FunctionCallbackInfo<v8::Value> const&) [gulp cssRelease]
4: 0x5614dc2a6bb7 v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) [gulp cssRelease]
5: 0x5614dc2a74e1 [gulp cssRelease]
6: 0x5614dc2a77db [gulp cssRelease]
7: 0x5614dc2a8156 v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [gulp cssRelease]
8: 0x5614dca38d19 [gulp cssRelease]
[1] 13491 abort (core dumped) gulp cssRelease