"nx graph" crashing immediately, no errors
See original GitHub issueCurrent Behavior
- run
pnpm nx graph
- console says:
Project graph started at http://127.0.0.1:4211
- 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
git clone git@github.com:iDVB/nx-graph-crashing.git
pnpm install
pnpm nx graph
- console says:
Project graph started at http://127.0.0.1:4211
- 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:
- Created a year ago
- Reactions:5
- Comments:12 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This fixed it for me as well.
"@nrwl/workspace": "14.7.5"
14.7.5 fixes it for me also