termux-packages/packages/nodejs-current
Karol Baraniecki bc21950ecc nodejs-current: Fix #1192 by removing useless link() (#1701)
As it turns out, npm does an "optimisation" by instead of doing a simple
rename(), it link()s the source file to its destination, and unlink()s
the source file. Reverse that if process.platform is 'android'.
2017-11-03 12:12:21 +01:00
..
build.sh nodejs-current: Update from 8.8.1 to 9.0.0 2017-11-01 20:18:14 +01:00
deps-npm-lib-build.js.patch
deps-uv-uv.gyp.patch
fix-hardcoded-paths.patch nodejs-current: fix hardcoded paths 2017-09-17 23:32:01 +02:00
lib-child_process.js.patch
lib-os.js.patch
node.gyp.patch nodejs-current: Update from 8.4.0 to 8.7.0 2017-10-14 21:04:49 +02:00
npm-link-patch.patch nodejs-current: Fix #1192 by removing useless link() (#1701) 2017-11-03 12:12:21 +01:00
npm-tmp-patch.patch
src-cares_wrap.cc.patch
src-node_main.cc.patch
src-node.cc.patch