Bump sqlite and add wait times to readme

This commit is contained in:
Dave Conway-Jones
2019-04-25 12:40:49 +01:00
parent 002366844e
commit e69d65667a
2 changed files with 8 additions and 2 deletions

View File

@@ -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
**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
-----