You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: