nodejs / help

:sparkles: Need help with Node.js? File an Issue here. :rocket:
1.47k stars 280 forks source link

Help with node.js #4249

Closed adviiik closed 5 months ago

adviiik commented 1 year ago

Details

I've been trying to make an app on react native with node and Visual Studio code, the initial phase was running smoothly but now suddenly when I try to open the app on the Android emulator it keeps on getting stuck on a certain percentage and I have no clue on how to tackle this! Ive been trying various different methods I don't know if the memory allocation to node is the reason, if it is can someone explain how to do that?

image

like the percentage is just stuck like that

Node.js version

Not applicable.

Example code

No response

Operating system

Windows 10

Scope

No clue.

Module and version

Not applicable.

RedYetiDev commented 5 months ago

As far as I know, Node.js does not use any progress bar (or similar) internally; this is probably an issue with your IDE rather than with Node.