Use https://nodejs.org/ as defaultDownloadRoot
See original GitHub issueCurrently, http://nodejs.org/dist/ redirects to https://nodejs.org/en/blog/. Adding
<nodeDownloadRoot>https://nodejs.org/dist/</nodeDownloadRoot>
to my pom.xml solved the problem. Maybe it would be an option to use the HTTPS URL by default?
Issue Analytics
- State:
- Created 8 years ago
- Comments:25 (3 by maintainers)
Top Results From Across the Web
HTTPS | Node.js v19.2.0 Documentation
Default: host name of the target server, unless the target server is specified using an IP address, in which case the default is...
Read more >How do I use a self signed certificate for a HTTPS Node.js ...
I am confused about how to generate the certificates I need to create a HTTPS server and send requests to it. My server...
Read more >Node.js https.request() Function - GeeksforGeeks
Feature of https module: It is easy to get started and easy to use. It is widely used and popular module for making...
Read more >How to Create an HTTPS NodeJS Web Service with Express
Learn how to set up an HTTPs NodeJS server using the Express.js web framework in this step-by-step guide!
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
You should have something similar to this in you pom:
Complete pom here: https://github.com/Katharsas/GMM/blob/master/pom.xml
based on the sourcecode, it used http://registry.npmjs.org/npm/-/ by default for npm. So you have to specify the npm and nodejs download roots separately: