martmists
09/01/2021, 6:11 PM8:08:52 PM: Executing task 'browserDevelopmentRun --continuous'...
> Task :wrapper
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See <https://docs.gradle.org/7.1/userguide/command_line_interface.html#sec:command_line_warnings>
BUILD SUCCESSFUL in 1s
1 actionable task: 1 executed
Exiting continuous build as no executed tasks declared file system inputs.
> Task :kotlinNodeJsSetup SKIPPED
> Task :kotlinNpmCachesSetup
> Task :packageJson UP-TO-DATE
> Task :rootPackageJson UP-TO-DATE
> Task :kotlinNpmInstall UP-TO-DATE
> Task :generateExternalsIntegrated SKIPPED
> Task :downloadSass UP-TO-DATE
> Task :installSass UP-TO-DATE
> Task :compileSass UP-TO-DATE
> Task :sassCopy UP-TO-DATE
> Task :compileKotlinJs UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :mainClasses UP-TO-DATE
> Task :compileDevelopmentExecutableKotlinJs UP-TO-DATE
> Task :developmentExecutableCompileSync UP-TO-DATE
> Task :browserDevelopmentRun
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See <https://docs.gradle.org/7.1/userguide/command_line_interface.html#sec:command_line_warnings>
BUILD SUCCESSFUL in 4s
13 actionable tasks: 2 executed, 11 up-to-date
Waiting for changes to input files of tasks... (ctrl-d to exit)
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See <https://docs.gradle.org/7.1/userguide/command_line_interface.html#sec:command_line_warnings>
FAILURE: Build failed with an exception.
* What went wrong:
java.nio.file.AccessDeniedException: /var/lib/docker
> /var/lib/docker
* 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 4s
8:08:59 PM: Task execution finished 'browserDevelopmentRun --continuous'.
How do I solve this error? I'm just trying to run my react app in development mode 😕turansky
09/01/2021, 7:03 PMmartmists
09/01/2021, 7:34 PMPiotr Krzemiński
09/02/2021, 9:34 AM--stacktrace
option? we'd like to learn why AccessDeniedException
happened