Closed eshon closed 4 years ago
➤ Andrew Milich commented:
I'm also experiencing this issue in addition to other compilation errors after addressing this.
➤ Archie Norman commented:
➤ Canalytic commented:
me too
➤ Adwind commented:
Error compiling:
Migrations.sol:7:3: Error: Expected token Semicolon got 'RBrace' } ^ Compilation failed. See above.
➤ wukong5 commented:
me to
➤ wukong5 commented:
is there anybody who can solve this,please help
➤ Henry commented:
I'm having the same issue, too. :/
➤ Shikhar Mahajan commented:
Any updates?
➤ Debadri Dutta commented:
open the migrations.sol file using sublime or any other text editor and put a semicolon after _ inside the if function. 1 ( https://user-images.githubusercontent.com/24243687/32277682-3b06de9e-bf39-11e7-8e46-44ac4283904a.JPG )
spam
I am having a compile error when running truffle compile (latest node, python 2.7, all according to instructions):
Migrations.sol:7:3: Error: Expected token Semicolon got 'RBrace'
➜ app git:(master) truffle compile
Compiling Conference.sol... Compiling Migrations.sol... Error compiling:
Migrations.sol:7:3: Error: Expected token Semicolon got 'RBrace' } ^ Compilation failed. See above.