New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nodenv

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodenv

Adds project level node_modules/.bin to your PATH

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
2K
9.01%
Maintainers
1
Weekly downloads
 
Created
Source

NODENV

npm install -g nodenv
echo "source $(which nodenv)" >> ~/.bashrc
nenv -h

Basic Overview

nenv -a will look from your current working directory and up the directory tree for a node_modules/.bin folder. If found, this with be added to your PATH environment variable - in the current context only, not permanent.

The entry will be added at the start of your PATH and therefore local > global. Example being npm install -g module-with-bin and the same module installed locally, local will win over global while nenv is active.

Keywords

environment

FAQs

Package last updated on 13 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts