Created
May 23, 2020 02:17
-
-
Save mzaini30/d0c3cbd1912468b629c77eea1486d930 to your computer and use it in GitHub Desktop.
npm install without symlink (for termux)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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