1 Matching Annotations
  1. May 2024
    1. Important for installing npm -g whatever

      mkdir ~/.npm-global

      npm config set-prefix '~/.npm-global'

      export PATH=~/.npm-global/bin:$PATH

      (Basically add to the path)

      source ~/.bashrc