You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: storage/sqlite/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,10 @@ Run the following command in your Node-RED user directory - typically `~/.node-r
10
10
11
11
npm i --unsafe-perm node-red-node-sqlite
12
12
13
-
**Note**: the install process requires a compile of native code. This can take 15-20 minutes on
14
-
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.
13
+
**Notes**:
14
+
15
+
- Version 1.x requires nodejs v12 or greater.
16
+
- 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.
0 commit comments