Prince
March 7, 2025, 2:11pm
1
Community Support
Problem in running the code locally after manual-installation Provided by the installation-guide by the folks of Rocketchat “Mac OSX Rocket.Chat Development Environment Setup”
This error is there after installing all the libraries and dependencies and then when on running the Project by “yarn dev” , it throws error.
Use “npm install --global yarn” again (for reinstallation)
If it still does not work use “sudo port install yarn” OR
“curl -o- -L https://yarnpkg.com/install.sh | bash” (for reinstallation)
then “yarn build” and “yarn dev” for 16gb ram and “yarn dsv” for lesser.
ps: I had to build and run “yarn dev” for 4 times (opening and terminating the terminal again and again) before finally i could host it locally.