Can we please mention the version numbers for all pre-requisites to run this project?
Description:
I was unable to run dev.sh as requested because of a package version mismatch.
Can we please mention the pre-req versions for each project dependency?
@jayantbh Hello, I'm created a pull request for this issue please check this - https://github.com/middlewarehq/middleware/pull/570 and also this is my first PR.
@jayantbh @dhruvagarwal Sir, Can you give some more detail on what should be the appropriate solution for this issue. I want to give it a try.
I think a simple check that runs at the start of the script to check that all versions are correct will do, and if something is off, it specifies which version of what thing is mismatching.
I think there was something implemented for that as well, you could check if that's indeed the case first. @sahitya-chandra
Sir, can you tell me what was implemented
That's where the "exploring the codebase" part comes in. :)
I expect you'll find something in dev.sh or the cli submodule.