Goal prepare-package hangs in RC7
See original GitHub issueDescription of the bug
The build-process hangs at the goal prepare-package
. If we kill node
three times it continues until Running npm install
then one needs to kill node again. Aftrer that it works flawlessly. Please see the attached log killingnode.txt. Other people have the same problem
We do have a proxy in our company, but it is configured correctly in Java/Maven and we didn’t have any problems until 2019-08-05. The networking department assured me that there were no changes to proxy/firewall/etc.
Just tell me if I can be of any assistence.
Minimal reproducible example
- Starter project
- downloaded today
- version14
- CDI and Java EE
Expected behavior
The project build after typing mvn package
Actual behavior
The build hangs at prepare-package.
Versions
- Vaadin / Flow version 14
- Java version javac 12.0.2
- OS version Windows 10
- Node 10.16.1 (Node 10.16.0 doesn’t wor either.)
- Browser version (if applicable) N/A
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Bug #1861395 “system hang: i915 Resetting rcs0 for hang on ...
System hangs, unknown cause, When this happens, the mouse pointer still moves, but I can't do anything else with the keys or clicking...
Read more >21.5.6 Freeze Codes | Internal Revenue Service
Purpose : This IRM covers information on freeze conditions – to prevent the issuance of refunds, credit offsets, or the assessment of accrued ......
Read more >[SKL] (recoverable) GPU hangs in benchmarks using compute ...
You might first try bisecting things closer using release versions & pre-built packages if such are available, to minimize building needed for real...
Read more >EPSON RC+ 7.0 - User's Guide
EPSON RC+ 7.0 is used to develop application software for the Robot Controller ... If a closed safeguard is open during robot motion,...
Read more >Haskell is vulnerable to dependency confusion
Private Hackage: a hackage-server instance operated for the purpose of hosting private or internal packages. Preparation §. Private Hackage ...
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 FreeTop 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
Top GitHub Comments
Stefan Apelt found the solution.
NPM makes a version check over the internet on every invocation and ignores it’s proxy setting. One can disabale this check with the environment-variable
NO_UPDATE_NOTIFIER=1
.Would it be possible, to include this setting in the maven plug-in to reduce build-time and support people behind corporate proxies?
That’s a good find. We really don’t need npm to do anything extra for
npm -v
, especially not a call out to check for updates.