Run Rocket.chat locally

Server Setup Information

  • Version of Rocket.Chat Server: 6.5.3
  • Operating System: Windows 11

Hi I am new on rocket chat and want to run it locally. I want to explore code base and make changes as per my requirements. So, after cloning the repo using this GitHub - RocketChat/Rocket.Chat: The communications platform that puts data protection first., now I want to run it but when I try to install its dependencies using npm i I am getting this error "
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type “workspace:”: workspace:^

npm ERR! A complete log of this run can be found in: C:\Users\tayya\AppData\Local\npm-cache_logs\2024-02-03T15_30_43_678Z-debug-0.log
"
Please guide me through this process.