ParserError: Expected token Comma got 'Identifier'
captainjackrana opened this issue · comments
Trying to run the uniswap trading nodejs code without any modifications and running in to this error.
Error parsing defi/eattheblocks/screencast/330-uniswap-trading-nodejs/contracts/Router.sol: ParsedContract.sol:7:24:
ParserError: Expected token Comma got 'Identifier'
address[] calldata path,
^
Compilation failed. See above.
It's working absolutely fine on my side