-
Notifications
You must be signed in to change notification settings - Fork 42
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
v 1.0.0 fails with missing dependencies, see example with graceful-fs #33
Comments
Hmm interesting. There were a lot of changes. Hope it's an easy fix. Pull request would be much appreciated... It might be just that we're missing |
Similar issue posted to graceful-fs: isaacs/node-graceful-fs#29 |
I haven't found any documentation on a native |
Wow, that's a bunny trail.
Based on that, check out #34 which asks Node for the list of native modules, and tests that we can |
https://github.com/robrich/sandboxed-module-graceful-fs is a project showing how v. 1.0.0 fails with ENOENT, no such file or directory 'path/to/this/project/constants' on [line 262 of sandboxed_module.js] when dependencies don't exist. v. 0.3.0 didn't have this concern.
The text was updated successfully, but these errors were encountered: