Alberto Costa
01/18/2021, 10:05 AM./gradlew clean build the build fails with error:
> Task :spotlessStyling FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':spotlessStyling'.
> Running npm command 'npm install --no-audit --no-package-lock' failed with exit code: 254Alberto Costa
01/18/2021, 10:06 AM6.14.10Chris (deprecated profile)
node do you have ?Alberto Costa
01/18/2021, 10:14 AMv14.15.4Chris (deprecated profile)
Artem Astapenko
01/18/2021, 10:38 AMArtem Astapenko
01/18/2021, 10:41 AMArtem Astapenko
01/18/2021, 11:04 AMAlberto Costa
01/18/2021, 11:16 AMArtem Astapenko
01/18/2021, 11:18 AM./gradlew :spotlessStyling ?Alberto Costa
01/18/2021, 11:21 AMStarting a Gradle Daemon (subsequent builds will be faster)
/vagrant/airbyte/airbyte-integrations/connectors
> Task :spotlessStyling FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':spotlessStyling'.
> Running npm command 'npm install --no-audit --no-package-lock' failed with exit code: 254
* 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 21s
1 actionable task: 1 executedArtem Astapenko
01/18/2021, 11:24 AMAlberto Costa
01/18/2021, 11:25 AM--degbugAlberto Costa
01/18/2021, 11:29 AMAlberto Costa
01/18/2021, 3:58 PMArtem Astapenko
01/18/2021, 4:00 PMAlberto Costa
01/18/2021, 4:00 PMArtem Astapenko
01/18/2021, 4:54 PMChris (deprecated profile)
s
./gradlew clean build --console verbose --stacktrace ?Jared Rhizor (Airbyte)
npm install --no-audit --no-package-lock directly in the airbyte-webapp directory work?Artem Astapenko
01/18/2021, 6:22 PMJared Rhizor (Airbyte)
Alberto Costa
01/19/2021, 9:55 AMChris (deprecated profile)
./gradlew command but you add -x spotlessStyling for example to exclude the failiing taskChris (deprecated profile)
Chris (deprecated profile)
-x spotless )Artem Astapenko
01/19/2021, 10:03 AMChris (deprecated profile)
-x :spotlessCheck -x spotlessApply ?Alberto Costa
01/19/2021, 10:10 AM