-
Notifications
You must be signed in to change notification settings - Fork 75
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
Node v14 Warning: Accessing non-existent property 'VERSION' #463
Comments
oh, interesting. thanks for reporting this issue @PaulRBerg. We'll take a look |
it may be something related to |
This was fixed in the parser a while ago, it shouldn't keep happening :/ @PaulRBerg can you trade upgrading the dependency and check again? |
I upgraded, but the warning didn't go away. Looks like solidity-coverage has the same problem.
Anyways, I'm closing this issue. |
I am shipping prettier-plugin-solidity with my solidity-template. When using the template with node v14 and above, I am getting these warnings:
You can reproduce this by cloning my template, switching to commit b70050d and running
NODE_OPTIONS="--trace-warnings" yarn run test
.I am not sure what is the solution for this. Related:
The text was updated successfully, but these errors were encountered: