Skip to content

Instantly share code, notes, and snippets.

@mzaini30
Created May 23, 2020 02:17
Show Gist options
  • Save mzaini30/d0c3cbd1912468b629c77eea1486d930 to your computer and use it in GitHub Desktop.
Save mzaini30/d0c3cbd1912468b629c77eea1486d930 to your computer and use it in GitHub Desktop.
npm install without symlink (for termux)
npm i
rsync --archive --verbose --copy-links ./node_modules/ ./node_modules_cp/
rm -r ./node_modules/
mv ./node_modules_cp/ ./node_modules/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment