Following the tutorial of the page I find the following error in Windows 10 build 1709
$ adonis serve --dev
module.js:538
throw err;
^
Error: Cannot find module 'C:\Users\Giancarlos Castillo\Desktop\dev\number-game\"C:\Users\Giancarlos' at Function.Module._resolveFilename (module.js:536:15) at Function.Module._load (module.js:466:25)
at Function.Module.runMain (module.js:676:10)
at startup (bootstrap_node.js:187:16)
at bootstrap_node.js:608:3
Application crashed, make sure to kill all related running process, fix the issue and re-run the app

The problem is with chokidar, an internal module used by AdonisJs
This happens coz of a space inside folder name
Closing since not actionable
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.