niutech / node.php

Run node.js apps from PHP even on a shared hosting!
813 stars 236 forks source link

Fatal error: Call to undefined function curl_init() #32

Closed kim366 closed 6 years ago

kim366 commented 6 years ago

Seems like my host disabled it. Can I still get this running?

niutech commented 6 years ago

If you can install PHPShell or connect to your host through SSH, you can try manually downloading node.js into the node.php directory using wget https://nodejs.org/dist/latest/node-v9.1.0-linux-x86.tar.gz.