bhw / react-scala-isomorphic

11 stars 1 forks source link

gulp; gulp webpack #1

Open azherf opened 8 years ago

azherf commented 8 years ago

Hi,

I was trying to setup Node after downloading your code. After, 'npm i' I got the following warning.

npm WARN deprecated gulp-webpack@1.5.0: Renamed to https://www.npmjs.com/package/webpack-stream

Ignoring this warning, I went ahead and executed the next step. 'gulp; gulp webpack'. But I got the below errors.

No command 'gulp' found, did you mean: Command 'gslp' from package 'ghostscript' (main)

After some googling I found the following help.

https://github.com/gextech/gulp-rainbow/commit/78cbae510aedbb22684971e7ff921b44bdff33ca

But even after making the changes mentioned in the above link, 'gulp' command is not found. Any help will be much appreciated.

Thanks, Azher

bburnett071 commented 8 years ago

Hi,

Try to run this:

npm i gulp -g

That will install gulp globally. You'll probably want this anyway since it's common to many projects.

Thanks, Brett

On Tue, Apr 5, 2016 at 2:15 AM, azherf notifications@github.com wrote:

Hi,

I was trying to setup Node after downloading your code. After, 'npm i' I got the following warning.

npm WARN deprecated gulp-webpack@1.5.0: Renamed to https://www.npmjs.com/package/webpack-stream

Ignoring this warning, I went ahead and executed the next step. 'gulp; gulp webpack'. But I got the below errors.

No command 'gulp' found, did you mean: Command 'gslp' from package 'ghostscript' (main)

After some googling I found the following help.

gextech/gulp-rainbow@78cbae5 https://github.com/gextech/gulp-rainbow/commit/78cbae510aedbb22684971e7ff921b44bdff33ca

But even after making the changes mentioned in the above link, 'gulp' command is not found. Any help will be much appreciated.

Thanks, Azher

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/bhw/react-scala-isomorphic/issues/1

azherf commented 8 years ago

Hi Brett,

Thanks. Installing gulp globally worked.

Regards, Azher