denali-js / cli

The official CLI for starting, building, and running Denali apps and addons
MIT License
5 stars 5 forks source link

CLI should break or install if node_modules is not present #50

Open luxzeitlos opened 6 years ago

luxzeitlos commented 6 years ago

When the node_modules folder is not present denali server just exists silently. It should either throw an error, or run yarn / npm install.