When I install a module and the screen says "completed" it stays hooked at this point. As much as the node js process stops, the process does not stop and I have to restart the pc, however, I do not know if all the files were installed "correctly".
Whenever I create a project or something with "a command" of a module installed, the cmd also crashes, for example, in the case of my example: expo init my-app. (the command does not matter, it happens with any other command)
I put an image so that you can see exactly when it crashes, having to restart the pc.
The process is hung image - service crashed
It's been happening to me since I installed node js.
I have even installed the latest version from the page.
I have tried:
1 - Reinstall
2 - Install the LTS / Current version (complete)
3 - Clear cache
4 - Uninstall using Node js:
https://stackoverflow.com/questions/20711240/how-to-completely-remove-node-js-from-windows
5 - Regedit deleting it
6 - Go to the APPdata folder and delete your data
7 - Delete all modules
None of this worked.
I have tried from cmd (with and without privileges) from VSC (with and without privileges)
Is there any way that it won't hang after installing a module with the npm install?
New update 1:11h am
I have uninstalled node js again (deleting% appdata% npm folder) reinstalled it.
It happens exactly the same. I initialize the project and it gets "stuck" image - init proyect, the service: img - service The folder weighs exactly the same since 10 minutes ago and has the same number of files.
This discourages me from continuing with node js. (this has been going on for 2 months) when I decided to use node js.
If I log out, I can't delete the node js project folder (it's like the process is hanging from the root). So I have to restart the pc.