dart-archive / stagehand

Dart project generator - web apps, console apps, servers, and more.
https://pub.dev/packages/stagehand
BSD 3-Clause "New" or "Revised" License
652 stars 118 forks source link

Error when reading #589

Open mitrich248 opened 5 years ago

mitrich248 commented 5 years ago

Hello! I installed Dart SDK 2.1.0, webdev 1.0.1, stagehand 3.1.4 (64-bit Windows 10). And added to the system path value "%APPDATA%\Pub\Cache\bin". I try to invoke the command "$ stagehand", but receive an error: "Error: Error when reading 'file:///C:/Users/%E2%95%A8%D0%AE%E2%95%A8%E2%95%97%E2%95%A8%E2%95%A1%E2%95%A8%E2%94%82/AppData/Roaming/Pub/Cache/global_packages/stagehand/bin/stagehand.dart.snapshot.dart2': Stagehand will generate the given application type into the current directory. ..." However, the command "$ pub global run stagehand" works well: "Stagehand will generate the given application type into the current directory. ..." Why did I receive the error when using the command "$ stagehand"? How can I fix it?

kwalrath commented 5 years ago

Is this still a problem?