You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2021/02/18 14:12:12 UTC

[wicket] branch master updated: Downgrade npm to latest 6.x

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new ca195e8  Downgrade npm to latest 6.x
ca195e8 is described below

commit ca195e8c9df8ccfbafa4ef63f8cad4f430a008f2
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Thu Feb 18 16:10:53 2021 +0200

    Downgrade npm to latest 6.x
    
    For some reason the build at GitHub Actions fails with:
    
    [INFO] Running "qunit:all" (qunit) task
    [INFO] >> There was an error with headless chrome
    [INFO] Fatal error: Could not find browser revision 756035. Run "npm install" or "yarn install" to download a browser binary.
    
    It is either NPM, Node.js or frontend-maven-plugin
---
 testing/wicket-js-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index 136170f..7abac3a 100644
--- a/testing/wicket-js-tests/pom.xml
+++ b/testing/wicket-js-tests/pom.xml
@@ -100,7 +100,7 @@
 								</goals>
 								<phase>generate-resources</phase>
 								<configuration>
-									<npmVersion>7.5.4</npmVersion>
+									<npmVersion>6.14.11</npmVersion>
 									<nodeVersion>v14.15.5</nodeVersion>
 								</configuration>
 							</execution>