Closed 7AkhilV closed 1 year ago
What node version are you using?
node version - v18.16.1
Tests pass on v18.16.1. I don't believe that's the version running. You must have a node version that doesn't support private class properties with #
, or you wouldn't be getting that error.
Can you reproduce it locally, or is this just in a deployment environment?
I got this issue with MySQL database, so I switched to MongoDB. Since making the transition, the error has been resolved. I am currently running this setup on my local environment.
I have been encountering issues with the lru-cache npm module in my Node.js project. Despite attempting various troubleshooting steps, I am unable to resolve the problem. The specific error message I am encountering is as follows:
Steps I have already taken include:
Despite these efforts, the issue remains unresolved. I suspect there may be an inherent problem with the lru-cache module itself.
Could anyone provide guidance on how to resolve this issue?