Open flukeout opened 10 years ago
Getting this error when running "yo appmaker". Ran the npm install -g generator-appmaker command in both the parent folder and the component folder - does it matter where that command is run?
npm install -g generator-appmaker
@flukeout try npm install -g yo generator-appmaker -- you can run this anywhere, since it globally installs the generator
npm install -g yo generator-appmaker
I think you actually need the yo part (which i forgot to add to docs)
yo
Getting this error when running "yo appmaker". Ran the
npm install -g generator-appmaker
command in both the parent folder and the component folder - does it matter where that command is run?