You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.
There is a bug in brfs which disallows passing variables to fs.readFileSync.
This means that anyone using this module with Browserify will have a breaking
build. This can be fixed by using the value of remote.path directly, which,
while not optimal, solves the issue while the bug for fs.readFileSync is fixed.
I'm not sure if this PR is the right way to go about it, or to wait until brfs
addresses the issue. This PR is what I am using to fix my current build.
See more here: browserify/brfs#36
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
0.8.4 doesn't appear to have been pushed to this repo, at least the
package.json
hasn't. It's currently broken.The text was updated successfully, but these errors were encountered: