Skip to content

Instantly share code, notes, and snippets.

@regiellis
Created October 23, 2018 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save regiellis/f57f3766f25fcea0e03e46fbd009d2ab to your computer and use it in GitHub Desktop.
Save regiellis/f57f3766f25fcea0e03e46fbd009d2ab to your computer and use it in GitHub Desktop.
PM2 fix for command not found
export PATH=~/.npm-global/bin:$PATH
# System-wide .bashrc file for interactive bash(1) shells.
# To enable the settings / commands in this file for login shells as well,
# this file has to be sourced in /etc/profile.
# If not running interactively, don't do anything
#[ -z "$PS1" ] && return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment