Skip to content

Instantly share code, notes, and snippets.

View gelbehexe's full-sized avatar

Deborah White gelbehexe

View GitHub Profile
@SuperPaintman
SuperPaintman / npm-f3-install.sh
Last active April 21, 2024 23:41
NPM install for low RAM machins. And "npm install ... killed" problem
#!/bin/bash
#
# Author: SuperPaintman <SuperPaintmanDeveloper@gmail.com>
#
###
# Constants
###
RETVAL=0