Categories
JavaScript Answers

How to fix ‘gulp’ is not recognized as an internal or external command with JavaScript?

Spread the love

To fix ‘gulp’ is not recognized as an internal or external command with JavaScript, we install the gulp package.

To install it, we run

npm install -g gulp

to install gulp globally.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *