On Monday, 15 January 2018 at 11:15:41 UTC, Brian wrote:
zoujiaqing@Brian-XPS MINGW64 /d/Projects
$ dub init serializable -v
Using dub registry url 'https://code.dlang.org/'
Refreshing local packages (refresh existing: true)...
Looking for local package map at
C:\ProgramData\dub\packages\local-packages.json
Looking for local package map at
C:\Users\Brian\AppData\Roaming\dub\packages\local-packages.json
No package found in current working directory.
After a bit waiting the message will appear
Invalid format, "$ dub init projectName -t vibe.d -v", enter
either "sdl" or "json".
Then you have to enter sdl or json in the cmd line, after all it
works.
-Cheers