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 117 forks source link

Deprecated Dependencies #128

Open syedkarim7 opened 1 year ago

syedkarim7 commented 1 year ago

Hello team

I see most of the libraries are already deprecated when i run npm install on the project after cloning it . image

Since the dependencies are already deprecated and when i run the project with npm run custom-login-server. I end up with the below issue

image

does this project works with the OIE version of Okta ? and how to fox these issues that i am running into ?

shuowu-okta commented 1 year ago

@syedkarim7 Thanks for reporting the issue!

For 1), I don't think it's a problem with deprecated packages, maybe double check if npm install has been run under the project folder, looks like dotenv is included in dependencies package.

For 2), this sample does not support OIE features, you can find the OIE embedded express sample here