Gulp is not working(install) on my laragon, please do help me.
What is the output when you run this?
npm install --global gulp
Please Help Me:-
when "npm install gulp"
Hi Krishna,
I tested successfully with Laragon 0.9 151004 on Windows 10 64-bit & Windows 7-32 bit. Here are my steps: 1) At C:\www\laragon, clone the project:
git clone https://github.com/rappasoft/laravel-5-boilerplate.git
2) Go to the project folder:
cd laravel-5-boilerplate
3) Install PHP libraries:
composer install
4) Install Javascript libraries:
npm installl
5) Install Gulp globally:
npm install -g gulp
6) Run Gulp Watch
gulp watch
Log in to post a comment.
What is the output when you run this?
Please Help Me:-
when "npm install gulp"
Hi Krishna,
I tested successfully with Laragon 0.9 151004 on Windows 10 64-bit & Windows 7-32 bit.
Here are my steps:
1) At C:\www\laragon, clone the project:
2) Go to the project folder:
3) Install PHP libraries:
4) Install Javascript libraries:
5) Install Gulp globally:
6) Run Gulp Watch