ibmdb / node-ibm_db

IBM DB2 and IBM Informix bindings for node
MIT License
190 stars 151 forks source link

Problem db2 v10.1 linux #999

Closed PereiraMV closed 2 months ago

PereiraMV commented 2 months ago

Hello, I managed to install and connect to db2 on windows 64. I installed first ibm_db with npm install on node_modules/ibm_db then I set the variable $env:IBM_DB_HOME="pathToFile\v10.1fp6_ntx64_odbc_cli\clidriver" and this works on Windows.

I want to connect throught CI/CD of my organisation (linux container). The install goes well (after some modifications to not install outside of proxy)

$ npm install --nodedir=../../linuxCypress/node-v20.15.1 --unsafe_perm ibm_db --verbose npm verbose cli /usr/local/bin/node /usr/local/bin/npm npm info using npm@10.8.1 npm info using node@v20.16.0 npm verbose title npm install ibm_db npm verbose argv "install" "--nodedir" "../../linuxCypress/node-v20.15.1" "--unsafe_perm" "ibm_db" "--loglevel" "verbose" npm verbose logfile logs-max:10 dir:/root/.npm/_logs/2024-08-13T08_31_11_497Z- npm verbose logfile /root/.npm/_logs/2024-08-13T08_31_11_497Z-debug-0.log npm http fetch GET 200 https://registry.npmjs.org/ibm_db 644ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fcore 58ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@ampproject%2fremapping 69ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2ftraverse 73ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2ftemplate 159ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-compilation-targets 166ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelpers 171ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fgenerator 181ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fcode-frame 191ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-module-transforms 199ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/convert-source-map 62ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/gensync 53ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/semver 45ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/json5 97ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fcore 9ms (cache hit) npm http fetch GET 200 https://registry.npmjs.org/jsesc 67ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhighlight 81ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-validator-option 82ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-simple-access 82ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-module-imports 87ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fcompat-data 92ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/lru-cache 96ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/globals 43ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/chalk 41ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/yallist 40ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 38ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/ansi-styles 48ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/supports-color 49ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fpreset-env 65ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/babel-loader 39ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/webpack 108ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-bugfix-firefox-class-in-computed-class-key 68ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-bugfix-v8-static-class-fields-redefine-readonly 66ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-private-property-in-object 78ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-async-generators 83ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-bugfix-safari-class-field-initializer-scope 96ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-bugfix-safari-id-destructuring-collision-in-function-expression 99ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining 102ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-class-static-block 45ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-class-properties 50ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-dynamic-import 56ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-export-namespace-from 67ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-import-assertions 67ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-import-attributes 72ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-import-meta 73ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-json-strings 69ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-nullish-coalescing-operator 50ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-object-rest-spread 43ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-numeric-separator 54ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-logical-assignment-operators 123ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-top-level-await 64ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-private-property-in-object 73ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-optional-catch-binding 102ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-optional-chaining 101ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-unicode-sets-regex 81ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-arrow-functions 88ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-async-generator-functions 70ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-block-scoped-functions 80ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-class-properties 85ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-class-static-block 81ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-async-to-generator 125ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-block-scoping 112ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-classes 93ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-computed-properties 84ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-destructuring 65ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-dotall-regex 62ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-duplicate-named-capturing-groups-regex 79ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-dynamic-import 77ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-duplicate-keys 96ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-exponentiation-operator 80ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-export-namespace-from 76ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-for-of 68ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-json-strings 110ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-logical-assignment-operators 107ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-literals 115ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-function-name 136ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-member-expression-literals 115ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-amd 111ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-umd 89ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-numeric-separator 77ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-systemjs 105ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-nullish-coalescing-operator 93ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-new-target 104ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-named-capturing-groups-regex 113ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-object-rest-spread 48ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-optional-catch-binding 53ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-object-super 80ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-optional-chaining 74ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-private-methods 79ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-private-property-in-object 64ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-parameters 95ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-commonjs 309ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-property-literals 65ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-regenerator 61ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-shorthand-properties 74ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-reserved-words 103ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-spread 88ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-sticky-regex 89ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-template-literals 86ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-unicode-escapes 70ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-typeof-symbol 89ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-unicode-property-regex 58ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-unicode-regex 59ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-corejs2 70ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fpreset-modules 83ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-unicode-sets-regex 100ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-regenerator 69ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/find-cache-dir 46ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-corejs3 86ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/core-js-compat 67ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/schema-utils 33ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-optional-chaining 17ms (cache hit) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-skip-transparent-expression-wrappers 79ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator 83ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin 89ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator 92ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-replace-supers 82ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-create-class-features-plugin 102ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-create-class-features-plugin 109ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin 33ms (cache hit) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin 25ms (cache hit) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin 40ms (cache hit) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-replace-supers 35ms (cache hit) npm http fetch GET 200 https://registry.npmjs.org/regenerator-transform 37ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure 82ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-builder-binary-assignment-operator-visitor 70ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure 62ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/esutils 51ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/core-js-compat 21ms (cache hit) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider 54ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider 46ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider 46ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/regexpu-core 58ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/regenerate-unicode-properties 45ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/regenerate 47ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/unicode-match-property-ecmascript 47ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/unicode-match-property-value-ecmascript 48ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/regjsparser 51ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fregjsgen 54ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-wrap-function 71ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-optimise-call-expression 44ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-member-expression-to-functions 46ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel%2fruntime 75ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/common-path-prefix 53ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/pkg-dir 56ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/ajv-formats 58ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/ajv-keywords 63ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/ajv 74ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/lodash.debounce 38ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/resolve 40ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/path-parse 43ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/is-core-module 44ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/supports-preserve-symlinks-flag 45ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/find-up 32ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/locate-path 36ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/path-exists 55ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/regenerator-runtime 38ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/jsesc 16ms (cache hit) npm http fetch GET 200 https://registry.npmjs.org/unicode-canonical-property-names-ecmascript 46ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/unicode-property-aliases-ecmascript 50ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/has-flag 35ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/color-convert 44ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/color-name 36ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/ajv 18ms (cache hit) npm http fetch GET 200 https://registry.npmjs.org/json-schema-traverse 50ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/fast-uri 52ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/require-from-string 52ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/p-locate 33ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/p-limit 34ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/yocto-queue 46ms (cache miss) npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 534ms npm http fetch GET 200 https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz 760ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz 839ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz 843ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz 829ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz 840ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz 846ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz 902ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-4.0.0.tgz 862ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz 910ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz 927ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz 950ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz 1004ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz 1027ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz 1026ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz 1028ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz 1095ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz 1112ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz 1111ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz 1122ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz 1183ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz 1181ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz 1179ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz 1226ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz 1247ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz 1213ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz 1212ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz 1254ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz 1286ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz 1275ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz 1410ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz 1379ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz 1381ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz 1375ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz 1402ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz 1480ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz 1471ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz 1451ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz 1548ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz 1540ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz 1540ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz 1582ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz 1573ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz 1584ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz 1651ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz 1620ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz 1648ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz 1642ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz 1637ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz 1637ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz 1618ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz 1756ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz 1658ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz 1638ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz 1629ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz 1626ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz 1628ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz 1741ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz 1679ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz 1651ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz 1692ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz 1684ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz 1737ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz 1736ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz 1710ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz 1705ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz 1726ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz 1722ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz 1719ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz 1715ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz 1696ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz 1686ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz 1737ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz 1735ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz 1735ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz 1726ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz 1724ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz 1741ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.3.tgz 1738ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz 1715ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz 1712ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/globals/-/globals-11.12.0.tgz 1748ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz 1778ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz 1679ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz 1685ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz 1868ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz 1865ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz 1851ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz 1839ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz 1707ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz 1697ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz 1694ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz 1905ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz 1853ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz 1724ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz 1707ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz 1713ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz 1701ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz 1861ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz 1800ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz 1713ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz 1710ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-6.3.1.tgz 1709ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz 1704ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz 1703ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz 1702ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz 1863ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz 1872ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz 1728ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz 1716ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz 1718ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz 1716ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz 1881ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz 1728ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz 1742ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz 1720ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz 1720ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz 1720ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz 1912ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz 1885ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz 1884ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-6.3.1.tgz 1735ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-6.3.1.tgz 1733ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-6.3.1.tgz 1721ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-6.3.1.tgz 1723ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz 1728ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz 1924ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz 1882ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz 1850ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz 1856ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz 1879ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz 1960ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz 1927ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz 1972ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz 1971ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-6.3.1.tgz 1781ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz 1954ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz 1950ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz 1971ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz 1954ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz 1979ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz 1953ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/minimatch 1579ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/jsonwebtoken 1586ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz 2022ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/nanoid 1658ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/axios 1671ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz 2043ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz 2071ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz 1920ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/json5/-/json5-2.2.3.tgz 1986ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz 2110ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz 1988ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.0.tgz 2170ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz 2182ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz 2210ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz 2191ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz 2202ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz 2295ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz 2415ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz 2632ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz 2732ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz 2590ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/ibm_db 595ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz 2721ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/mocha 85ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/mocha-junit-reporter 82ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/cypress-multi-reporters 94ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/mochawesome 100ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz 3326ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz 3281ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz 3275ms (cache miss) npm http fetch GET 200 https://registry.npmjs.org/ibm_db/-/ibm_db-3.2.4.tgz 3463ms (cache miss) npm info run ibm_db@3.2.4 install node_modules/ibm_db node installer/driverInstall.js npm info run ibm_db@3.2.4 install { code: 0, signal: null } added 162 packages, changed 1 package, and audited 681 packages in 10s 92 packages are looking for funding run npm fund for details 6 vulnerabilities (1 moderate, 5 high) To address all issues (including breaking changes), run: npm audit fix --force Run npm audit for details. npm verbose cwd /builds/automatisation-applications/api-sinistre npm verbose os Linux 3.10.0-1160.114.2.el7.x8664 npm verbose node v20.16.0 npm verbose npm v10.8.1 npm verbose exit 0 npm info ok

