db-migrate / node-db-migrate

Database migration framework for node
Other
2.32k stars 361 forks source link

I can not install db-migrate-sqlite3 #795

Closed soseki-angfa closed 2 years ago

soseki-angfa commented 2 years ago

Hellow sir,

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,

soseki-angfa commented 2 years ago

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