在运行Dart入门指南并按照文档使用 WebStorm 时,Dartium 窗口在第一次尝试运行 index.html 时显示“502 Bad Gateway”。
检查 IDE 时,Pub Serve 控制台在尝试运行时显示错误% .../pub serve web --port=<port>
:
No pubspec.lock file found, please run "pub get" first
我进入终端上的 get_started 项目文件夹并运行相同的pub serve
命令并得到相同的错误。
我在 Linux x64 上运行 WebStorm 2016.3.2 和 Dart sdk 1.21.0。
这里要遵循的正确程序是什么?