timeout icon indicating copy to clipboard operation
timeout copied to clipboard

Upgrade Dependencies

Open HBeserra opened this issue 3 years ago • 0 comments

Hello, I'm facing a bug related to the version of a dependency. If possible update the the package "http-errors" to a newer version 1.6.1 => 2.0.0

TypeError: Cannot read properties of undefined (reading 'split')
    at toIdentifier (node_modules/http-errors/index.js:257:14)
    at forEachCode (node_modules/http-errors/index.js:228:16)
    at Array.forEach (<anonymous>)
    at populateConstructorExports node_modules/http-errors/index.js:226:9)
    at Object.<anonymous> (node_modules/http-errors/index.js:29:1)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Module._compile (node_modules/source-map-support/source-map-support.js:521:25)
    at Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    at require.extensions..jsx.require.extensions..js (/tmp/ts-node-dev-hook-21923819908444608.js:114:20)
    at Object.nodeDevHook [as .js] (node_modules/ts-node-dev/lib/hook.js:63:13)
[ERROR] 09:08:27 TypeError: Cannot read properties of undefined (reading 'split')

HBeserra avatar Sep 14 '22 12:09 HBeserra