SolidLabResearch / FormGenerator

A form generator app with Solid - Google Forms but the Solid way
https://solidlabresearch.github.io/FormGenerator/
MIT License
11 stars 0 forks source link

"ember serve" doesn't work #6

Closed pheyvaer closed 1 year ago

pheyvaer commented 1 year ago

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

smessie commented 1 year ago

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

pheyvaer commented 1 year ago

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.

smessie commented 1 year ago

Fair enough, I've added the alternative instruction to the readme as well in https://github.com/smessie/FormGenerator/commit/5566d43008c66dda60054e2b088e648f39481a61