Set the environment variables
Install nano(or not if you intend to use vi)
yum install -y nano
Open ~/.profile
with nano ~/.profile
and add the following:
"use strict"; | |
var gulp = require('gulp'); | |
var concat = require('gulp-concat'); | |
var refresh = require('gulp-livereload'); | |
var client = require('tiny-lr')(); | |
var nodemon = require('gulp-nodemon'); | |
var sass = require('gulp-sass'); | |
var del = require('del'); | |
var concat = require('gulp-concat'); |
Set the environment variables
Install nano(or not if you intend to use vi)
yum install -y nano
Open ~/.profile
with nano ~/.profile
and add the following: