okta / samples-nodejs-express-4

Express 4 samples. Will publish an artifact that can be consumed by end-to-end sample repos
Other
120 stars 118 forks source link

Move #89 - Update dependencies, fix vulnerabilities #90

Closed shuowu closed 3 years ago

shuowu commented 3 years ago

Move https://github.com/okta/samples-nodejs-express-4/pull/89

mraible commented 3 years ago

Hmmm, the error is:

Failed to start "npm run okta-hosted-login-server"
/home/travis/build/okta/samples-nodejs-express-4/node_modules/jose/lib/help/rsa_primes.js:8
const ZERO = BigInt(0)
             ^
ReferenceError: BigInt is not defined
    at Object.<anonymous> (/home/travis/build/okta/samples-nodejs-express-4/node_modules/jose/lib/help/rsa_primes.js:8:14)

Any idea how to fix?

shuowu commented 3 years ago

@mraible that's caused by node version issue in Travis, it has been fixed and rebased.