Skip to content

Environment Setup

ChrisMurphy3 edited this page Nov 9, 2017 · 8 revisions

Environment Setup

Windows

  1. Install NodeJS on your local machine. Node version here: Node Package

  2. Make sure that your global node modules, and node binaries are in your PATH:

    • Right click on computer (My PC in Win10), and select Properties to open the System window
    • On the side panel of the System window click Advanced System Settings to open System Properties
    • On the advanced tab of System Properties click Environment Variables
    • Find your Path variable, click edit, and add the npm bin folder.
      For the Node version, that path is as follows:
      C:\Users\cmurphy\AppData\Roaming\npm
      

    (you may need to restart your console for your path changes to take effect)

  3. Install globally the Gulp CLI package

    $ npm i -g gulp-cli
    

Clone this wiki locally