I have installed Ares as it instructs on their Git-hub page. The webpage loads but it give me this screen http://imgur.com/crGfHkW If anyone could tell me what I am doing wrong it would be greatly appreciated.
问问题
183 次
1 回答
0
Please let me know what you tried for installation.
(did you install using npm -d install ares-ide
?)
And can I know your node version (you can check it using 'node --version') and your system ? (windows 7 ? mac ? )
And I'll appreciate if you do the following. (if you can do git clone
from ares GitHub.)
- Recent ares needs node 10.0.x version.
- git clone with option '--recursive'
- git submodule update --init --recursive
- npm install
- (try to run again)
Please let me know the difference from the previous try.
于 2013-09-24T00:55:13.610 回答