Hi, if I install the typescript lib in a NestJS project I get the following error:
The current file is a CommonJS module whose imports will produce 'require' calls
In React Native, I get this error:
The package at "node_modules/@obliosoftware/oblioapi/lib/Api.js" attempted to import the Node standard library module "node:fs".
Any idea how to fix this?
Thanks
Hi, if I install the typescript lib in a NestJS project I get the following error:
The current file is a CommonJS module whose imports will produce 'require' calls
In React Native, I get this error:
The package at "node_modules/@obliosoftware/oblioapi/lib/Api.js" attempted to import the Node standard library module "node:fs".
Any idea how to fix this?
Thanks