Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 433 Bytes

01--installation-instructions.md

File metadata and controls

32 lines (23 loc) · 433 Bytes

Installation

Node and NPM

Download Node from https://nodejs.org/en/download/.

Check the Node, NPM, and NPX Installation Versions

node -v
npm -v
npx -v

Gulp

Install (i) the Gulp command line interface (gulp-cli) globally (-g) via NPM (npm).

npm i -g gulp-cli

Check the Gulp Installation Version

gulp -v

§