mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Bump sqlite and add wait times to readme
This commit is contained in:
parent
002366844e
commit
e69d65667a
@ -10,6 +10,12 @@ Run the following command in your Node-RED user directory - typically `~/.node-r
|
|||||||
|
|
||||||
npm i --unsafe-perm node-red-node-sqlite
|
npm i --unsafe-perm node-red-node-sqlite
|
||||||
|
|
||||||
|
**Note**: the install process requires a compile of native code. This can take 15-20 minutes on
|
||||||
|
devices like a Raspberry Pi - please be prepared to wait a long time. Also if node.js is upgraded at any point you will need to rebuild the native part manually, for example.
|
||||||
|
|
||||||
|
cd ~/.node-red
|
||||||
|
npm rebuild
|
||||||
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-sqlite",
|
"name": "node-red-node-sqlite",
|
||||||
"version": "0.3.6",
|
"version": "0.3.7",
|
||||||
"description": "A sqlite node for Node-RED",
|
"description": "A sqlite node for Node-RED",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"sqlite3": "^4.0.4"
|
"sqlite3": "^4.0.6"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user