Skip to content

Instantly share code, notes, and snippets.

View SuperPaintman's full-sized avatar
🐻
Nice!

Aleksandr Krivoshchekov SuperPaintman

🐻
Nice!
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