Closed yazshel closed 6 years ago
Hi,
Thanks for your work on this project, it fills a big hole in TypeORM's functionality and I was pleasantly pleased to find it.
But I'm not able to install it in my Node 10 NestJS / TypeORM project because of the explicit "engines": { "node": "^8.11.3" }in thepackage.json`:
"engines": { "node": "^8.11.3"
in the
Can this please be changed to ">= 8.11.3" to enable usage on Node 10?
">= 8.11.3"
Cheers,
Timshel
@yazshel Hello, yeah sure, I'll change it today.
@yazshel Done in 4482a8d
Hi,
Thanks for your work on this project, it fills a big hole in TypeORM's functionality and I was pleasantly pleased to find it.
But I'm not able to install it in my Node 10 NestJS / TypeORM project because of the explicit
"engines": { "node": "^8.11.3"
}in the
package.json`:Can this please be changed to
">= 8.11.3"
to enable usage on Node 10?Cheers,
Timshel