We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I dial this into the latest browserify:
var bundle = browserify({ require : { http : 'http-browserify' } });
I get an error saying Error: path must be a string.
Error: path must be a string.
Please update with correct configuration instructions!
The text was updated successfully, but these errors were encountered:
Did you ever manage to resolve this? I'm also experiencing the same issue. Wonder if the browserify api has changed fairly recently.
Sorry, something went wrong.
@skyhaikuteam I did not. I ended up not using the package due to the issue.
@codeviking @skyhaikuteam browserify now automatically uses http-browserify for http by default:
http-browserify
http
https://github.com/substack/node-browserify/blob/master/lib/builtins.js
exports.http = require.resolve('http-browserify');
the config from the readme is no longer needed (and should probably be deleted):
No branches or pull requests
When I dial this into the latest browserify:
I get an error saying
Error: path must be a string.
Please update with correct configuration instructions!
The text was updated successfully, but these errors were encountered: