Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
i'm working on the project in which i code in node.js module but how can i access this variable outside the node.js module to use it on other modules?
@UserTrue said in NODE js problem:
const {default: fetch } = await import("node-fetch")
it works thank you
Thanks @Fox
I got it, with some other logic.
I had to redefine global variable while inside the thread, then increase it.
@9gostmen I got that one, not working.
@stephenperry18, show me pls piece of your project.