but I'm getting an error when executing.

Error: Could not locate the bindings file. Tried: → /buildsapp/project/node_modules/ibm_db/build/odbc_bindings.node → /buildsapp/project/node_modules/ibm_db/build/Debug/odbc_bindings.node → /buildsapp/project/node_modules/ibm_db/build/Release/odbc_bindings.node → /buildsapp/project/node_modules/ibm_db/out/Debug/odbc_bindings.node → /buildsapp/project/node_modules/ibm_db/Debug/odbc_bindings.node → /buildsapp/project/node_modules/ibm_db/out/Release/odbc_bindings.node → /buildsapp/project/node_modules/ibm_db/Release/odbc_bindings.node → /buildsapp/project/node_modules/ibm_db/build/default/odbc_bindings.node → /buildsapp/project/node_modules/ibm_db/compiled/20.16.0/linux/x64/odbc_bindings.node → /buildsapp/project/node_modules/ibm_db/addon-build/release/install-root/odbc_bindings.node → /buildsapp/project/node_modules/ibm_db/addon-build/debug/install-root/odbc_bindings.node → /buildsapp/project/node_modules/ibm_db/addon-build/default/install-root/odbc_bindings.node → /buildsapp/project/node_modules/ibm_db/lib/binding/node-v115-linux-x64/odbc_bindings.node at bindings (/buildsapp/project/node_modules/bindings/bindings.js:126:9) at Object. (/buildsapp/project/node_modules/ibm_db/lib/odbc.js:57:31) at Module._compile (node:internal/modules/cjs/loader:1358:14) at Module._extensions..js (node:internal/modules/cjs/loader:1416:10) at Object.require.extensions. [as .js] (/buildsapp/project/cache/Cypress/13.6.3/Cypress/resources/app/node_modules/ts-node/dist/index.js:851:20) at Module.load (node:internal/modules/cjs/loader:1208:32) at Function.Module._load (node:internal/modules/cjs/loader:1024:12) at Module.require (node:internal/modules/cjs/loader:1233:19) at require (node:internal/modules/helpers:179:18) at setupNodeEvents (/buildsapp/project/cypress.config.ts:25:21) at /buildsapp/project/cache/Cypress/13.6.3/Cypress/resources/app/node_modules/@packages/server/lib/plugins/child/run_plugins.js:122:14 at tryCatcher (/buildsapp/project/cache/Cypress/13.6.3/Cypress/resources/app/node_modules/bluebird/js/release/util.js:16:23) at Function.Promise.attempt.Promise.try (/buildsapp/project/cache/Cypress/13.6.3/Cypress/resources/app/node_modules/bluebird/js/release/method.js:39:29) at RunPlugins.load (/buildsapp/project/cache/Cypress/13.6.3/Cypress/resources/app/node_modules/@packages/server/lib/plugins/child/run_plugins.js:119:9) at RunPlugins.runSetupNodeEvents (/buildsapp/project/cache/Cypress/13.6.3/Cypress/resources/app/node_modules/@packages/server/lib/plugins/child/run_plugins.js:59:17) at EventEmitter. (/buildsapp/project/cache/Cypress/13.6.3/Cypress/resources/app/node_modules/@packages/server/lib/plugins/child/run_require_async_child.js:185:22) at EventEmitter.emit (node:events:519:28) at EventEmitter.emit (node:domain:488:12) at process. (/buildsapp/project/cache/Cypress/13.6.3/Cypress/resources/app/node_modules/@packages/server/lib/plugins/util.js:33:22) at process.emit (node:events:519:28) at process.emit (node:domain:488:12) at process.emit.sharedData.processEmitHook.installedValue [as emit] (/buildsapp/project/cache/Cypress/13.6.3/Cypress/resources/app/nodemodules/@cspotcode/source-map-support/source-map-support.js:745:40)

