jklepatch / eattheblocks

Source code for Eat The Blocks, a screencast for Ethereum Dapp Developers

Home Page:https://eattheblocks.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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