jovanivanovic / altv-radio

alt:V Online radio resource that replaces the default GTA V vehicle radio
MIT License
15 stars 9 forks source link

Resource doesn't load on start #1

Open AndiLfl opened 3 years ago

AndiLfl commented 3 years ago

Error Code: altv-radio-master\server\server.js:1 import * as alt from 'alt';

happened for 2 people on altv discord. https://discordapp.com/channels/371265202378899476/547079158300147725/731338487118168125

We found following solutions:

Rename files from .js to .mjs.

CodeLit commented 2 years ago

Just add "type": "module", to your package.json, don't need a rename anything.

CodeLit commented 2 years ago

And if u need a require() functionality, just set .cjs file extention to your js file.

CodeLit commented 8 months ago

@AndiLfl is issue still persist?