javascript - npm WARN package.json CrackingJS@0.0.1 No repository field -


  • i trying support how crack interview repository
  • i trying crack interviews js position
  • they using mocha , chai, trying commit code in js
  • i trying execute below steps failing @ below step, npm install

    git clone https://github.com/gaylemcd/ctci.git cd ctci/javascript npm install npm install -g mocha mocha --recursive

  • i getting below error

  • i have installed node.js after tried npm install in ctci folder of javascript
  • providing link screensshot show node installed , kept ctci
  • 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 warning, not error. pointing out package.json not contain "repository" field, recommended field have convenience. can safely ignore warnings, ones one.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -