-1

I want to use nodejs to create a cli project, how can i make this cli run without install nodejs in windows.

is there any "package method" to make it "independent" from nodejs.

radiorz
  • 624
  • 1
  • 4
  • 19
  • 1
    Node.js is a runtime environment. You can't run a Node.js script without Node.js, but you can bundle Node.js with your application. – jabaa May 11 '22 at 02:38

0 Answers0