I'm using Server 4.3.2 and developing using JavaScript on an Ubuntu 20.04 machine.
After a system crash, I restarted but the my application server crashed at startup, with the error Cannot find module 'neo4j-driver/lib/graph-types'
I look all around the machine, but there is no file with such a name.
Then I look on the internet and I find the 'official drive for Javascript' on the npm site.
They suggest to npm install neo4j-driver
and I have done it but the files is still missing.
I remember that it was part of a neo4j example on how to use neo4j with javascript.
Has anyone some idea on how to retrieve that file?
Thank you