-
Notifications
You must be signed in to change notification settings - Fork 89
angular_dart_demo missing dart files #9
Comments
Are you on windows? There's a problem with this on windows. The pubspec.yaml file that is in the main directory is symlinked from the various subdirectories. It defines the angular_dart_demo: When you run a pub install/build/upgrade, the packages directory is created and the dart files should be there. I think Windows cannot deal with the symlinks. I'm going to un-symlink all these demos and make each one have it's own pubspec.yaml file. |
Hi, I'm not using Windows but Linux Ubuntu 13.10. On Mon, Nov 18, 2013 at 8:14 PM, traceypowersg [email protected]:
|
have you built the tutorial with pub upgrade? |
I started a pub upgrade to be sure, but had the same problems. Missing [image: Inline image 1] On Mon, Nov 18, 2013 at 9:27 PM, traceypowersg [email protected]:
|
I'm not sure what you mean by "started a pub upgrade". Just run pub upgrade from the command line. It takes about 20 seconds. It will install all the necessary dart packages into the packages directory. Can you elaborate on "missing"? This bug report is so vague that I can't really help you. When you cd into the Chapter_0X directory and ls packages/angular_dart_demo, what is there? If it's the Dart Editor complaining with red squigglies, this is a Dart Editor bug. For some reason, it can't figure out where the package:angular_dart_demo is. I've filed the bug. Regardles of the editor bug, it does not prevent the app from running. It's simply an editor bug. Without more information, I can't really help you. |
I had two problems: The examples are working now. Thanks for your help! On Mon, Nov 18, 2013 at 11:03 PM, traceypowersg [email protected]:
|
All chapters using 'packages/angular_dart_demo' are missing dart files.
The text was updated successfully, but these errors were encountered: