Closed zhuoresume closed 10 years ago
Was the install successful when you ran npm install -g resume-cli
?
If not: what did the error message say?
A common problem when installing with npm install -g
is that you don't have the correct read/write rights. You can usually bypass this problem by using sudo npm install -g resume-cli
.
And if the install was successful, what happens if you type resume
in your terminal?
@erming Thank you for your reply!
when ran npm install -g resume-cli it returns
I tried running cmd as administrator, tho, still did not success. Does Windows system has the sudo command? It returns "sudo" command was not found.
if I type resume in terminal, it returns
However, thank you for your kindly help.
Looks like this is also being caused by http://json-schema.org/ being down, see: https://github.com/jsonresume/resume-cli/issues/76 https://github.com/kriszyp/json-schema/issues/52
@mchelen Thank you for your reply! The problem has been solved successfully.
i typed npm install -g resume-cli tho,but still cannot use it. should I install any components or type other command in advance.
thanks for your kindly help in advance.:)