freeCodeCamp/patch_npm_and_install.sh

5 lines
134 B
Bash
Raw Normal View History

#!/usr/bin/env bash
patch /usr/local/lib/node_modules/npm/node_modules/libcipm/index.js < libcimp_index_js.patch
su node -c "npm ci"