-
Notifications
You must be signed in to change notification settings - Fork 0
Environment Setup
ChrisMurphy3 edited this page Nov 9, 2017
·
8 revisions
-
Install NodeJS on your local machine. Node version here: Node Package
-
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 Settingsto open System Properties - On the advanced tab of System Properties click
Environment Variables - Find your
Pathvariable, 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)
-
Install globally the Gulp CLI package
$ npm i -g gulp-cli