justinfagnani / route

A client + server routing library for Dart
BSD 3-Clause "New" or "Revised" License
114 stars 40 forks source link

Internal error: client.dart': Error: line 146 pos 1: unexpected token '}' #20

Closed marcog83 closed 11 years ago

marcog83 commented 11 years ago

UPDATE!!! sorry, somehow Dart editor had an old version of client.dart. I uninstalled and re-installed the package. now is OK.

Hi, i'm new on Dart. I tried to compile the example with Dart editor M4, but an error occured in client.dart.

Do i forget something, or wrong something?

Internal error: 'http://127.0.0.1:3030/C:/Workspaces/Dart/2013/WebUI%20Demo/WebUI_Demo/web/packages/route/client.dart': Error: line 146 pos 1: unexpected token '}' }

My pusspec.yaml is

name: WebUI_Demo description: A sample WebUI application dependencies: js: any browser: any web_ui: any route: any

Dart editor versions are:

Dart Editor version 0.4.7_r21658 Dart SDK version 0.4.7.5_r21658

Thanks marco