Resources · low severity · found in the console
Server JS requires node_modules that are not present
The server console prints a line like this.
What the console says
Cannot find module '<mod>'
What it means
<resource> requires the Node module <mod>, which is not installed.
How to fix it
- Decide whether that file is needed at all — web-panel servers bundled with FiveM resources usually require a VPS and are irrelevant on shared hosting.
- If not needed, disable that script in the fxmanifest rather than installing Node modules.
When it is not this
Noisy but usually harmless. An in-game NUI menu routes through client/server Lua, not the bundled express server — the resource still works with the express file disabled.