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

not compatible with latest node npm #30

Closed
Gozala opened this issue Mar 2, 2011 · 2 comments
Closed

not compatible with latest node npm #30

Gozala opened this issue Mar 2, 2011 · 2 comments

Comments

@Gozala
Copy link
Contributor

Gozala commented Mar 2, 2011

dox is broken on lates version of npm node due to module loader changes.

@ippa
Copy link

ippa commented Aug 2, 2011

I think I got hit with the same issue:

$ dox --title Rect src/rect.js

node.js:198
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead.
at Function. (module.js:360:11)
at Object. (/usr/local/lib/node_modules/dox/lib/dox/index.js:12:8)
at Module._compile (module.js:416:26)
at Object..js (module.js:422:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Module.require (module.js:341:17)
at require (module.js:352:17)
at Object. (/usr/local/lib/node_modules/dox/bin/dox:9:1)
at Module._compile (module.js:416:26)

@ForbesLindesay
Copy link
Contributor

Needs closing

@evindor evindor closed this as completed Sep 4, 2014
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

4 participants