Skip to content

Commit 57afbb6

Browse files
committed
fix readme
1 parent d2f378b commit 57afbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ npm install --save @journeyapps/sqlcipher
169169
npm install --save sqlite3
170170
npm install --save jszip
171171
npm install --save node-fetch@2.6.7
172-
npm install --save @types/sqlite3
172+
npm install --save-dev @types/sqlite3
173173
```
174174
- **Important**: `node-fetch` version must be `<=2.6.7`; otherwise [you'll get an error](https://github.com/capacitor-community/sqlite/issues/349 "you'll get an error ERR_REQUIRE_ESM") running the app.
175175

0 commit comments

Comments
 (0)