inrupt / generator-solid-angular

Generator for Solid Angular applications
MIT License
31 stars 12 forks source link

Generator not working #21

Closed evmiguel closed 5 years ago

evmiguel commented 5 years ago

Hi,

I am trying to create the sample Solid Angular application on my local machine, but the generator is not working. These are the steps I have followed:

  1. npm install -g @angular/cli
  2. npm install -g yo
  3. npm install -g @inrupt/generator-solid-angular

This step yo @inrupt/solid-angular produces the following output:

Error @inrupt/solid-angular 

You don’t seem to have a generator with the name “@inrupt/solid-angular” installed.
But help is on the way:

You can see available generators via npm search yeoman-generator or via http://yeoman.io/generators/. 
Install them with npm install generator-@inrupt/solid-angular.

To see all your installed generators run yo without any arguments. Adding the --help option will also show subgenerators. 

If yo cannot find the generator, run yo doctor to troubleshoot your system.

Any help getting set up would be appreciated!

james-martin-jd commented 5 years ago

Hello!

Did any of your previous console commands error out or have warnings? I went through the steps just now and everything seemed to be working. The error message seems to imply that either the generator didn't install properly from npm, or your command line can't find it.

I know if you are on Windows, you may need to close and reopen the terminal for newly-added commands to be recognized, so that might be worth a try.

james-martin-jd commented 5 years ago

Closing this as there's been no response for some time. If this is still an issue, feel free to reopen it.