fix(create-nocobase-app): cannot find module 'sqlite3'
This commit is contained in:
parent
ca7af9c8cc
commit
85acc268fd
@ -27,8 +27,8 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
{{#quickstart}}"sqlite3": "https://github.com/mapbox/node-sqlite3/tarball/master",
|
"sqlite3": "https://github.com/mapbox/node-sqlite3/tarball/master",
|
||||||
{{/quickstart}}"@nocobase/plugin-action-logs": "^{{{ version }}}",
|
"@nocobase/plugin-action-logs": "^{{{ version }}}",
|
||||||
"@nocobase/plugin-china-region": "^{{{ version }}}",
|
"@nocobase/plugin-china-region": "^{{{ version }}}",
|
||||||
"@nocobase/plugin-client": "^{{{ version }}}",
|
"@nocobase/plugin-client": "^{{{ version }}}",
|
||||||
"@nocobase/plugin-collections": "^{{{ version }}}",
|
"@nocobase/plugin-collections": "^{{{ version }}}",
|
||||||
|
@ -15,11 +15,7 @@
|
|||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"koa": "^2.13.0",
|
"koa": "^2.13.0",
|
||||||
"koa-bodyparser": "^4.3.0",
|
"koa-bodyparser": "^4.3.0",
|
||||||
"koa-static": "^5.0.0",
|
"koa-static": "^5.0.0"
|
||||||
"mockjs": "^1.1.0",
|
|
||||||
"mysql2": "^2.1.0",
|
|
||||||
"pg": "^8.3.3",
|
|
||||||
"pg-hstore": "^2.3.3"
|
|
||||||
},
|
},
|
||||||
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
|
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user