SolidLabResearch/FormGenerator

"ember serve" doesn't work

Closed this issue · 3 comments

When following the instructions ember serve doesn't work. I have to do npx ember serve.

Therefore you should install the Ember CLI via npm install -g ember-cli
More info on that on https://cli.emberjs.com/release/

People might be reluctant to install dependencies globally just to try something out. But to be fair it's mentioned in the README that the CLI is required.

Fair enough, I've added the alternative instruction to the readme as well in 5566d43