Moralis cloud function script error

after installing moralis admin cli and running the watch cloud function script I got this error :point_down:

  • I made a cloudFunctions folder

My script :point_down:

"moralis:cloud": "moralis-admin-cli watch-cloud-folder (apiKey & secretKey🔐)  --moralisSubdomain gfvgwgtcotem.usemoralis.com --autoSave 1 --moralisCloudfolder ./cloudFunctions"

I’d be happy to help me solving this problem🫂

Seemed to be an issuen with node version. You can try with node 16.0.0 in case you’re using a higher version.