FeathersJS Introduction
Initial Setup
=> If you wish to uninstall them at a later point (or re-install them under your
=> nvm
Nodes), you can remove them from the system Node as follows:
$ nvm use system
$ npm uninstall -g a_module
$ sudo npm list -g --depth=0. | awk -F ' ' '{print $2}' | awk -F '@' '{print $1}' | sudo xargs npm remove -g
=> Close and reopen your terminal to start using nvm or run the following to use it now:
export NVM_DIR=”/home/bitclaw/.nvm”
[ -s “$NVM_DIR/nvm.sh” ] && . “$NVM_DIR/nvm.sh” # This loads nvm
nvm install 6.8.0
nvm alias default 6.8.0
Generate The App
npm install -g feathers-cli
git clone [email protected]:bitclaw/feathers-chat.git