Sachin Jani
Sachin Jani
Instead of using `__dirname` you can use [node-app-root-path](https://github.com/inxilpro/node-app-root-path)
@ctrlplusb 's solution works but it requires me to make changes in js file ( index.js ) to get the updates in the playground and also I've to manually refresh...
Thanks @ryands17 that works like charm.
+1 I published a package before from npm using `npm publish` directly and now I'm using `np` now to publish and it gives the same error.  np config: ```json...
For people using prisma can fix this by just adding a nexus-prisma type which has a field with type json in their schema and there you go you can now...
I got this working by removing the `Ids` from the code. Instead of creating a fork and making this change I'd recommend use the following fork which has already handled...
#14 there's closed PR for this. It isn't merged yet so you can create a fork and merge this in your fork and use this.
Looks like it isn't and it also looks like they aren't planning to. I found this fork that looks maintained. If it helps. https://github.com/marcantoine/ra-data-graphql-prisma
Hey @mitar can you help with this [issue](https://github.com/fuzhenn/node-svg2img/issues/41) I'm having and it is related to yours in some way.