broweratcognitecdotcom
broweratcognitecdotcom
From .src/tsconfig.es5.json: // This file is used by ngc to create the files in the build directory { "compilerOptions": { "declaration": true, "module": "es2015", **"target": "es5",** "baseUrl": ".", . ....
> @cognitec/[email protected] build /build/brower/gitrepos/FaceVACS-VideoScan-WA-Development/src/packages/@cognitec/http-request-indicator > gulp build gulp[17785]: ../src/node_contextify.cc:629:static void node::contextify::ContextifyScript::New(const v8::FunctionCallbackInfo&): Assertion `args[1]->IsString()' failed. 1: node::Abort() [gulp] 2: 0x8938b5 [gulp] 3: node::contextify::ContextifyScript::New(v8::FunctionCallbackInfo const&) [gulp] 4: 0xaff5e8 [gulp] 5: v8::internal::Builtin_HandleApiCall(int,...
npm ERR! notarget Valid install targets: npm ERR! notarget 0.0.1, 0.0.11, 0.0.3, 0.0.4, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.2.1, 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.7.0,...
The generator generates a single module containing all of the components, services, etc. It is not obvious how to separate the library's module into various feature modules. Can you please...
We constantly have to edit package.json files and tsconfig.es5.json because we use a company namespace, examples: @cognitec/ui, @cognitec/authentication, etc. When I want to use the generator, I am in .../@cognitec/...
npm run lint yields many erroneous issues: variable 'someVariable' used before declaration. It happens on imports. Also, it seems like not all of a specific error is found across all...