You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
june-xu
changed the title
Failed to start nuclide-server on xu using nuclide-start-server
Failed to start nuclide-server, nuclide_server_manager.py: error: no such option: --big-dig
Oct 18, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 gottenHowever, 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.
Versions
Additional Details
apm ls --installed
):[email protected]
The text was updated successfully, but these errors were encountered: