db-migrate/node-db-migrate

I can not install db-migrate-sqlite3

soseki-angfa opened this issue · 1 comments

Hellow sir,

  • Bug report
    I am getting following warning and so I am can not run "install npm db-migrate-sqlite3".
npm WARN deprecated node-pre-gyp@0.11.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbe will recieve updates in the future

Here is my package json

{
  "name": "nodejs",
  "version": "1.0.0",
  "main": "run.js",
  "dependencies": {
    "better-sqlite3": "^7.6.2",
    "db-migrate": "^0.11.13",
    "node-schedule": "^2.1.0",
    "sendmail": "^1.6.1",
    "winston": "^3.8.1"
  },
  "author": "",
  "description": ""
}

Do you have any suggestion for this?

Regards,

I solve it mysel.
I run following command.
npm config set python /path/to/executable/python