Skip to content

Code is outdated #74

@rakimi

Description

@rakimi

Last updates on the code files was (currently) 2 years ago.
I cloned the repo and ran npm i. This gives me multiple warnings that packages are deprecated and reports 39 vulnerabilities (8 critical, 21 high). "npm audit fix" does not fix that.
Running the app ("npm start") results in errors:
"error digital envelope routines::unsupported opensslErrorStack:
[ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}"
(OpenSSl had some CVE's which were patched, and I assume the JS/TS library versions predate those.)

Running npm test also results in the same error, but caused by the karma server: [karma-server: UnhandledRejection: Error digital envelope routines::unsupported
I have a fully updated Win11 x64 machine , w node.js 18.14.2, npm 8.12.2, (globally) angular CLI 15.2.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions