Download node through command prompt using curl??
See original GitHub issueWould it be possible to download node using a CURL request instead of openning the browser? I tried it using the command prompt and it worked perfectly so I suppose it would work in node too.
I used the followind command to download node:
curl https://nodejs.org/dist/v9.11.1/node-v9.11.1-x64.msi > node-v9.11.1-x64.msi
I think the code process would be like following: Download node using curl. Once it’s downloaded run the installer. Wait for the node installer process to be ended. Check if node has been correctly installed. And then…
It’s just a suggestion, I don’t really know how it’s working actually and I don’t even know if it would be possible. I thought maybe it could be helpful… and maybe not… i don’t know.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How to Install Node.js and npm on Windows, macOS, and Linux
With Node.js, you can finally build web applications with two-way ... As you already have the curl command line installed on your terminal, ......
Read more >Installing Node.js via package manager
Download the macOS Installer directly from the nodejs.org web site. If you want to download the package with bash: curl "https://nodejs.org/dist/latest/node-${ ...
Read more >Installation of Node.js on Linux - GeeksforGeeks
Step 1: Open your terminal or press Ctrl + Alt + T. terminal · Step 2: To install node.js use the following command:...
Read more >How To Install NodeJS On Linux - OSTechNix
In this tutorial, we will see how to install Nodejs on Linux operating systems such as Arch Linux, Debian, Ubuntu, RHEL, CentOS, Fedora...
Read more >Install Node and npm on Linux/OS X/Windows w/o sudo · GitHub
We will use curl which is one of my favourites acronyms (because it is recursive for curl URL Request Library ). We can...
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
apt-get
works on the terminal of my android phone so I suppose it would work on linux and macI think this is safe to close as we’ve gone in a much more realistic direction for the installation process.