-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
npmInstall task defines default but makes not optional #174
Comments
This might be an oversight on our behalf, while doing a local test I met with the same issue but I'm also not certain what the expected result of I think the expectation here is that if If that sounds good we can probably make running it conditional on whether |
Hi @deepy , I think skipping the install task on behalf of the package.json file would be a good solution. Thanks in advance, |
I'll have a look at this later, but as a workaround for now you can configure the |
Thanks a lot! I created an empty react project for testing. This works for now. |
The
|
So may I ask how to configure the npmInstall task and set enabled = false? |
@RailOuy |
@deepy thanks |
Just out of curiosity, @RailOuy is your use-case to only use |
No,I just want to use web3j to connect to eth node.But the tool includes the package for solidity's usage.So I just want to skip the gradle error when the project is building. @deepy |
I moved to the 3.1.0 version and got the following issue:
From your code I see that you define a default but not set the property as Optional.
Maybe the property should be an optional to use the default?
The text was updated successfully, but these errors were encountered: