Hi, I installed frappe manually as described here https://github.com/frappe/bench#manual-install, and installed ERPNext as described here https://github.com/frappe/bench#setting-up-erpnext. The installation process runs without problem. But when I opened localhost:3000 I got this error from socketio:
Error: ENOENT: no such file or directory, stat '/home/bayu/Sources/frappe-bench/index.html' at Error (native)
And here is the console log:
Sat, 27 Feb 2016 11:32:03 GMT express deprecated res.sendfile: Use res.sendFile instead at apps/frappe/socketio.js:19:7
Error: ENOENT: no such file or directory, stat '/home/bayu/Sources/frappe-bench/index.html' at Error (native)
Tried installation process above the second time, and got the same result. Please help. Thanks in advance.