2020年10月30日

Node-RED SQlite3

Node-RED SQlite3



npm i --unsafe-perm node-red-node-sqlite

cd ~/.node-rednpm rebuild
Screenshot from 2020-10-30 10-20-42.png

Screenshot from 2020-10-30 10-24-00.png



posted by a23 at 10:21| Comment(0) | JavaScript

Node-red

posted by a23 at 09:03| Comment(0) | JavaScript

2020年10月29日

Express ERR

https://gist.github.com/PhilOwen/7917dcb9791edd5e2916#file-package-json-L6

root@localhost ap1]# cd t5
[root@localhost t5]# npm install
npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated constantinople@3.0.2: Please update to at least constantinople 3.1.1
npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
npm notice created a lockfile as package-lock.json. You should commit this file.
added 100 packages from 139 contributors and audited 101 packages in 3.688s
found 4 vulnerabilities (3 low, 1 critical)
run `npm audit fix` to fix them, or `npm audit` for details
[root@localhost t5]# DEBUG=t5:* npm start
npm ERR! missing script: start

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-10-29T08_01_06_109Z-debug.log
[root@localhost t5]#
Screenshot from 2020-10-29 17-02-58.png
posted by a23 at 17:03| Comment(0) | JavaScript