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

io.js support? #51

Closed
marbemac opened this issue Feb 25, 2015 · 2 comments
Closed

io.js support? #51

marbemac opened this issue Feb 25, 2015 · 2 comments

Comments

@marbemac
Copy link

Hi, everything works OK in node 0.12, but in io.js 1.3 I get the error below. Looks like for some reason mdl is read-only? Does anybody have this working in io.js?

The error occurs here: https://github.com/thlorenz/proxyquire/blob/master/lib/proxyquire.js#L15

if (!mdl[key])  mdl[key] = original[key];
                               ^
TypeError: Cannot assign to read only property 'F_OK' of #<Object>
@thlorenz
Copy link
Owner

I've no idea why that happens.
Could you reference this is in an io.js issue please? It might be an io.js regression.

@bastimeyer bastimeyer mentioned this issue Feb 28, 2015
@bendrucker
Copy link
Collaborator

Fixed in 16f66f3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants