Installing on Ubuntu 17, ran into an error
See original GitHub issuePretty new to linux, so I’m sure the error is on my side. Was looking to use Cloud Commander as a file browser.
I followed the instructions, installed node.js and also ran
sudo ln -s /usr/bin/nodejs /usr/bin/node
to fix this error
/usr/bin/env: ‘node’: No such file or directory
but then I ran into this
$ sudo cloudcmd
/usr/local/lib/node_modules/cloudcmd/node_modules/readify/lib/readify.js:19
const good = (f) => (...a) => f(null, ...a);
^^^
SyntaxError: Unexpected token ...
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:373:25)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/usr/local/lib/node_modules/cloudcmd/node_modules/flop/lib/flop.js:13:17)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
After installing root 6.12 on ubuntu 17, received an error ...
Hi, I'm just starting research with root and I ran into this error when I tried running root: cling::DynamicLibraryManager::loadLibrary(): ...
Read more >failed to install grub, ubuntu 17.04 installation [duplicate]
1 Answer 1 ... Probably your system hasn't been configured to boot UEFI files while your installation medium is UEFI enabled. That's why...
Read more >Need help installing windows over ubuntu (17.10) - Super User
1 Goto BIOS and enable USB booting. 2 At boot menu give first priority to USb device. OR. select USB device at startup...
Read more >How to fix this error in Ubuntu 17.04 'E: Unable to fetch some ...
First you run ”sudo apt-get update”. This update all your repositories for all your apps to all the latest updates lists. Then run...
Read more >Troubleshooting - Ubuntu
Ubuntu Core install error: TPM is in DA Lockout Mode · Console-conf shows no-ip-address but device is accessible over SSH · Ubuntu Core...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you are trying to do this in 2021 and having issues, try to locate your
cloudcmd
install folder and use that inExecStart path-of-cloudcmd/bin/cloudcmd.js
Also, I had to change
cloudcmd.js
tocloudcmd.mjs
This worked for me:You should get path of
cloudcmd
with:and set to
cloudcmd.service
inExecStart
: