environment-setup-guide
skills-sh:sickn33_antigravity-awesome-skills__environment-setup-guide
View source F
0/100 First Seen
Feb 18, 2026
Last Scanned
Feb 18, 2026
Findings
15
Score
0/100
HIGH 7
MEDIUM 2
LOW 6
Findings (15)
HIGH NLP_CODE_MISMATCH L71
## Setting Up Node.js Development Environment
### Prerequisites
- macOS, Linux, or Windows
- Terminal/Command Prompt access
- Internet connection
### Step 1: Install Node.js
**macOS (using Homebrew... HIGH EXTDL_001 L83
curl -fsSL https://raw.githubusercontent.com + instructions HIGH CMDEXEC_007 L102
iex ( HIGH EXTDL_005 L164
echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc HIGH SSRF_002 L242
http://127.0.0.1: HIGH SUPPLY_007 L263
sudo sh HIGH EXTDL_005 L390
echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc MEDIUM CMDEXEC_012 L83
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install Node.js
brew install node
\`\`\`
**Linux (Ubuntu/Debian):**
\`\`\`bash
# Update package list
sudo apt update... MEDIUM CRED_017 L301
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD= LOW EXTDL_011 L86
brew install n LOW EXTDL_011 L96
apt install -y n LOW EXTDL_011 L178
brew install p LOW EXTDL_011 L184
apt install p LOW EXTDL_009 L223
pip install fl LOW CMDEXEC_013 L263
sh get-docker.sh