You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am trying to run node.php?npm=install jt-js-sample Then it is return Failed. Error: 4. See npm-debug.log
I want to install express, socket.io, and mysql via NPM.
How can I did?
The text was updated successfully, but these errors were encountered:
Error 4 means Interrupted system call. This could mean that your OS is unsupported. I cannot reproduce it myself, so I cannot help you, but you can go through the Troubleshoot steps in the README.
Since node.php runs in non-privilege mode, you cannot install mysql or open web sockets with sockets.io.
When I am trying to run
node.php?npm=install jt-js-sample
Then it is returnFailed. Error: 4. See npm-debug.log
I want to install express, socket.io, and mysql via NPM.
How can I did?
The text was updated successfully, but these errors were encountered: