File upload error occurred: package: core_elements / src / common.dart

I am using Dart Dev 1.7.0_03, polymer 0.14.2 + 1, core_elements 02.2 + 1 and paper_elements 0.2.0.

The attribute to run my application compiles successfully, but the index.html page is not showing. Index.html in the console shows the following:

Failed to load resource: the server responded with a status of 404 (Not Found)
  http://localhost:8080/packages/core_elements/src/common.dart
An error occurred loading file: package:core_elements/src/common.dart

      

There is no other way out. Looking at the packages I can't see this resource either.

I am getting this result for both DartEditor and dart-editor eclipse plugin.

thank

+3


source to share


1 answer


You must try restarting first pub serve

, then

pub cache repair

      



If that doesn't fix the problem, it might be a bug in the package.

+1


source







All Articles