przeor / react-router-flux-starter-kit

Why & How to Learn React Redux, the right highly scalable way.
626 stars 84 forks source link

gulp.env has been deprecated. Use your own CLI parser instead. We recommend using yargs or minimist. #10

Open sebitas opened 9 years ago

sebitas commented 9 years ago

Trying to use radium for css.

sebitas commented 9 years ago

sebitas:shotfie Sebastian$ gulp [12:05:36] Using gulpfile ~/Trabajo/shotfie/shotfie_frontend/shotfie/gulpfile.js [12:05:36] Starting 'browserify'... gulp.env has been deprecated. Use your own CLI parser instead. We recommend using yargs or minimist. [12:05:36] Finished 'browserify' after 9.39 ms [12:05:36] Starting 'copy'... [12:05:36] Finished 'copy' after 2.85 ms [12:05:36] Starting 'connect'... [12:05:36] Finished 'connect' after 6.57 ms [12:05:36] Starting 'open'... [12:05:36] Finished 'open' after 1.2 ms [12:05:36] Starting 'default'... [12:05:36] Finished 'default' after 2.52 μs [12:05:36] Server started http://localhost:8080 [12:05:36] LiveReload started on port 35729 [12:05:37] Plumber found unhandled error: ReactifyError in plugin 'gulp-browserify'

rogyvojevic commented 8 years ago

don't use gulp.env use gutil.env insted you first need to require gutil course