Reputation: 4650
Is it possible to use gulp without node? The setup that requires - npm install -g gulp. Is there a way to use gulp without using node?
Upvotes: 2
Views: 584
Reputation: 2915
No, you can't use gulp without node. Gulp is written in javascript and it runs with NodeJS.
Upvotes: 1