I am trying to execute the below steps but I am failing at the below step, npm install
git clone https://github.com/gaylemcd/ctci.git cd ctci/javascript npm install npm install -g mocha mocha --recursive
I am getting the below error
https://drive.google.com/file/d/0B3IBJKENGE7RMGlUYWZUa2lZY3c/view?usp=sharing
anis-MacBook-Pro:javascript Raj$ npm install npm WARN package.json CrackingJS@0.0.1 No repository field.
That is a warning, not an error. It is simply pointing out that the package.json does not contain a "repository" field, which is a recommended field to have for convenience. You can safely ignore most warnings, especially ones like this one.