0.6.0 • Published 4 years ago
nodebinenv v0.6.0
nodebinenv
Activates a project-scoped environment that appends node_modules/.bin to the PATH to prevent using global installations of the tools. For example, in a Gatsby project, this allows calling gatsby serve directly.
Usage
- Install shadowenv
- Add
nodebinenvas dependency:npm install --save nodebinenv. - Trust your environment with
shadowenv trust. - Enjoy!