Server start error

Hi, im doing server, but i have an error. Can you help me please?

Creating script environments for sessionmanager
Started resource sessionmanager
Creating script environments for webadmin
Instantiated instance of script FxWebAdmin.BaseServer.
Instantiated instance of script FxWebAdmin.HttpServer+HttpServerScript.
Started resource webadmin
Creating script environments for mysql-async
Started resource mysql-async
Could not find dependency async for resource es_extended.
Couldn't start resource es_extended.
Creating script environments for esx_status
Error loading script server/main.lua in resource esx_status: @esx_status/server/main.lua:74: attempt to index a nil value (global 'ESX')
stack traceback:
        @esx_status/server/main.lua:74: in function 'SaveData'
        @esx_status/server/main.lua:89: in main chunk
Failed to load script server/main.lua.
Started resource esx_status
Creating script environments for mapmanager
Started resource mapmanager
Creating script environments for chat
Started resource chat
Started resource spawnmanager
Stopping resource sessionmanager
Creating script environments for sessionmanager
Started resource sessionmanager
Started gametype Freeroam
Started resource basic-gamemode
Started resource fivem
Creating script environments for hardcap
Started resource hardcap
Creating script environments for ■■■■■■■
Started resource ■■■■■■■
Started resource scoreboard
Creating script environments for essentialmode
Instantiated instance of script SQLite.Main.
Started resource essentialmode
Could not find dependency fxmigrant for resource esplugin_mysql.
Couldn't start resource esplugin_mysql.
Creating script environments for es_admin2
Started resource es_admin2
Could not find dependency async for resource es_extended.
Could not start dependency es_extended for resource esx_addonaccount.
Couldn't start resource esx_addonaccount.
Could not find dependency async for resource es_extended.
Could not start dependency es_extended for resource esx_addoninventory.
Couldn't start resource esx_addoninventory.
Could not find dependency async for resource es_extended.
Could not start dependency es_extended for resource esx_ambulancejob.
Couldn't start resource esx_ambulancejob.
Could not find dependency async for resource es_extended.
Could not start dependency es_extended for resource esx_basicneeds.
Couldn't start resource esx_basicneeds.
Could not find dependency async for resource es_extended.
Could not start dependency es_extended for resource esx_billing.
Couldn't start resource esx_billing.
Creating script environments for esx_datastore
Started resource esx_datastore
Could not find dependency async for resource es_extended.
Could not start dependency es_extended for resource esx_identity.
Couldn't start resource esx_identity.
Creating script environments for esx_license
Failed to load script @async/async.lua.
Error loading script server/main.lua in resource esx_license: @esx_license/server/main.lua:151: attempt to index a nil value (global 'ESX')
stack traceback:
        @esx_license/server/main.lua:151: in main chunk
Failed to load script server/main.lua.
Started resource esx_license
Could not find dependency async for resource es_extended.
Could not start dependency es_extended for resource esx_policejob.
Couldn't start resource esx_policejob.
Could not find dependency async for resource es_extended.
Could not start dependency es_extended for resource esx_service.
Couldn't start resource esx_service.
Could not find dependency async for resource es_extended.
Could not start dependency es_extended for resource esx_society.
Couldn't start resource esx_society.
Could not find dependency async for resource es_extended.
Could not start dependency es_extended for resource esx_supermarket.
Couldn't start resource esx_supermarket.
Could not find dependency async for resource es_extended.
Could not start dependency es_extended for resource esx_vehicleshop.
Couldn't start resource esx_vehicleshop.
Creating script environments for cron
Started resource cron
Authenticating server license key...
Server license key authentication succeeded. Welcome!
cfx> Sending heartbeat to https://servers-ingress-live.fivem.net/ingress
Started map fivem-map-hipster
Started resource fivem-map-hipster
Performing version check against: https://api.kanersps.pw/em/version?version=6.3.0&uuid=e2fe7d66-0430-4e1e-72d9-d6772c4e52bb
Authenticating with Nucleus...
server thread hitch warning: timer interval of 3009 milliseconds
SCRIPT ERROR: @esx_status/server/main.lua:7: attempt to index a nil value (global 'ESX')

And there is server.cfg:



# These resources will start by default.
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure fivem
ensure hardcap
ensure ■■■■■■■
ensure scoreboard
# -----------------------------------
start es_extended
start esx_status
start mysql-async
start essentialmode 
start esplugin_mysql
start es_admin2
start esx_addonaccount
start esx_addoninventory
start esx_ambulancejob
start esx_basicneeds
start esx_billing
start esx_datastore 
start esx_identity
start esx_license
start esx_policejob
start esx_service
start esx_society
start esx_supermarket
start esx_vehicleshop
start cron
start 3d-me
start 3d-do



# This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
# Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
sv_scriptHookAllowed 0

# Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password "YOURPASSWORD"
#rcon_password ""

# A comma-separated list of tags for your server.
# For example:
# - sets tags "drifting, cars, racing"
# Or:
# - sets tags "roleplay, military, tanks"
sets tags "default"

# Set an optional server info and connecting banner image url.
# Size doesn't matter, any banner sized image will be fine.
#sets banner_detail "https://url.to/image.png"
#sets banner_connecting "https://url.to/image.png"

# Set your server's hostname
sv_hostname "FXServer, but unconfigured"

# Nested configs!
#exec server_internal.cfg

# Loading a server icon (96x96 PNG file)
#load_server_icon myLogo.png

# convars which can be used in scripts
set temp_convar "hey world!"

# Uncomment this line if you do not want your server to be listed in the server browser.
# Do not edit it if you *do* want your server listed.
#sv_master1 ""

# Add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.steam:110000100000000 group.admin # add the admin to the group

# Hide player endpoints in external log output.
sv_endpointprivacy true

# Server player slot limit (must be between 1 and 32, unless using OneSync)
sv_maxclients 32

sv_licenseKey secret

did you download everything it said it Could not find