Skip to content

Fix for linux

Peter edited this page Aug 12, 2022 · 2 revisions

Fixing the latest version of EasyFivem on Linux

Because Linux has a strange way of saving npm packages we have to use this fix.

Youtube tutorial: https://www.youtube.com/watch?v=RJGFpg9Me7k

Text tutorial: If you run EasyFivem on linux you should get this error:

Copy the npm location, you'll need it later. After copying the npm location, type npm root -g into the terminal. It should give you something like this: Now you need to go to this location and copy or cut the addon directory and paste it into the location that you copied earlier aka npm location. Now if you type easyfivem into the terminal you should finally be able to create projects! 🎉

Clone this wiki locally