How to connect neo4j and nestjs

I am developing a NestJS api and i want to use the neo4j database. I have tried installing this package, but when i start npm run start:dev NestJS i get the following errors:

Should i try to follow the creators tutorial and create the package by myself or how do i fix those errors? Might I be missing some dependencies or dev dependencies?
image