generate / generate-gitignore

Generate a .gitignore file from the command line when Generate's CLI is installed globally, or use as a plugin or sub-generator in your own generator.
https://github.com/generate
MIT License
112 stars 12 forks source link

Generator doesn't work #3

Closed mehmetboraezer closed 7 years ago

mehmetboraezer commented 7 years ago

I am trying for use this tool but I couldn't. My problem is as follows:

screen shot 2016-10-16 at 01 06 11

jonschlinkert commented 7 years ago

what version of node are you running? What OS? Please provide more detail so we can debug.

mehmetboraezer commented 7 years ago

My Setup:

I am install application from using your quickstart guide. I used the following:

$ npm install --global generate generate-gitignore
jonschlinkert commented 7 years ago

generate requires node 5.0 or greater to run.

mehmetboraezer commented 7 years ago

I didn't see that. Now it's ok. Thank you @jonschlinkert