I wonder if i'm using the right driver for Linux, I have some trouble identifying witch one I should use (db2 v10.1)

bimalkjha commented 2 months ago

@PereiraMV Please share complete output of below commands:

cd /buildsapp/project/cache/Cypress/13.6.3/Cypress/resources/app/node_modules/ibm_db
npm install
ls build/Release
db2level
uname -a
node -v
gcc --version
echo $IBM_DB_HOME
node test/test-basic-test.js

Thanks.

bimalkjha commented 2 months ago

When you install ibm_db package, it automatically downloads db2 odbc driver for its use and install it. Why you want to use db2 v10.1 which is very old and out of support. Also, let me know you db2 v10.1 is server of client? Are you instaling ibm_db in the same system, where db2 server is installed or in a different system. Please share all info about your client and server systems so that I can understand your environment. Thanks.

bimalkjha commented 2 months ago

Also, let me know, you have installed ibm_db under /buildsapp/project/ directory or under buildsapp/project/cache/Cypress/13.6.3/Cypress/resources/app/ directory? It seems you have installed ibm_db under /buildsapp/project/cache/Cypress/13.6.3/Cypress/resources/app/ but you are trying to call it from /buildsapp/project/. please check your config and share all info. Thanks.

PereiraMV commented 2 months ago

ok not sure of all the informations because dba is on holiday but the database is z/OS server.

