-
Notifications
You must be signed in to change notification settings - Fork 209
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
Add locally installed module's binaries to $PATH #86
Comments
There is no any |
Try something that has a |
Same problem here for Karma. I add the package through npm, the package is installed in |
Check if your package is installed locally. If so, the binary will be in project_root/node_modules/package_name/bin If you don't like either, then install packages globally. Since your project is managed by nodeenv, installing global might be the easiest solution. |
Hello, any progress on this issue? How do people actually run nodeenv if the packages installed with npm are not in the PATH? |
…1.0.0 Version 1.0.0 ------------- - `--prebuilt` is default. See `# 161`_ - Added `--source` option - Added support for the `ARM`. See `# 171`_ - Fixed issue with `$PATH`. See `# 86`_ .. _# 171: ekalinin/nodeenv#171 .. _# 161: ekalinin/nodeenv#161 .. _# 86: ekalinin/nodeenv#86
With the current implementation, it is unpractical to use It would be extremely nice if packages installed through Any plans to making |
A local install of gulp creates this, thus the original request:
Or well, DID create. In a more recently created virtualenv I get different results. For gulp, the way to go is |
"activate" should add "‹envdir›/node_modules/.bin" to the $PATH, in front of "‹envdir›/bin".
The text was updated successfully, but these errors were encountered: