-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
http-server: command not found #21
Comments
hmm this is supposed to fix it https://github.com/maxogden/monu/blob/master/index.js#L13-L14 i know it was working before @sindresorhus sent me the PR that added that (i had a ghetto fix before) |
Ahh I'm using the 1.0.6 Alpha -- should I run master, or nag for a release? :) |
I'm seeing the same issue running from the master branch. |
I just tried
After it's:
It uses @zeke What does This might have something to do with the use of |
@ljharb, maintainer of nvm, might have a bright idea. :) |
If you're using |
I'm using a fresh installation of
|
I believe that's just the default
edit: based on #21 (comment), in order for the |
@maxogden and @sindresorhus, how are you managing multiple |
I only ever use latest iojs :) |
I use @ljharb Is there any way to get the |
@sindresorhus sure, |
|
if
|
I don't know the version. I'm just a node module wanting to know the users node module
And "current node's bin folder" is also the
I would argue it's the other way around. |
@sindresorhus ah - i see what you mean. No, the folder for globally installed modules is usually `"$(npm root -g)../../bin" but I don't think there's an easy way to get at it directly. As for who's got the bug, if your module is using any |
I'm trying to run globally-installed modules with monu, but it's failing. Here's my config.json:
The logs say:
I have
http-server
installed globally:What should I do to help monu find it?
The text was updated successfully, but these errors were encountered: