graphql-to-io-ts icon indicating copy to clipboard operation
graphql-to-io-ts copied to clipboard

Template Not Found

Open MaximeRVY opened this issue 6 years ago • 2 comments

Hello,

When I used the commands you specified in the Readme I've go an error:

error: {"message":"Cannot find module 'graphql-to-io-ts'","stack":"Error: Cannot find module 'graphql-to-io-ts'\n    at Function.Module._resolveFilename (module.js:547:15)\n    at Function.Module._load (module.js:474:25)\n    at Module.require (module.js:596:17)\n    at require (internal/module.js:11:18)\n

To fix it, I have to go on my node_modules/graphql-to-io-ts folder and run yarn build to generate the dist folder.

Do you have any idea why ?

Thanks

MaximeRVY avatar Jul 09 '18 08:07 MaximeRVY

apologies, much to my chagrin I have apparently not been getting notifications from any of my projects for quite some time.

It's likely that this is due to this template being for an outdated version of graphql-code-generator. It will probably be some time before I have time to update it

micimize avatar Feb 27 '19 19:02 micimize

Ok thanks for the info :-)

MaximeRVY avatar Feb 28 '19 13:02 MaximeRVY