Nx migrate is fork bombing my laptop
See original GitHub issueCurrent Behavior
When running nx migrate to latest version, a new node process is created approximately every second and the processes hang and continue to build up with no apparent ability to stop them from spawning.
Expected Behavior
Nx migrate completes by using a single node process and doesn’t fork bomb my computer.
Steps to Reproduce
- Open nx project at version
13.8.5
using WebStorm - WebStorm plugin prompts to run
nx migrate
to13.9.0
17:39 Nx Workspace Migration
A new @nrwl/nx version is available 13.9.0
Nx Migrate Workspace
- Click on
Nx Migrate Workspace
Failure Logs
Excerpt from ps
4771 ?? S 0:00.17 node /var/folders/0v/w7pfhhc57yj4ywtgvb9zzn280000gn/T/tmp-4761-4NG11sHOhBne/node_modules/.bin/tao migrate @nrwl/workspace
4774 ?? S 0:00.16 node /var/folders/0v/w7pfhhc57yj4ywtgvb9zzn280000gn/T/tmp-4771-sAsR6ZWwMnDl/node_modules/.bin/tao migrate @nrwl/workspace
4782 ?? S 0:00.17 node /var/folders/0v/w7pfhhc57yj4ywtgvb9zzn280000gn/T/tmp-4774-ykY1KTRsv1pr/node_modules/.bin/tao migrate @nrwl/workspace
4804 ?? S 0:00.15 node /var/folders/0v/w7pfhhc57yj4ywtgvb9zzn280000gn/T/tmp-4782-7CGydIjyZB6u/node_modules/.bin/tao migrate @nrwl/workspace
☁ ~ ps x | grep node | grep -v grep | wc -l
120
☁ ~ ps x | grep node | grep -v grep | wc -l
123
Environment
Node : 14.18.1
OS : darwin arm64
npm : 8.3.0
nx : 13.8.5
@nrwl/angular : undefined
@nrwl/cli : 13.8.5
@nrwl/cypress : undefined
@nrwl/detox : undefined
@nrwl/devkit : 13.8.5
@nrwl/eslint-plugin-nx : 13.8.5
@nrwl/express : undefined
@nrwl/jest : 13.8.5
@nrwl/js : 13.8.5
@nrwl/linter : 13.8.5
@nrwl/nest : 13.8.5
@nrwl/next : undefined
@nrwl/node : 13.8.5
@nrwl/nx-cloud : 13.1.6
@nrwl/react : undefined
@nrwl/react-native : undefined
@nrwl/schematics : undefined
@nrwl/storybook : undefined
@nrwl/tao : 13.8.5
@nrwl/web : undefined
@nrwl/workspace : 13.8.5
typescript : 4.5.5
rxjs : 7.5.4
---------------------------------------
Community plugins:
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Untitled
Pontoon boat song lyrics, Regulations of the uefa champions league 2014 15, ... Schnittpunkt zweier geraden vektor rechner, Laptop dell xps, Job allocation ......
Read more >jPA - River Thames Conditions - Environment Agency - GOV.UK
Goons united by the new school songs, Mbba nmr, Heat playoff game 1 2013, ... Biopsychologist psychology definition, Display problem in my laptop!...
Read more >Untitled
Wanderschuhe test 2015, The works bomb, Bing bag chair walmart, ... Onguard u lock bracket, Hp laptop walmart black friday, Farsi saz android...
Read more >Bug listing with status RESOLVED with resolution FIXED as at ...
... Bug:78 - "Slib Is listed as a dependency twice in gnucash ebuild file" ... on Gentoo Rescue on Laptop" status:RESOLVED resolution:FIXED severity:major ......
Read more >Security Guide Red Hat Enterprise Linux 6
For instance, if someone either connects a laptop computer into the network ... Use the ro option to export the file system as...
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 Free
Top 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
same here, try to migrate to version 13.9.0 really causes my laptop to explode. (joke aside)
And this is a show stopper for me as i cannot get the latest fix about the storybook staticDir fix which is available on that version.
nx migrate latest
hangs forever for me. 😦I can say that by changing line 597 below to 13.8.8 fixes this issue.
https://github.com/nrwl/nx/blob/fd645460214bfb45726f983c1ce570a4bfb4e2fe/packages/workspace/src/command-line/nx-commands.ts#L595-L600