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

This lets you place the module 'node-inspector' in any 'node_modules' directory #4

Closed
wants to merge 1 commit into from

Conversation

carlosypunto
Copy link

...rectory

@ChrisWren
Copy link
Owner

Thanks, I will check this out later today.

@ChrisWren
Copy link
Owner

This will require a change in node-inspector which is referenced in the above PR. Also, it should be implemented like this:

var args = [require.resolve('node-inspector')];

@bajtos
Copy link

bajtos commented Nov 13, 2013

This will require a change in node-inspector which is referenced in the above PR. Also, it should be implemented like this:

var args = [require.resolve('node-inspector')];

Node Inspector change is not necessary, use this code instead:

require.resolve('node-inspector/bin/inspector')

@ChrisWren
Copy link
Owner

Thanks @bajtos for helping out!

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 this pull request may close these issues.

3 participants