middleware icon indicating copy to clipboard operation
middleware copied to clipboard

Can we please mention the version numbers for all pre-requisites to run this project?

Open dhruvagarwal opened this issue 2 years ago • 5 comments

Description:

I was unable to run dev.sh as requested because of a package version mismatch. Screenshot 2024-04-24 at 3 37 06 PM

Can we please mention the pre-req versions for each project dependency?

dhruvagarwal avatar Apr 24 '24 10:04 dhruvagarwal

@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.

ad1tyayadav avatar Oct 04 '24 16:10 ad1tyayadav

@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.

sahitya-chandra avatar Oct 11 '24 05:10 sahitya-chandra

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

jayantbh avatar Oct 11 '24 07:10 jayantbh

Sir, can you tell me what was implemented

sahitya-chandra avatar Oct 11 '24 09:10 sahitya-chandra

That's where the "exploring the codebase" part comes in. :) I expect you'll find something in dev.sh or the cli submodule.

jayantbh avatar Oct 11 '24 10:10 jayantbh