Note: currently only works on *nix systems (until a powershell script can be created)
With the technique below, you can run node
, npm
, npx
, or yarn
commands as if the programs were installed
natively on your system, and you won't even know the difference! This includes any ports that your app or dev process
will start up and use for development, as well as compatibility with persistent npm config --global
cli usage.
See more in the Usage section below.