mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-31 12:52:11 +00:00
11 lines
244 B
Diff
11 lines
244 B
Diff
--- a/build/npm/postinstall.js
|
|
+++ b/build/npm/postinstall.js
|
|
@@ -93,6 +93,7 @@
|
|
if (dir === 'build') {
|
|
env['npm_config_target'] = process.versions.node;
|
|
env['npm_config_arch'] = process.arch;
|
|
+ env['npm_config_nodedir'] = '';
|
|
}
|
|
}
|
|
|