Skip to content
Full Stack Web Development Learnings

Full Stack Web Development Learnings

Just another WordPress site

Month: May 2019

Posted on 18th May 201918th May 2019

Installing Gulp dependencies when you already have a package.json

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

Recent Posts

  • JavaScript – JS & the DOM
  • JavaScript: Timers
  • JavaScript – Dates
  • Javascript – Numbers
  • JavaScript – Array Methods

Archives

  • January 2025
  • December 2024
  • May 2020
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • December 2018

Categories

  • AJAX
  • CSS
  • Flexbox
  • JavaScript
  • jQuery
  • MySQL
  • PHP
  • SASS
  • Uncategorised
  • Wordpress
Proudly powered by WordPress