question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"nx graph" crashing immediately, no errors

See original GitHub issue

2022-09-20_16-09-07 (1)

Current Behavior

  1. run pnpm nx graph
  2. console says: Project graph started at http://127.0.0.1:4211
  3. browser pops up, brief flash of blue, then page says: This site can’t be reached

Expected Behavior

browser stays open allowing user to interact with the graph.

Steps to Reproduce

  1. git clone git@github.com:iDVB/nx-graph-crashing.git
  2. pnpm install
  3. pnpm nx graph
  4. console says: Project graph started at http://127.0.0.1:4211
  5. browser pops up, brief flash of blue, then page says: This site can’t be reached

Failure Logs

Environment

Node : 18.8.0
   OS   : darwin x64
   pnpm : 7.11.0
   
   nx : 14.7.8
   @nrwl/angular : Not Found
   @nrwl/cypress : Not Found
   @nrwl/detox : Not Found
   @nrwl/devkit : Not Found
   @nrwl/eslint-plugin-nx : Not Found
   @nrwl/expo : Not Found
   @nrwl/express : Not Found
   @nrwl/jest : Not Found
   @nrwl/js : Not Found
   @nrwl/linter : Not Found
   @nrwl/nest : Not Found
   @nrwl/next : Not Found
   @nrwl/node : Not Found
   @nrwl/nx-cloud : 14.6.2
   @nrwl/nx-plugin : Not Found
   @nrwl/react : Not Found
   @nrwl/react-native : Not Found
   @nrwl/schematics : Not Found
   @nrwl/storybook : Not Found
   @nrwl/web : Not Found
   @nrwl/workspace : Not Found
   typescript : 4.8.3
   ---------------------------------------
   Local workspace plugins:
   ---------------------------------------
   Community plugins:

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:5
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
wolfie82commented, Sep 21, 2022

This fixed it for me as well.

"@nrwl/workspace": "14.7.5"

1reaction
jefflagecommented, Sep 21, 2022

14.7.5 fixes it for me also

Read more comments on GitHub >

github_iconTop Results From Across the Web

NX Crashes immediately after user Clicks ...
I have created a tool with UserDefinedObjectFeature and linked everything properly. But I have a situation where NX crashes suddenly without ...
Read more >
NX7.5, constant crashes causing loss of work. - Siemens: UG/NX
Does anyone have advice to try troubleshooting this problem? Can or Does NX have the ability to keep a log so I can...
Read more >
matplotlib makes python kernel crash · Issue #2411 - GitHub
Describe the bug When running python code, my kernel works fine. When I invoke matplotlib for plotting something, the kernel crashes and ...
Read more >
Networkx can't draw a graph from file - Stack Overflow
Here is a sample program to check everything is working fine. import matplotlib.pyplot as plt import networkx as nx g = nx.DiGraph() g.add_edge( ......
Read more >
Analyze Crashes to Find Security Vulnerabilities in Your Apps
It's important to note that this type of exception uses the error code 0xc0000005, which is not specific to NX; any application that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found