docusign / code-examples-node

Node.js code examples and launcher
https://developers.docusign.com/
MIT License
62 stars 52 forks source link

Module not found - '../config/examplesApi.json' #43

Closed paulrmatei closed 2 years ago

paulrmatei commented 2 years ago

File is currently called examplesAPI.json. Easiest fix would be renaming the file

sylvainleb376 commented 2 years ago

Do you have a question or issue? If required could you please elaborate and give more context? Thanks

paulrmatei commented 2 years ago

Downloaded the code and ran npm install Running npm start throws an error Error: Cannot find module '../config/examplesApi.json'

image

Current file is called examplesAPI.json Renaming the file to examplesApi.json fixed it for me

sylvainleb376 commented 2 years ago

Sounds like a bug. I raise it to our Engineering team. Meanwhile you can continue using the workaround you've found. Thank you for your message

pmackle commented 2 years ago

Fixed in https://github.com/docusign/code-examples-node/pull/44