fix(create-nocobase-app): cannot find module 'sqlite3'

This commit is contained in:
chenos 2021-10-28 22:58:50 +08:00
parent ca7af9c8cc
commit 85acc268fd
2 changed files with 3 additions and 7 deletions

View File

@ -27,8 +27,8 @@
]
},
"dependencies": {
{{#quickstart}}"sqlite3": "https://github.com/mapbox/node-sqlite3/tarball/master",
{{/quickstart}}"@nocobase/plugin-action-logs": "^{{{ version }}}",
"sqlite3": "https://github.com/mapbox/node-sqlite3/tarball/master",
"@nocobase/plugin-action-logs": "^{{{ version }}}",
"@nocobase/plugin-china-region": "^{{{ version }}}",
"@nocobase/plugin-client": "^{{{ version }}}",
"@nocobase/plugin-collections": "^{{{ version }}}",

View File

@ -15,11 +15,7 @@
"dotenv": "^8.2.0",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-static": "^5.0.0",
"mockjs": "^1.1.0",
"mysql2": "^2.1.0",
"pg": "^8.3.3",
"pg-hstore": "^2.3.3"
"koa-static": "^5.0.0"
},
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
}