You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :downloadSaxonJs
Download https://www.saxonica.com/saxon-js/download/Saxon-JS-2.3.zip
> Task :copySaxonJs
> Task :copyResources
> Task :createPackageJson
> Task :installXslt3 FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':installXslt3'.
> A problem occurred starting process 'command 'npm''* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 15s
5 actionable tasks: 5 executed
So I then went ahead and issued sudo apt install npm (which, BTW, installed 198 new packages), after which the build worked.
Bet you never thought you would have users with systems that lame, eh?
Not sure if the solution is to add your own npm to this repo, download it from within the build process, or just document here that it is a required package (or something else). Anyway, thought you should know.
The text was updated successfully, but these errors were encountered:
Tried the TL;DR instructions. Result was:
So I then went ahead and issued
sudo apt install npm
(which, BTW, installed 198 new packages), after which the build worked.Bet you never thought you would have users with systems that lame, eh?
Not sure if the solution is to add your own
npm
to this repo, download it from within the build process, or just document here that it is a required package (or something else). Anyway, thought you should know.The text was updated successfully, but these errors were encountered: