javascript - how to run node js file from php using system command in mac -
i running node js file using system command in php. php code
system('cd path && node sample');
when run code in windows working fine . when transported mac not executing . please tell me how can in mac. how run node js file php using system comand in mac
Comments
Post a Comment