Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade NPM packages, use Browserify directly #19

Closed
wants to merge 1 commit into from

Conversation

gcpantazis
Copy link

  • Removes gulp-browserify.
  • Tested on Node v0.10, v4.0, v5.0

Hi there! I was having trouble checking this out due to some old dependencies (browserify depending on esprima-six, which no longer exists, specifically). So I upgraded them! gulp-browserify is abandoned, so I just used browserify.bundle() directly.

The output is rendering, but I can't compare it to the previous version so I'll defer to you on whether or not it's correct. :) Thanks for the example!

- Removes `gulp-browserify`.
- Tested on Node v0.10, v4.0, v5.0
@gcpantazis
Copy link
Author

Should probably resolve #18.

@wstoettinger
Copy link

it fixed npm install errors for me. thanks!

@onefunman
Copy link

Thx bro

@benleung
Copy link

thanks it fixed npm install error for me too

@MaffooBristol
Copy link

Hello, @DavidWells - any chance of merging this?

@MaffooBristol
Copy link

@gcpantazis - I actually have noticed another deprecation, all instances of require('react/addons') should be replaced with require('react')!

@hansman
Copy link

hansman commented May 22, 2016

As on current master, 'browserify' is not required. https://github.com/DavidWells/isomorphic-react-example/blob/master/package.json#l16

@gcpantazis
Copy link
Author

Hey all, I'm closing this since this project seems dead / I'd like to clean up my PR dashboard. If anyone else would like to own the PR / handle getting it merged with @DavidWells please feel free to cherrypick my patch! 👋

@gcpantazis gcpantazis closed this Jan 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants