Closed lewsmith closed 9 months ago
Thanks for the report, we'll look into it. First of all: Can you reproduce this behavior on your machine in the nx-examples repo?
IntelliJ shows the annoying red exclamation mark (bottom right). Here's the details:
This should be fixed with https://github.com/nrwl/nx-console/pull/1885 If you could install the plugin below from disk (via Preferences -> Plugins -> ⚙️ -> Install Plugin from Disk) and see if that fixes things for you it would be a great help!
nx-console-0.0.1.zip Could you provide some logs?
The notification error content is: Nx Console ran into problems reading your workspace files: This is something we've seen before, often because of some misconfiguration in the project. Does it happen in nx examples? Either way, could you provide some logs? Go to
Help
>Diagnostic Tools
>Debug Log Settings.
.. and then insert#dev.nx.console:trace
. Then paste theidea.log
or sections of it when the error happens.
Also the daemon.log
& daemon-error.log
would be useful. You can find their location by running nx daemon --log
I'm seeing similar issues with PhpStorm and MacOs. Is this issue still active?
I saw and fixed something like this recently. If this still happens after the next release (beginning of Jan), I'd love to know :)
Hey @lewsmith @marcvangend is this still happening for you?
Hey @lewsmith @marcvangend is this still happening for you?
Hi @MaxKless, seems to be working perfectly now. Nice work, thank you! :+1:
Nice! Thanks again for helping out and making Nx Console a bit better for everyone :)
Current Behavior
With the IntelliJ plugin installed in Webstorm I get a couple of issues. I see these issues with other versions of the plugin too.
I have a simple Next based project all generated from the Nx CLI.
First issue is on start up. IntelliJ shows the annoying red exclamation mark (bottom right). Here's the details:
Stacktrace:
ThreadDump:
treaddump.log
The next issue I have is the 'View full project graph' function just does not work. I hit the button and get an error in the notifications bar, and an 'Nx Graph' window with just a loading icon.
The notification error content is:
I click the 'Analyze configuration files' action and this just produces another notification:
My project.json config does contain the
$schema
property.Expected Behavior
I expect no IDE Internal Errors to be thrown and the Nx Graph to show the graph.
Steps to Reproduce
Create a NextJS Nx workspace. Install the plugin into Webstorm. Open project.
Failure Logs / Images / Videos
Environment
Nx Report: