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

browserify > 2.29 breaks multilevel #492

Closed
thlorenz opened this issue Sep 23, 2013 · 3 comments
Closed

browserify > 2.29 breaks multilevel #492

thlorenz opened this issue Sep 23, 2013 · 3 comments

Comments

@thlorenz
Copy link
Collaborator

More information about this issue is here.

Between 2.29 and 2.30 not too much happened and the major change is upgrading browser-builtins.
I remember also seeing something about crypto in one of the error messages - not sure though.

Hopefully we can resolve this asap with help of @juliangruber, @alexgorbatchev and @AndreasMadsen.

My current workaround is: npm install -S browserify@2.29

@thlorenz
Copy link
Collaborator Author

I confirmed that downgrading browser-builtins to ~1.0.7 solves the issue.

I created a fork with the downgrade and can now do npm install -S thlorenz/node-browserify to get all the other changes to the latest browserify versions without the browser-builtins upgrade.

With that version multilevel is no longer broken.

@AndreasMadsen
Copy link

@thlorenz could you please provide a complete testcase. Reproducing the issue might seams completely obvious to you but I would like to see it anyway.

Also please keep in mind that the major version update of browser-builtins indicates a shift from node 0.7 to node 0.10 so it is very likely the issue is on the userland side.

@thlorenz
Copy link
Collaborator Author

@AndreasMadsen I added repro steps to the issue on browser-builtins.

ghost pushed a commit that referenced this issue Sep 23, 2013
@ghost ghost closed this as completed Nov 18, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants