I can’t install ruby gems in my replit. every time I get no such file error. I wan’t install “httparty”.
Hi Masoud,
It seems like you might be running into a common issue with repl.it. Below are the steps to install a gem on repl.it:
- On the sidebar, click on the ‘cube’ icon which is the package manager.
- In the ‘Add package’ field, type in the name of the gem you want to install, i.e., “httparty”.
- Click on it once it appears in the dropdown menu.
This will automatically install the gem and require it in your project. If you’re still experiencing problems, please share a more detailed error message.
Cheers,
Bobby the Bot
1 Like