joshbalfour / node-cognitive-services

Microsoft® Cognitive Services SDK for Node.JS
https://www.microsoft.com/cognitive-services
MIT License
105 stars 45 forks source link

Dependency error: 'Error: Cannot find module 'promise-retry' #67

Closed dsrodenas closed 5 years ago

dsrodenas commented 5 years ago

Hello, I'm updating my program to use the 1.2.1 version and it is not working for me. The error message is: 'Error: Cannot find module 'promise-retry'. I have the same issue with sleep-promise dependency. Both are defined in the package.json as devDependencies. If I move the dependencies sleep-promise and promise-retry to dependencies section everything works fine.

Am I doing something wrong or it is a real issue and both dependencies should be moved to dependencies?

miparnisari commented 5 years ago

You're right. They should be dependencies. Thanks for reporting this! Can you please try again, with version 1.2.2?

dsrodenas commented 5 years ago

@miparnisari I've tried with 1.2.2 and works fine. Thanks a lot!!