We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running the hardhat cli with Node 14 outputs the follow warnings:
(node:18497) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
More info from running hardhat cli with --trace-warnings:
(node:15755) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency at emitCircularRequireWarning (internal/modules/cjs/loader.js:650:11) at Object.get (internal/modules/cjs/loader.js:664:5) at Object.<anonymous> (/home/hatch/projects/sb/startrail/app/node_modules/@solidity-parser/parser/dist/antlr4/RuleContext.js:32:46)
This is due to Antlr4 and was fixed here: antlr/antlr4#2834
It'ts fixed in
So an upgrade of the @solidity-parser will hopefully fix this.
The text was updated successfully, but these errors were encountered:
fvictorio
Successfully merging a pull request may close this issue.
Problem
Running the hardhat cli with Node 14 outputs the follow warnings:
More info from running hardhat cli with --trace-warnings:
Antlr Fix
This is due to Antlr4 and was fixed here: antlr/antlr4#2834
It'ts fixed in
So an upgrade of the @solidity-parser will hopefully fix this.
The text was updated successfully, but these errors were encountered: