Dart and package root -


I'm playing some code using the DART VM from the command line. The command is:

  DART - check-package-root = / dART / package_ test_service.dart   

Although I get an error:

  gf_service.dart ': Error: Line 7 Position 1: Library Handler Import' Package Begins: Start / Start 'as Startup;   

I'm confused with the DIR referenced by "pocket-root" argument, of course, looking at the "Start / Start Data" file, so it exists. The package-root folder is also correct.

Is there anything I remember?

Thanks

Normally you -package-root argument is not required, but the directory containing the script file should have a symbolic link to the package directory of your package. Pub find should create these simulations

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -