-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Running fs
source fails if it requires internal modules
#41
Comments
vkurchatkin
added a commit
to vkurchatkin/node
that referenced
this issue
Jun 5, 2015
This allows `graceful-fs` to evaluate `fs` source without access to internals. See isaacs/node-graceful-fs#41 This is a temporary workaround that makes npm work. Fixes: nodejs#1898
vkurchatkin
added a commit
to vkurchatkin/node
that referenced
this issue
Jun 5, 2015
This allows `graceful-fs` to evaluate `fs` source without access to internals. This is a temporary workaround that makes npm work. See: isaacs/node-graceful-fs#41 Fixes: nodejs#1898
vkurchatkin
added a commit
to nodejs/node
that referenced
this issue
Jun 5, 2015
This allows `graceful-fs` to evaluate `fs` source without access to internals. This is a temporary workaround that makes npm work. See: isaacs/node-graceful-fs#41 Fixes: #1898 PR-URL: #1903 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
As stated here the problem appears to be https://github.com/isaacs/node-graceful-fs/blob/master/fs.js#L8-L10 (i.e. running Edit: which, for point, is even commented in the source here as being evil. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nodejs/node#1898
The text was updated successfully, but these errors were encountered: