-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot set the value of read-only property 'version' for task ':npmSetup' of type #264
Comments
The build is working fine with 2x versions (2.2.4) without any issues. But when I run the build with any of the 3x versions, I'm getting the above error. The gradle version is 7.0 and JDK version is 8. I hope these are sufficient to run the 3x version as per the document. |
@xavierdevairakkam can you provide a complete reproducer? are you using kotlin dsl?
or the like |
It is groovy dsl @cdietrich . Here is my sample build.gradle content for your reference
|
i still cannot reproduce your problem with that snippet. |
Is it running fine for you? @cdietrich |
i had to add a clean task and an assembe task, and a package json but yes |
An exception occurred applying plugin request [id: 'com.github.node-gradle.node', version: '3.5.1']
`node {
// Versions of node , npm
version = "14.15.1"
npmVersion = "6.14.8"
}`
The text was updated successfully, but these errors were encountered: