actum / gulp-dev-stack

Actum dev stack based on gulp
MIT License
11 stars 7 forks source link

Environment check #88

Closed janpanschab closed 8 years ago

janpanschab commented 8 years ago

We need to check minimal version of npm and node. It doesn’t run on npm < 3 and node < 5.

vbulant commented 8 years ago

Isn't it enough to list the requrements in readme?

On 11 Nov 2016, at 10:16, Jan Panschab notifications@github.com wrote:

We need to check minimal version of npm and node. It doesn’t run on npm < 3 and node < 5.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

janpanschab commented 8 years ago

No, ask Linh and Jan Chalupa :-) Same questions yesterday: why it is not working!?!?!?

vbulant commented 8 years ago

I see :) Can we discuss it in person on monday? (I’m in the office on Mon–Wed due to the public holiday.)

vbulant commented 8 years ago

Couldn’t get "engines" field in package.json to work. It doesn’t show any warning when versions don’t match.