This is when you copy a project from another location onto your laptop and you want to run gulp utilities.
cd to the project folder and type the following in terminal:
npm install --save-dev
Source: Stack Overflow
More documentation: https://docs.npmjs.com/cli/install
