0.0.2 • Published 8 years ago

@olymp/athena v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

admn

<<<<<<< HEAD

CMS

nodejs without sudo

// Remove old modules
sudo rm -rf /usr/local/lib/node_modules 
sudo rm -rf ~/.npm
// Install latest node/npm from website or homebrew
// Create .npm-packages folder in user home
mkdir ~/.npm-packages
// Edit or create ~/.npmrc, add this line
prefix=${HOME}/.npm-packages
// Edit or create ~/.bashrc, add this line
NPM_PACKAGES="${HOME}/.npm-packages"
// Edit or create ~/.bashrc, add this line
NPM_PACKAGES="${HOME}/.npm-packages"
// Edit or create ~/.bash-profile, add this line
export PATH="$PATH:$HOME/.npm-packages/bin"

next