coderaiser / cloudcmd

✨☁️📁✨ Cloud Commander file manager for the web with console and editor.
https://cloudcmd.io
MIT License
1.83k stars 257 forks source link

v18.0.0 validateArgs is not a function Promise #417

Closed frepke closed 1 month ago

frepke commented 1 month ago

Hi,

I've got the next errors in the latest dockerversion (v18.0.0 image: coderaiser/cloudcmd:latest-alpine):


cloudcommander  |   <rejected> TypeError: validateArgs is not a function
cloudcommander  |       at main (file:///usr/src/app/bin/cloudcmd.mjs:169:25)
cloudcommander  | }
cloudcommander  | validateArgs is not a function Promise {
cloudcommander  |   <rejected> TypeError: validateArgs is not a function
cloudcommander  |       at main (file:///usr/src/app/bin/cloudcmd.mjs:169:25)
cloudcommander  | }
cloudcommander  | validateArgs is not a function Promise {
cloudcommander  |   <rejected> TypeError: validateArgs is not a function
cloudcommander  |       at main (file:///usr/src/app/bin/cloudcmd.mjs:169:25)
cloudcommander  | }
cloudcommander  | validateArgs is not a function Promise {
cloudcommander  |   <rejected> TypeError: validateArgs is not a function
cloudcommander  |       at main (file:///usr/src/app/bin/cloudcmd.mjs:169:25)
cloudcommander  | }
cloudcommander exited with code 1 {
cloudcommander  |   <rejected> TypeError: validateArgs is not a function
cloudcommander  |       at main (file:///usr/src/app/bin/cloudcmd.mjs:169:25)
cloudcommander  | }
cloudcommander  | validateArgs is not a function Promise {
cloudcommander  |   <rejected> TypeError: validateArgs is not a function
cloudcommander  |       at main (file:///usr/src/app/bin/cloudcmd.mjs:169:25)
cloudcommander  | }
cloudcommander  | validateArgs is not a function Promise {
cloudcommander  |   <rejected> TypeError: validateArgs is not a function
cloudcommander  |       at main (file:///usr/src/app/bin/cloudcmd.mjs:169:25)
cloudcommander  | }
cloudcommander  | validateArgs is not a function Promise {
cloudcommander  |   <rejected> TypeError: validateArgs is not a function
cloudcommander  |       at main (file:///usr/src/app/bin/cloudcmd.mjs:169:25)
cloudcommander  | }
cloudcommander exited with code 1
coderaiser commented 1 month ago

Thanks! Just fixed in v18.0.1 🎉 . Is it works for you?

frepke commented 1 month ago

Thanks! Just fixed in v18.0.1 🎉 . Is it works for you?

Yes, up and running again 👍🏻