V1.2.2 running on OpenWrt 1.0.8 Rabbit / LuCI openwrt-19.07 branch git-20.247.75781-0d0ab01
Want to read Canbus Data and send it by MQTT.
Can0 working well on OpenWrt, cansend and candump working well
How to get can0 data into node red ?
I have tried to install nodes for socketcan, but installation failed:
-----------------------------------------------------------
2021-03-20T14:57:05.744Z installieren : node-red-contrib-socketcan 1.0.11
2021-03-20T14:57:06.676Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix="~" --production node-red-contrib-socketcan@1.0.11
2021-03-20T14:58:24.094Z [out]
2021-03-20T14:58:24.094Z [out] > bcrypt@5.0.1 install /.node-red/node_modules/bcrypt
2021-03-20T14:58:24.094Z [out] > node-pre-gyp install --fallback-to-build
2021-03-20T14:58:24.094Z [out]
2021-03-20T14:58:39.216Z [err] node-pre-gyp
2021-03-20T14:58:39.218Z [err]
2021-03-20T14:58:39.220Z [err] ERR!
2021-03-20T14:58:39.227Z [err] install response status 404 Not Found on https://github.com/kelektiv/node.bcrypt.js/releases/download/v5.0.1/bcrypt_lib-v5.0.1-napi-v3-linux-arm-musl.tar.gz
2021-03-20T14:58:39.230Z [err] node-pre-gyp
2021-03-20T14:58:39.232Z [err]
2021-03-20T14:58:39.234Z [err] WARN
2021-03-20T14:58:39.236Z [err]
2021-03-20T14:58:39.247Z [err] Pre-built binaries not installable for bcrypt@5.0.1 and node@8.16.1 (node-v57 ABI, musl) (falling back to source compile with node-gyp)
2021-03-20T14:58:39.247Z [err] node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/kelektiv/node.bcrypt.js/releases/download/v5.0.1/bcrypt_lib-v5.0.1-napi-v3-linux-arm-musl.tar.gz
2021-03-20T14:59:11.192Z [err] gyp
2021-03-20T14:59:11.206Z [err]
2021-03-20T14:59:11.217Z [err] ERR!
2021-03-20T14:59:11.227Z [err]
2021-03-20T14:59:11.229Z [err] configure error
2021-03-20T14:59:11.231Z [err]
2021-03-20T14:59:11.238Z [err] gyp
2021-03-20T14:59:11.240Z [err]
2021-03-20T14:59:11.242Z [err] ERR!
2021-03-20T14:59:11.267Z [err] stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
2021-03-20T14:59:11.267Z [err] gyp ERR! stack at PythonFinder.failNoPython (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:484:19)
2021-03-20T14:59:11.267Z [err] gyp ERR! stack at PythonFinder.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:406:16)
2021-03-20T14:59:11.267Z [err] gyp ERR! stack at F (/usr/lib/node_modules/npm/node_modules/which/which.js:68:16)
2021-03-20T14:59:11.267Z [err] gyp ERR! stack at E (/usr/lib/node_modules/npm/node_modules/which/which.js:80:29)
2021-03-20T14:59:11.267Z [err] gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/which/which.js:89:16
2021-03-20T14:59:11.267Z [err] gyp ERR!
2021-03-20T14:59:11.269Z [err]
2021-03-20T14:59:11.271Z [err] stack
2021-03-20T14:59:11.273Z [err] at /usr/lib/node_modules/npm/node_modules/isexe/index.js:42:5
2021-03-20T14:59:11.277Z [err] gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/isexe/mode.js:8:5
2021-03-20T14:59:11.277Z [err] gyp ERR!
2021-03-20T14:59:11.287Z [err]
2021-03-20T14:59:11.289Z [err] stack
2021-03-20T14:59:11.291Z [err] at FSReqWrap.oncomplete (fs.js:152:21)
2021-03-20T14:59:11.295Z [err] gyp
2021-03-20T14:59:11.297Z [err]
2021-03-20T14:59:11.302Z [err] ERR! System Linux 4.14.195
2021-03-20T14:59:11.302Z [err] gyp ERR!
2021-03-20T14:59:11.304Z [err] command
2021-03-20T14:59:11.307Z [err] "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/.node-red/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/.node-red/node_modules/bcrypt/lib/binding/napi-v3" "--napi_version=4" "--node_abi_napi=napi" "--napi_build_version=3" "--node_napi_label=napi-v3"
2021-03-20T14:59:11.309Z [err] gyp
2021-03-20T14:59:11.317Z [err] ERR! cwd /.node-red/node_modules/bcrypt
2021-03-20T14:59:11.317Z [err] gyp
2021-03-20T14:59:11.327Z [err] ERR! node -v v8.16.1
2021-03-20T14:59:11.345Z [err] gyp ERR! node-gyp -v v3.8.0
2021-03-20T14:59:11.345Z [err] gyp ERR! not ok
2021-03-20T14:59:11.368Z [err] node-pre-gyp
2021-03-20T14:59:11.370Z [err]
2021-03-20T14:59:11.372Z [err] ERR!
2021-03-20T14:59:11.374Z [err]
2021-03-20T14:59:11.377Z [err] build error
2021-03-20T14:59:11.392Z [err] node-pre-gyp
2021-03-20T14:59:11.394Z [err]
2021-03-20T14:59:11.396Z [err] ERR!
2021-03-20T14:59:11.407Z [err] stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/.node-red/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/.node-red/node_modules/bcrypt/lib/binding/napi-v3 --napi_version=4 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1)
2021-03-20T14:59:11.407Z [err] node-pre-gyp ERR! stack at ChildProcess.cmd.on (/.node-red/node_modules/@mapbox/node-pre-gyp/lib/util/compile.js:89:23)
2021-03-20T14:59:11.407Z [err] node-pre-gyp ERR! stack at emitTwo (events.js:126:13)
2021-03-20T14:59:11.407Z [err] node-pre-gyp ERR! stack at ChildProcess.emit (events.js:214:7)
2021-03-20T14:59:11.407Z [err] node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:915:16)
2021-03-20T14:59:11.407Z [err] node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
2021-03-20T14:59:11.410Z [err] node-pre-gyp
2021-03-20T14:59:11.412Z [err]
2021-03-20T14:59:11.414Z [err] ERR!
2021-03-20T14:59:11.417Z [err] System Linux 4.14.195
2021-03-20T14:59:11.419Z [err] node-pre-gyp
2021-03-20T14:59:11.421Z [err]
2021-03-20T14:59:11.427Z [err] ERR! command "/usr/bin/node" "/.node-red/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
2021-03-20T14:59:11.427Z [err] node-pre-gyp ERR! cwd /.node-red/node_modules/bcrypt
2021-03-20T14:59:11.427Z [err] node-pre-gyp
2021-03-20T14:59:11.429Z [err] ERR!
2021-03-20T14:59:11.430Z [err]
2021-03-20T14:59:11.432Z [err] node -v
2021-03-20T14:59:11.434Z [err] v8.16.1
2021-03-20T14:59:11.437Z [err] node-pre-gyp
2021-03-20T14:59:11.447Z [err] ERR! node-pre-gyp -v v1.0.1
2021-03-20T14:59:11.447Z [err] node-pre-gyp ERR! not ok
2021-03-20T14:59:11.448Z [out] Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/.node-red/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/.node-red/node_modules/bcrypt/lib/binding/napi-v3 --napi_version=4 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1)
2021-03-20T14:59:18.093Z [err] npm
2021-03-20T14:59:18.095Z [err]
2021-03-20T14:59:18.097Z [err] ERR!
2021-03-20T14:59:18.107Z [err] code ELIFECYCLE
2021-03-20T14:59:18.107Z [err] npm ERR! errno 1
2021-03-20T14:59:18.121Z [err] npm
2021-03-20T14:59:18.122Z [err]
2021-03-20T14:59:18.124Z [err] ERR!
2021-03-20T14:59:18.126Z [err] bcrypt@5.0.1 install: `node-pre-gyp install --fallback-to-build`
2021-03-20T14:59:18.137Z [err] npm ERR! Exit status 1
2021-03-20T14:59:18.137Z [err] npm ERR!
2021-03-20T14:59:18.137Z [err] npm ERR! Failed at the bcrypt@5.0.1 install script.
2021-03-20T14:59:18.137Z [err] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2021-03-20T14:59:18.332Z [err]
2021-03-20T14:59:18.335Z [err] npm
2021-03-20T14:59:18.337Z [err]
2021-03-20T14:59:18.338Z [err] ERR!
2021-03-20T14:59:18.347Z [err] A complete log of this run can be found in:
2021-03-20T14:59:18.347Z [err] npm ERR! /.npm/_logs/2021-03-20T14_59_18_291Z-debug.log
2021-03-20T14:59:18.429Z rc=1
have also tried to use "exec" node with "candump can0" but error device unknown
Colin
20 March 2021 15:35
2
I don't know whether that is the only or main problem, but it is at least something you can do something about.
yes already working on, but Python is running well:
root@MC100:~# python3
Python 3.7.8 (default, Sep 06 2020, 16:19:39)
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print("HW")
HW
>>> exit
Colin
20 March 2021 16:11
4
Possibly you need to link the command python to python3
Have set an alias:
root@MC100:~# python
Python 3.7.8 (default, Sep 06 2020, 16:19:39)
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print("HW")
HW
>>>
root@MC100:~#
same situation
Colin
20 March 2021 17:13
6
Are you getting the same error about python? An alias may not work, it depends on the environment the install is running under. Make a soft link to it somewhere in the path.
you mean change/add environment variables for PYTHON / PYTHONPATH ?
or setup a virtual environment ?
Sorry asking that stupid questions, but Linux/OpenWrt is not my first business, I'm busy enough with all the programming of PLCs, robots, VBA a.s.o.
Last project I have forwarded data from Modbus to MQTT. Now I just want to read from the Can interface and forward to MQTT. My target wasn't to programm Linux OS.
But anyway I will follow this way now
The answer of the service of the gateway was: "this nodes only able to run on older version of node red" !?!?!? That I do not believe, there for I'm here
Colin
21 March 2021 10:12
8
What do these commands show
which python
which python3
root@MC100:~# which python
root@MC100:~# which python3
/usr/bin/python3
ok, so link paython to /usr/bin/python3 missing ?
apt install python-is-python3
can help ?
or better:
ln -s python /usr/bin/python3
or ??
Colin
21 March 2021 13:27
10
I hadn't come across that previously, but on Ubuntu
apt show python-is-python3
suggests that it should do what is required:
"This is a convenience package which ships a symlink to point the /usr/bin/python interpreter at the current default python3"
So I suggest giving that a go. After installing then which python
which show /usr/bin/python
.
stucking on the OpenWrt side:
root@MC100:~# apt show python-is-python3
-ash: apt: not found
try to find why....
OK OpenWrt has no apt. Package manager is opkg, but opkg has no "show" option...so still searchung...
root@MC100:~# opkg status python3
Package: python3
Version: 3.7.8-4
Depends: libc, python3-light, python3-unittest, python3-ncurses, python3-ctypes, python3-pydoc, python3-logging, python3-multiprocessing, python3-urllib, python3-xml, python3-sqlite3, python3-gdbm, python3-distutils, python3-codecs, python3-email, python3-openssl, python3-cgi, python3-cgitb, python3-dbm, python3-asyncio, python3-lzma, python3-decimal
Status: install user installed
Architecture: arm_cortex-a9_neon
Installed-Time: 1599409179
root@MC100:~# opkg status python-is-python3
root@MC100:~#
root@MC100:~# opkg install python-is-python3
Unknown package 'python-is-python3'.
Collected errors:
* opkg_install_cmd: Cannot install package python-is-python3.
root@MC100:~#
Colin
21 March 2021 14:10
15
In that case just create the link by hand as you previously suggested. I can never remember which way round the parameters have to be on ln
so you need to check that if you don't know.
root@MC100:~# ln -s
BusyBox v1.30.1 () multi-call binary.
Usage: ln [OPTIONS] TARGET... LINK|DIR
Create a link LINK or DIR/TARGET to the specified TARGET(s)
-s Make symlinks instead of hardlinks
-f Remove existing destinations
-n Don't dereference symlinks - treat like normal file
-b Make a backup of the target (if exists) before link operation
-S suf Use suffix instead of ~ when making backup files
-T 2nd arg must be a DIR
-v Verbose
root@MC100:~# ln -s python /usr/bin/python3
ln: /usr/bin/python3: File exists
root@MC100:~#
Colin
21 March 2021 14:24
17
You are not the only one that finds that confusing, but if you read carefully it says:
Create a LINK to the TARGET.
The first parameter is the TARGET, which is python3, the second parm is the LINK, which is python.
root@MC100:~# ln -s /usr/bin/python3 python
root@MC100:~# which python
root@MC100:~# which python3
/usr/bin/python3
Colin
21 March 2021 15:05
19
You need to make the link in /usr/bin
. You have made it in the current directory.
Colin,
sorry for giving no feedback, but I have been on customer site the whole week.
Python problem seems to be solved, now the bcrypt installation still failed:
-----------------------------------------------------------
2021-03-27T10:26:20.065Z installieren : node-red-contrib-socketcan 1.0.11
2021-03-27T10:26:20.757Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix="~" --production node-red-contrib-socketcan@1.0.11
2021-03-27T10:27:42.170Z [out]
2021-03-27T10:27:42.170Z [out] > bcrypt@5.0.1 install /.node-red/node_modules/bcrypt
2021-03-27T10:27:42.170Z [out] > node-pre-gyp install --fallback-to-build
2021-03-27T10:27:42.170Z [out]
2021-03-27T10:27:57.530Z [err] node-pre-gyp
2021-03-27T10:27:57.533Z [err]
2021-03-27T10:27:57.541Z [err] ERR! install response status 404 Not Found on https://github.com/kelektiv/node.bcrypt.js/releases/download/v5.0.1/bcrypt_lib-v5.0.1-napi-v3-linux-arm-musl.tar.gz
2021-03-27T10:27:57.543Z [err] node-pre-gyp
2021-03-27T10:27:57.545Z [err]
2021-03-27T10:27:57.547Z [err] WARN
2021-03-27T10:27:57.549Z [err]
2021-03-27T10:27:57.563Z [err] Pre-built binaries not installable for bcrypt@5.0.1 and node@8.16.1 (node-v57 ABI, musl) (falling back to source compile with node-gyp)
2021-03-27T10:27:57.563Z [err] node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/kelektiv/node.bcrypt.js/releases/download/v5.0.1/bcrypt_lib-v5.0.1-napi-v3-linux-arm-musl.tar.gz
2021-03-27T10:28:23.191Z [err] gyp
2021-03-27T10:28:23.199Z [err]
2021-03-27T10:28:23.201Z [err] ERR!
2021-03-27T10:28:23.203Z [err]
2021-03-27T10:28:23.205Z [err] configure error
2021-03-27T10:28:23.207Z [err]
2021-03-27T10:28:23.246Z [err] gyp
2021-03-27T10:28:23.253Z [err] ERR! stack Error: Command failed: /usr/bin/python -c import sys; print "%s.%s.%s" % sys.version_info[:3];
2021-03-27T10:28:23.253Z [err] gyp ERR! stack
2021-03-27T10:28:23.255Z [err] File "<string>", line 1
2021-03-27T10:28:23.256Z [err] gyp
2021-03-27T10:28:23.258Z [err]
2021-03-27T10:28:23.263Z [err] ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3];
2021-03-27T10:28:23.263Z [err] gyp ERR! stack ^
2021-03-27T10:28:23.269Z [err] gyp
2021-03-27T10:28:23.271Z [err]
2021-03-27T10:28:23.273Z [err] ERR!
2021-03-27T10:28:23.283Z [err] stack SyntaxError: invalid syntax
2021-03-27T10:28:23.283Z [err] gyp ERR! stack
2021-03-27T10:28:23.283Z [err] gyp ERR! stack at ChildProcess.exithandler (child_process.js:281:12)
2021-03-27T10:28:23.283Z [err] gyp ERR! stack at emitTwo (events.js:126:13)
2021-03-27T10:28:23.283Z [err] gyp ERR! stack at ChildProcess.emit (events.js:214:7)
2021-03-27T10:28:23.283Z [err] gyp ERR!
2021-03-27T10:28:23.293Z [err]
2021-03-27T10:28:23.295Z [err] stack
2021-03-27T10:28:23.296Z [err] at maybeClose (internal/child_process.js:915:16)
2021-03-27T10:28:23.323Z [err] gyp ERR! stack at Socket.stream.socket.on (internal/child_process.js:336:11)
2021-03-27T10:28:23.323Z [err] gyp ERR! stack at emitOne (events.js:116:13)
2021-03-27T10:28:23.323Z [err] gyp ERR! stack at Socket.emit (events.js:211:7)
2021-03-27T10:28:23.323Z [err] gyp ERR! stack at Pipe._handle.close [as _onclose] (net.js:561:12)
2021-03-27T10:28:23.323Z [err] gyp ERR!
2021-03-27T10:28:23.346Z [err] System
2021-03-27T10:28:23.348Z [err] Linux 4.14.195
2021-03-27T10:28:23.350Z [err] gyp
2021-03-27T10:28:23.352Z [err]
2021-03-27T10:28:23.363Z [err] ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/.node-red/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/.node-red/node_modules/bcrypt/lib/binding/napi-v3" "--napi_version=4" "--node_abi_napi=napi" "--napi_build_version=3" "--node_napi_label=napi-v3"
2021-03-27T10:28:23.363Z [err] gyp ERR! cwd /.node-red/node_modules/bcrypt
2021-03-27T10:28:23.363Z [err] gyp ERR! node -v v8.16.1
2021-03-27T10:28:23.363Z [err] gyp ERR! node-gyp -v v3.8.0
2021-03-27T10:28:23.363Z [err] gyp ERR!
2021-03-27T10:28:23.385Z [err]
2021-03-27T10:28:23.387Z [err] not ok
2021-03-27T10:28:23.390Z [err]
2021-03-27T10:28:23.414Z [err] node-pre-gyp
2021-03-27T10:28:23.419Z [err]
2021-03-27T10:28:23.421Z [err] ERR!
2021-03-27T10:28:23.423Z [err]
2021-03-27T10:28:23.443Z [err] build error
2021-03-27T10:28:23.443Z [err] node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/.node-red/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/.node-red/node_modules/bcrypt/lib/binding/napi-v3 --napi_version=4 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1)
2021-03-27T10:28:23.443Z [err] node-pre-gyp ERR! stack at ChildProcess.cmd.on (/.node-red/node_modules/@mapbox/node-pre-gyp/lib/util/compile.js:89:23)
2021-03-27T10:28:23.453Z [err] node-pre-gyp
2021-03-27T10:28:23.455Z [err]
2021-03-27T10:28:23.457Z [err] ERR!
2021-03-27T10:28:23.463Z [err] stack at emitTwo (events.js:126:13)
2021-03-27T10:28:23.463Z [err] node-pre-gyp ERR! stack at ChildProcess.emit (events.js:214:7)
2021-03-27T10:28:23.463Z [err] node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:915:16)
2021-03-27T10:28:23.465Z [err] node-pre-gyp
2021-03-27T10:28:23.466Z [err]
2021-03-27T10:28:23.468Z [err] ERR!
2021-03-27T10:28:23.470Z [err]
2021-03-27T10:28:23.472Z [err] stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
2021-03-27T10:28:23.481Z [err] node-pre-gyp
2021-03-27T10:28:23.483Z [err]
2021-03-27T10:28:23.485Z [err] ERR!
2021-03-27T10:28:23.493Z [err] System Linux 4.14.195
2021-03-27T10:28:23.493Z [err] node-pre-gyp ERR! command "/usr/bin/node" "/.node-red/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
2021-03-27T10:28:23.493Z [err] node-pre-gyp ERR! cwd /.node-red/node_modules/bcrypt
2021-03-27T10:28:23.498Z [err] node-pre-gyp
2021-03-27T10:28:23.500Z [err]
2021-03-27T10:28:23.503Z [err] ERR!
2021-03-27T10:28:23.514Z [err] node -v v8.16.1
2021-03-27T10:28:23.514Z [err] node-pre-gyp ERR! node-pre-gyp -v v1.0.1
2021-03-27T10:28:23.514Z [err] node-pre-gyp ERR! not ok
2021-03-27T10:28:23.521Z [out] Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/.node-red/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/.node-red/node_modules/bcrypt/lib/binding/napi-v3 --napi_version=4 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1)
2021-03-27T10:28:30.259Z [err] npm
2021-03-27T10:28:30.261Z [err]
2021-03-27T10:28:30.263Z [err] ERR!
2021-03-27T10:28:30.273Z [err] code ELIFECYCLE
2021-03-27T10:28:30.273Z [err] npm ERR! errno 1
2021-03-27T10:28:30.286Z [err] npm
2021-03-27T10:28:30.288Z [err]
2021-03-27T10:28:30.290Z [err] ERR!
2021-03-27T10:28:30.292Z [err] bcrypt@5.0.1 install: `node-pre-gyp install --fallback-to-build`
2021-03-27T10:28:30.303Z [err] npm ERR! Exit status 1
2021-03-27T10:28:30.303Z [err] npm ERR!
2021-03-27T10:28:30.303Z [err] npm ERR! Failed at the bcrypt@5.0.1 install script.
2021-03-27T10:28:30.303Z [err] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2021-03-27T10:28:30.470Z [err]
2021-03-27T10:28:30.474Z [err] npm
2021-03-27T10:28:30.475Z [err]
2021-03-27T10:28:30.483Z [err] ERR! A complete log of this run can be found in:
2021-03-27T10:28:30.483Z [err] npm ERR! /.npm/_logs/2021-03-27T10_28_30_430Z-debug.log
2021-03-27T10:28:30.573Z rc=1
kr Oliver