facebookarchive / nuclide

An open IDE for web and native mobile development, built on top of Atom
https://nuclide.io
Other
7.79k stars 682 forks source link

Failed to start nuclide-server, nuclide_server_manager.py: error: no such option: --big-dig #1636

Open june-xu opened 5 years ago

june-xu commented 5 years ago

Issue and Steps to Reproduce

Describe your issue and tell us how to reproduce it (include screenshots and/or any console messages).

I'm trying to set up a remote connection my Desktop, named xu. On my command line, I've run nuclide-start-server -k, and I've successfully gotten

{"success": true, "version": "232", "pid": "8088", "port": 9091, "workspace": null}
The log file can be found at /tmp/nuclide-nikola-logs/server-start/nuclide-2018-10-18T16:30:00.nohup.out.

However, in Atom, whenever I try to add a remote folder, I add my server, and my remote server command as nuclide-start-server, I get the following error message: nuclide_server_manager.py: error: no such option: --big-dig

Expected Behavior

Tell us what should happen.

I should be able to add a remote folder.

Actual Behavior

I'm unable to add a remote folder.

Troubleshooting:
  1. Make sure the command "nuclide-start-server" is correct.
  2. The server might take longer to start up than expected, try to connect again.
  3. If none of above works, ssh to xu and kill existing nuclide-server by running "killall node", and reconnect.
Original error message:
 Usage: nuclide_server_manager.py [options]

nuclide_server_manager.py: error: no such option: --big-dig

Versions

Additional Details