Open huyphan168 opened 3 years ago
I didn't see the website either after installation.
I try to fix this issue by changing file:lib/weya/router.ts line 187: checkUrlInterval
from Timeout to number. After changing the type, you can run install.sh again, and then you can see the webpage.
I have successfully installed the annotate package however when I run annotate in my project site, the local host 8088 showed No webpage was found for the web address. Furthermore, I cant use git clone git@github.com:vpj/annotate.git since it returned fatal: permission denied. I have to work around by git clone https://github.com/vpj/annotate and other submodules, I'm not sure this is the cause of error.
You can avoid the permission denied error by adding ssh keys to your GitHub account. And this error has nothing to do with the webpage.
I have successfully installed the annotate package however when I run annotate in my project site, the local host 8088 showed No webpage was found for the web address. Furthermore, I cant use git clone git@github.com:vpj/annotate.git since it returned fatal: permission denied. I have to work around by git clone https://github.com/vpj/annotate and other submodules, I'm not sure this is the cause of error.