Skip to content

Instantly share code, notes, and snippets.

View automation-stack's full-sized avatar

Aleksandr Komlev automation-stack

  • YCLIENTS LLC
  • Russia
View GitHub Profile
@automation-stack
automation-stack / npm-f3-install.sh
Created July 16, 2016 00:31 — forked from SuperPaintman/npm-f3-install.sh
NPM install for low RAM machins. And "npm install ... killed" problem
#!/bin/bash
#
# Author: SuperPaintman <SuperPaintmanDeveloper@gmail.com>
#
###
# Constants
###
RETVAL=0