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.
Nuclide doesn't start server and client for js imports. When I click on the unimported token in JS files it should show the list of possible imports to add, same should be shown when I typing imports by myself at the top of the file. However, server and client for imports doesn't even loads by Atom. I've tried to modify file .atom/packages/nuclide/pkg/nuclide-js-imports-client/lib and put console.log at the top of file, and it doesn't appear in Atom dev tools on start. Same for the server. I also tried to remove activationHooks from package.json and in that case client starts to load and show my console.log, but after that fails because it can't connect to imports server. In Nuclide settings, I have only default values for the nuclide-js-imports-client
I also tried to make it always enabled but with no success:
I've tried different versions of the Nuclide, last working version is 0.345.0 after it imports doesn't work.
Expected Behavior
List with possible tokens to import should be displayed.
Actual Behavior
Nothing happens, autocomplete for file imports doesn't appear.
thank you @PinkaminaDianePie for posting the last working version! I was so frustrated when noticing auto import stopped working after upgrading Nuclide - luckily at least I can roll back.
Nuclide team, can we make sure core features like this does not break during new releases? This is a significant regression that impacts developer's efficiency.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue and Steps to Reproduce
Nuclide doesn't start server and client for js imports. When I click on the unimported token in JS files it should show the list of possible imports to add, same should be shown when I typing imports by myself at the top of the file. However, server and client for imports doesn't even loads by Atom. I've tried to modify file
.atom/packages/nuclide/pkg/nuclide-js-imports-client/lib
and putconsole.log
at the top of file, and it doesn't appear in Atom dev tools on start. Same for the server. I also tried to removeactivationHooks
frompackage.json
and in that case client starts to load and show myconsole.log
, but after that fails because it can't connect to imports server. In Nuclide settings, I have only default values for the nuclide-js-imports-clientI also tried to make it always enabled but with no success:
I've tried different versions of the Nuclide, last working version is 0.345.0 after it imports doesn't work.
Expected Behavior
List with possible tokens to import should be displayed.
Actual Behavior
Nothing happens, autocomplete for file imports doesn't appear.
Versions
Additional Details
apm ls --installed
):Community Packages (32) /home/pinkiepie/.atom/packages
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] (disabled)
├── [email protected] (disabled)
├── [email protected] (disabled)
├── [email protected] (disabled)
├── [email protected] (disabled)
├── [email protected] (disabled)
├── [email protected] (disabled)
├── [email protected]
├── [email protected] (disabled)
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
The text was updated successfully, but these errors were encountered: