Hi. I installed dmd, dash-cli and dub, and then ran dash create myproject. If I cd myproject && dub run, I get the cryptic error message:
Error executing command run:
no package file was found, expected one of the following: [immutable(FilenameAndFormat)("dub.json", json), immutable(FilenameAndFormat)("package.json", json)]
despite dash having created one for me. IMO there should be something covering how exactly to compile and run the project on the Getting Started section in the manual.
OS: Windows
dub: 0.9.23
dash-cli: 0.2.3
Hi. I installed
dmd
,dash-cli
anddub
, and then randash create myproject
. If Icd myproject && dub run
, I get the cryptic error message:no package file was found, expected one of the following: [immutable(FilenameAndFormat)("dub.json", json), immutable(FilenameAndFormat)("package.json", json)]
despite dash having created one for me. IMO there should be something covering how exactly to compile and run the project on the Getting Started section in the manual.