oktadev / okta-node-sql-server-example

Build a Node.js App with SQL Server Tutorial
https://developer.okta.com/blog/2019/03/11/node-sql-server
Apache License 2.0
33 stars 25 forks source link

Build failed #16

Open VIS-Repo opened 2 years ago

VIS-Repo commented 2 years ago

Hi,

I downloaded this project and followed the installation instructions. The 'npm instal'l fails with 50 vulnerabilities. I tried 'npm audit fix' but that couldn't resolve all issues so it failed too. This is disappointing because I understood one of the key advantages of Hapi was You never have to worry about some deep dependency being poorly maintained (or handed over to someone sketchy). hapi is the only leading node framework without any external code dependencies. None.

Should I try 'npm audit fix --force' or is there a better way to get this project working?

Thanks

alisaduncan commented 2 years ago

Hi @VIS-Repo, thanks for alerting us to this problem. We'll get it on our list to address the issues you faced. In the meantime, if you are able to resolve the issues and don't mind creating a PR, we'd be very grateful for it. 😄