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 14, 2025 18:18
NPM install for low RAM machins. And "npm install ... killed" problem
#!/bin/bash
#
# Author: SuperPaintman <SuperPaintmanDeveloper@gmail.com>
#
###
# Constants
###
RETVAL=0