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

requiring node core modules fails #72

Open
talon opened this issue Mar 12, 2015 · 1 comment
Open

requiring node core modules fails #72

talon opened this issue Mar 12, 2015 · 1 comment

Comments

@talon
Copy link

talon commented Mar 12, 2015

This

var http = require('http')

gives

Bundling error: 

---FLAGRANT SYSTEM ERROR---

--- error #0: ---


(logs uuid: 0daef330-c86c-11e4-9de9-59ad9188bc13 )

Error: "spawn ENOENT"

code: ENOENT
errno: ENOENT
syscall: spawn
dirPath: /tmp/http115212-24815-1xspa4h


------

This is probably an issue with the package, and not browserify-cdn itself.
If you feel differently, feel free to file a bug report at:

    https://github.com/jesusabdullah/browserify-cdn/issues

Include the ENTIRETY of the contents of this message, and he can
try to help you out.

Have a nice day!

and this

var events = require('events')

gives

Bundling error: 

---FLAGRANT SYSTEM ERROR---

--- error #0: ---


(logs uuid: 3b55a810-c86c-11e4-9de9-59ad9188bc13 )

Error: "spawn ENOENT"

code: ENOENT
errno: ENOENT
syscall: spawn
dirPath: /tmp/events115212-24815-qtxstm


------

This is probably an issue with the package, and not browserify-cdn itself.
If you feel differently, feel free to file a bug report at:

    https://github.com/jesusabdullah/browserify-cdn/issues

Include the ENTIRETY of the contents of this message, and he can
try to help you out.

Have a nice day!
@kumavis
Copy link
Collaborator

kumavis commented Mar 12, 2015

Just ran into this with crypto

Bundling error: 

---FLAGRANT SYSTEM ERROR---

--- error #0: ---


(logs uuid: dc168090-c901-11e4-9de9-59ad9188bc13 )

Error: "spawn ENOENT"

code: ENOENT
errno: ENOENT
syscall: spawn
dirPath: /tmp/crypto115212-24815-1c6mtud


------

This is probably an issue with the package, and not browserify-cdn itself.
If you feel differently, feel free to file a bug report at:

    https://github.com/jesusabdullah/browserify-cdn/issues

Include the ENTIRETY of the contents of this message, and he can
try to help you out.

Have a nice day!

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

No branches or pull requests

2 participants