question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug : nodejs windows

See original GitHub issue

Trying to install nodejs using the front-end-maven plugin only to get this error : [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm (install node and npm) on project test: Could not download Node.js from: http://nodejs.org /dist/v7.9.0/x64/node.exe: Got error code 407 from the server. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException And when I checked that after the version v4 of node the node.exe is in the path win-x64 and not x64

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mriehemacommented, Aug 24, 2017

http://nodejs.org /dist/v7.9.0/x64/node.exe: Got error code 407 from the server

You are behind a proxy, and your proxy needs credentials. => Not a bug

0reactions
kasingalcommented, Feb 11, 2021

Workaround: Before running maven goal to build, manually download node and keep in path ~/.m2/repository/com/github/eirslett/node/$version/.

Example: I had issue while downloading yarn and running below manually solved my problem as plugin will not try downloding at all:

curl -k -o ~/.m2/repository/com/github/eirslett/yarn/1.19.0/yarn-1.19.0.tar.gz --create-dirs --proxy http://proxy.host:port --proxy-user $USER:$PASS -L https://github.com/yarnpkg/yarn/releases/download/v1.19.0/yarn-v1.19.0.tar.gz

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is there any way to fix node js bug and without re-installing ...
There's a lot going on there, including what looks like a missing scripts entry for open in package.json (first error).
Read more >
Unable to install NodeJS in Windows 10 · Issue #313 - GitHub
I got this error when I'm trying to install node.js. I've tried all the listed answers, none worked. Screenshot (2) ...
Read more >
Could not install Node.js using .msi (Error 1609) - Super User
I'm trying to install Node.js 14.17.2 on my computer but I get the same error each time. But let me tell the full...
Read more >
NodeJS - npm install errors on Windows - YouTube
Error : `C:\ Windows \ Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with exit code: 1 If you've seen these errors and aren't sure what ...
Read more >
Installing Node.js via package manager
If it turns out your issue is a bug in Node.js itself, the maintainer will report the issue ... SmartOS and illumos; Snap;...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found