我的问题与此类似:
Nodejs - .node_libraries/ 用于 www-data
我一直在尝试让 php 执行 uglifyjs。我试过了:
die(shell_exec('NODE_PATH="/home/app/nodejs/node_modules/"; export NODE_PATH; uglifyjs -o /home/app/public_html/js/profile.min5.js /home/app/public_html/js/profile.js'));
和
die(shell_exec('node /home/app/nodejs/node_modules/uglify-js/bin/uglifyjs -o /home/app/public_html/js/profile.min33.js /home/app/public_html/js/profile.js'));
和一堆其他疯狂的组合,但没有任何效果。如果我在 shell 中手动操作,一切正常。有人可以帮忙吗?