1

Can't install mysql with npm.

I run npm install mysql and getting this error

npm WARN mypage@1.0.0 No repository field.

This is package.json file

{
  "name": "mypage",
  "version": "1.0.0",
  "description": "testing something with node and express",
  "main": "index.js",
  "scripts": {
    "test": "mypage"
  },
  "author": "joe",
  "license": "ISC",
  "dependencies": {
    "express": "^4.15.2"
  }
}
Aluan Haddad
  • 29,886
  • 8
  • 72
  • 84
don joe
  • 23
  • 5
  • 1
    http://stackoverflow.com/questions/16827858/npm-warn-package-json-no-repository-field#16827990 – ZiTAL Apr 21 '17 at 07:39
  • Possible duplicate of [npm WARN package.json: No repository field](https://stackoverflow.com/questions/16827858/npm-warn-package-json-no-repository-field) – Paul Sweatte Aug 31 '17 at 18:05

0 Answers0