This repository was archived by the owner on Jul 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Conflict with Node plugin #15
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingplugin:jsJS tasks and related workJS tasks and related work
Milestone
Description
When trying to build a project with the Gradle plugin which also applies the Node plugin, the following error surfaces, likely because Elide is applying it on behalf of the user:
Building Elide v3...
Type-safe project accessors is an incubating feature.
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/sam/Workspace/elide-v3/samples/fullstack/ssr/node/build.gradle.kts' line: 17
* What went wrong:
Error resolving plugin [id: 'com.github.node-gradle.node', version: '3.4.0']
> The request for this plugin could not be satisfied because the plugin is already on the classpath with an unknown version, so compatibility cannot be checked.
* 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 3s
6 actionable tasks: 6 up-to-date
make: *** [build] Error 1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingplugin:jsJS tasks and related workJS tasks and related work