i suceeded in accessing it from Windows 64 but I add to set $env:IBM_DB_HOME="pathToFile\v10.1fp6_ntx64_odbc_cli\clidriver", hoverwise it doesn't work.

i'm trying to access now from a container (linux 64). i saw that there was a problem while installing when : cd node_modules/ibm_dv npm install

I got an error, the driver was not being downloaded because of the proxy, I added this line to overcome it : export IBM_DB_INSTALLER_URL=/pathToLinuxx64_odbc_cli.tar.gz/

Now I'm getting a new error about licensing : _ [Error: [IBM][CLI Driver] SQL1598N An attempt to connect to the database server failed because of a licensing problem. SQLSTATE=42968 ] { error: '[ibm_db] SQLERROR', sqlcode: -1598, state: '42968' }

ibm_db is installed under /buildsapp/project/, I should try to make it work without Cypress first probably ( It works with Cypress on Windows at least)

bimalkjha commented 2 months ago

@PereiraMV SQL1598N is expected if you do not have db2connect license to connect z/OS server or server is not db2connect activated. So, if you have client side db2connect license, you can copy it under ibm_db/installer/clidriver/license directory. Please check this detailed info about this error: https://github.com/ibmdb/node-ibm_db?tab=readme-ov-file#sql1598n You are able to connect from windows system to z/OS, means you have installed a licensed db2 product in your local windows system and ibm_db used that one. Thanks.

bimalkjha commented 2 months ago

@PereiraMV Any update about this issue? Can we close it? Thanks.

PereiraMV commented 2 months ago

Do you know a way to find the licence used if it is on my local computer ? I did not install anything but might be already installed. I did a connexion with JDBC locally and a pacakage .jar given by dba but they are not used to work with odbc, they don't have .lic file, do you think this connection created a licence locally ?

bimalkjha commented 2 months ago

@PereiraMV The license file for jdbc and non-java driver is different. I am not sure what kind of client/server is installed on your local system. Please share complete output of below commands from your local system where connection works, including any error, so that I can share right info.

db2licm -l
db2level
db2cli validate
ls <product_install_dir_as_per_db2level_outut>\license

Thanks.

PereiraMV commented 2 months ago

Hello, I managed to connect to the db2 using this : https://www.npmjs.com/package/jdbc. My company seems more inclined to use JDBC so I will continue with this instead. Thank you for your help.