Hello guys ! you have made an awesome OS here !
I want to install signalK(
https://signalk.org/) in piCore 13.1 on a raspberry pi zero 2 W to build a NMEA183/2000 gateway and multiplexer.
i have setup my zero2 with networkmanager for wifi, TC(gui) and node.js.tcz installed and all works perfect.
Now the problem starts when i follow these instructions to install the signalK in this site
https://www.npmjs.com/package/signalk-serverWhen i execute through ssh the
sudo npm install -g signalk-server
i get this error and i cant compile it.
tc@box:~$ sudo npm install -g signalk-server
npm WARN deprecated json-schema-ref-parser@9.0.9: Please switch to @apidevtools/json-schema-ref-parser
npm WARN deprecated json-schema-ref-parser@3.3.1: Please switch to @apidevtools/json-schema-ref-parser
npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm WARN checkPermissions Missing write access to /tmp/tcloop/node.js/usr/local/lib/node_modules
npm ERR! code EROFS
npm ERR! syscall access
npm ERR! path /tmp/tcloop/node.js/usr/local/lib/node_modules
npm ERR! errno -30
npm ERR! rofs EROFS: read-only file system, access '/tmp/tcloop/node.js/usr/local/lib/node_modules'
npm ERR! rofs Often virtualized file systems, or other file systems
npm ERR! rofs that don't support symlinks, give this error.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/tc/.npm/_logs/2023-03-31T13_42_58_630Z-debug.log
tc@box:~$
I uploaded the log file in pastebin
https://pastebin.com/uHkTt8pWWhat am i doing wrong ? is it even possible to run signalK-server in picore ?
It would be great if someone could just make a .tcz file so we could just install it !
Thank you in advance for your support !
Giorgos from Greece