--
You received this message because you are subscribed to the Google Groups "Signal K" group.
To unsubscribe from this group and stop receiving emails from it, send an email to signalk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello – I have a new machine and am trying to install SignalK on it using the guidance at: http://signalk.org/installation.html
After installing, when I execute the sample script bin/nmea-from-file, this is the results I get:
al@al-Precision-5510:~/signalk-server-node$ bin/nmea-from-file
No settings/defaults.json available
/home/al/signalk-server-node/lib/interfaces/plugins.js:92
if (metadata && metadata.keywords && metadata.keywords.includes('signalk-node-server-plugin')) {
^
TypeError: metadata.keywords.includes is not a function
at /home/al/signalk-server-node/lib/interfaces/plugins.js:92:60
at Array.forEach (native)
at startPlugins (/home/al/signalk-server-node/lib/interfaces/plugins.js:85:68)
at Object.start (/home/al/signalk-server-node/lib/interfaces/plugins.js:26:7)
at /home/al/signalk-server-node/lib/index.js:196:30
at /home/al/signalk-server-node/node_modules/lodash/lodash.js:4944:15
at Function.forIn (/home/al/signalk-server-node/node_modules/lodash/lodash.js:12938:11)
at startInterfaces (/home/al/signalk-server-node/lib/index.js:188:5)
at /home/al/signalk-server-node/lib/index.js:81:7
at /home/al/signalk-server-node/lib/index.js:108:9
Host machine is 64-bit Ubuntu 16.04 This was a Signalk install (I have not seen it working on this machine yet).
I did notice that the ‘npm install’ seemed to stall towards the end. I pressed enter on the keyboard and the script returned to the prompt. Here is the entire install terminal output. You can see at the end where npm install seemed to ‘stall’, and after a couple of minutes I pressed the enter key and the machine returned to the prompt
//////////////////////////////////////////////////////////////////////////
al@al-Precision-5510:~$ git clone https://github.com/SignalK/signalk-server-node.git
Cloning into 'signalk-server-node'...
remote: Counting objects: 2590, done.
remote: Compressing objects: 100% (48/48), done.
remote: Total 2590 (delta 20), reused 0 (delta 0), pack-reused 2542
Receiving objects: 100% (2590/2590), 2.35 MiB | 738.00 KiB/s, done.
Resolving deltas: 100% (1638/1638), done.
Checking connectivity... done.
al@al-Precision-5510:~$ cd signalk-server-node
al@al-Precision-5510:~/signalk-server-node$ npm install
npm WARN deprecated node...@1.4.7: use uuid module instead
npm WARN peerDependencies The peer dependency request@^2.34 included from request-promise will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency request@^2.34 included from request-promise-core will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN deprecated objec...@0.2.0: Please update to the latest object-keys
-
> seria...@4.0.7 install /home/al/signalk-server-node/node_modules/serialport
> node-pre-gyp install --fallback-to-build
[serialport] Success: "/home/al/signalk-server-node/node_modules/serialport/build/Release/serialport.node" is installed via remote
> signalk...@0.1.25 postinstall /home/al/signalk-server-node
> bower install https://github.com/SignalK/sailgauge.git & bower install https://github.com/SignalK/instrumentpanel.git & bower install https://github.com/SignalK/simplegauges.git & bower install & bower install https://github.com/SignalK/maptracker.git
bower cached https://github.com/SignalK/instrumentpanel.git#0.2.2
bower validate 0.2.2 against https://github.com/SignalK/instrumentpanel.git#*
bower not-cached https://github.com/SignalK/simplegauges.git#*
bower resolve https://github.com/SignalK/simplegauges.git#*
bower not-cached https://github.com/SignalK/maptracker.git#*
bower resolve https://github.com/SignalK/maptracker.git#*
bower not-cached https://github.com/SignalK/sailgauge.git#*
bower resolve https://github.com/SignalK/sailgauge.git#*
bower download https://github.com/SignalK/maptracker/archive/master.tar.gz
bower download https://github.com/SignalK/simplegauges/archive/master.tar.gz
bower download https://github.com/SignalK/sailgauge/archive/master.tar.gz
bower install instrumentpanel#0.2.2
instrumentpanel#0.2.2 bower_components/instrumentpanel
bower extract sailgauge#* archive.tar.gz
bower extract simplegauges#* archive.tar.gz
bower resolved https://github.com/SignalK/sailgauge.git#5d0187234b
bower install sailgauge#5d0187234b
sailgauge#5d0187234b bower_components/sailgauge
bower resolved https://github.com/SignalK/simplegauges.git#bc3ebdf2bf
bower cached https://github.com/twbs/bootstrap.git#3.3.7
bower validate 3.3.7 against https://github.com/twbs/bootstrap.git#~3.3.0
bower cached https://github.com/jquery/jquery-dist.git#2.1.4
bower validate 2.1.4 against https://github.com/jquery/jquery-dist.git#~2.1.1
bower extract maptracker#* archive.tar.gz
bower resolved https://github.com/SignalK/maptracker.git#9804a50144
bower cached https://github.com/Leaflet/Leaflet.git#0.7.7
bower validate 0.7.7 against https://github.com/Leaflet/Leaflet.git#~0.7.3
bower cached https://github.com/components/font-awesome.git#4.2.0
bower validate 4.2.0 against https://github.com/components/font-awesome.git#~4.2.0
bower cached https://github.com/CliffCloud/Leaflet.EasyButton.git#1.3.2
bower validate 1.3.2 against https://github.com/CliffCloud/Leaflet.EasyButton.git#1.3.2
bower install maptracker#9804a50144
bower install Leaflet.EasyButton#1.3.2
bower install components-font-awesome#4.2.0
bower install leaflet#0.7.7
maptracker#9804a50144 bower_components/maptracker
├── Leaflet.EasyButton#1.3.2
├── components-font-awesome#4.2.0
└── leaflet#0.7.7
Leaflet.EasyButton#1.3.2 bower_components/Leaflet.EasyButton
└── leaflet#0.7.7
components-font-awesome#4.2.0 bower_components/components-font-awesome
leaflet#0.7.7 bower_components/leaflet
bower install simplegauges#bc3ebdf2bf
bower install jquery#2.1.4
bower install bootstrap#3.3.7
set-sys...@0.0.1 node_modules/set-system-time
signalk-t...@0.0.1 node_modules/signalk-to-nmea0183
deep-g...@1.1.0 node_modules/deep-get-set
fla...@0.0.3 node_modules/flatmap
find-fr...@1.0.2 node_modules/find-free-port
freeport...@1.1.0 node_modules/freeport-promise
stat...@0.2.2 node_modules/stat-mode
node...@0.3.0 node_modules/node-gpsd
winston-dail...@1.4.4 node_modules/winston-daily-rotate-file
thr...@2.3.8 node_modules/through
chai-...@0.2.0 node_modules/chai-things
httpo...@0.1.2 node_modules/httpolyglot
node...@1.4.7 node_modules/node-uuid
bac...@0.7.89 node_modules/baconjs
col...@1.1.2 node_modules/colors
mini...@1.2.0 node_modules/minimist
express-...@0.1.1 node_modules/express-namespace
└── met...@0.0.1
ej...@2.1.2 node_modules/ejson
└── under...@1.8.3
de...@2.6.0 node_modules/debug
└── m...@0.7.2
co...@2.8.1 node_modules/cors
└── va...@1.1.0
w...@1.1.1 node_modules/ws
├── opt...@0.0.6
└── ult...@1.0.2
mor...@1.7.0 node_modules/morgan
├── on-he...@1.0.1
├── basic...@1.0.4
├── de...@1.1.0
├── on-fi...@2.3.0 (ee-f...@1.1.1)
└── de...@2.2.0 (m...@0.7.1)
stream-...@0.1.3 node_modules/stream-throttle
├── lim...@1.1.0
└── comm...@2.9.0 (graceful...@1.0.1)
p...@1.9.4 node_modules/pem
├── os-t...@1.0.2
└── wh...@1.2.12 (is...@1.1.2)
errorh...@1.5.0 node_modules/errorhandler
├── escap...@1.0.3
└── acc...@1.3.3 (negot...@0.6.1, mime-...@2.1.14)
win...@2.3.1 node_modules/winston
├── cy...@1.0.3
├── stack...@0.0.9
├── ey...@0.1.8
├── isst...@0.1.2
├── as...@1.0.0
└── col...@1.0.3
ch...@3.5.0 node_modules/chai
├── asserti...@1.0.2
├── type-...@1.0.0
└── deep...@0.1.3 (type-...@0.1.1)
body-...@1.16.0 node_modules/body-parser
├── conten...@1.0.2
├── by...@2.4.0
├── de...@1.1.0
├── q...@6.2.1
├── on-fi...@2.3.0 (ee-f...@1.1.1)
├── raw-...@2.2.0 (unp...@1.0.0)
├── http-...@1.5.1 (setprot...@1.0.2, inhe...@2.0.3, stat...@1.3.1)
├── iconv...@0.4.15
└── typ...@1.6.14 (media...@0.3.0, mime-...@2.1.14)
exp...@4.14.1 node_modules/express
├── escap...@1.0.3
├── array-...@1.1.1
├── utils...@1.0.0
├── cookie-s...@1.0.6
├── enco...@1.0.1
├── conten...@1.0.2
├── met...@1.1.2
├── merge-de...@1.0.1
├── coo...@0.3.1
├── range-...@1.2.0
├── va...@1.1.0
├── pars...@1.3.1
├── et...@1.7.0
├── serve-...@1.11.2
├── fr...@0.3.0
├── content-d...@0.5.2
├── path-to...@0.1.7
├── de...@1.1.0
├── q...@6.2.0
├── on-fi...@2.3.0 (ee-f...@1.1.1)
├── finalh...@0.5.1 (unp...@1.0.0, stat...@1.3.1)
├── de...@2.2.0 (m...@0.7.1)
├── proxy...@1.1.3 (forw...@0.1.0, ipad...@1.2.0)
├── acc...@1.3.3 (negot...@0.6.1, mime-...@2.1.14)
├── se...@0.14.2 (m...@0.7.2, des...@1.0.4, stat...@1.3.1, mi...@1.3.4, http-...@1.5.1)
└── typ...@1.6.14 (media...@0.3.0, mime-...@2.1.14)
signalk...@0.0.1-1 node_modules/signalk-client
├── evente...@1.2.0
├── superagen...@1.1.0
├── u...@0.11.0 (puny...@1.3.2, query...@0.2.0)
├── blue...@3.4.7
└── super...@1.8.5 (componen...@1.2.1, met...@1.1.2, cook...@2.0.6, reduce-c...@1.0.1, ext...@3.0.0, mi...@1.3.4, formi...@1.0.17, q...@2.3.3, readabl...@1.0.27-1, form...@1.0.0-rc3)
mo...@3.2.0 node_modules/mocha
├── di...@1.4.0
├── escape-str...@1.0.5
├── browser...@1.3.0
├── gr...@1.9.2
├── js...@3.3.2
├── support...@3.1.2 (has-...@1.0.0)
├── comm...@2.9.0 (graceful...@1.0.1)
├── de...@2.2.0 (m...@0.7.1)
├── mkd...@0.5.1 (mini...@0.0.8)
├── lodash...@3.1.1 (lodash._b...@3.0.3, lodash._isi...@3.0.9, lodash._b...@3.2.0)
└── gl...@7.0.5 (path-is-...@1.0.1, inhe...@2.0.3, fs.re...@1.0.0, infl...@1.0.6, on...@1.4.0, mini...@3.0.3)
n2k-s...@0.0.1-1 node_modules/n2k-signalk
├── nom...@1.6.2 (col...@0.5.1, under...@1.4.4)
└── JSONS...@0.7.4 (json...@0.0.5)
pri...@6.0.9 node_modules/primus
├── ult...@1.1.0
├── asyn...@3.0.1
├── ye...@0.1.2
├── forwar...@1.0.1
├── evente...@2.0.2
├── seth...@0.0.4 (de...@0.7.4)
├── create...@1.0.1 (conn...@0.0.2)
├── access-...@1.0.0 (va...@1.1.0, milli...@0.1.2)
├── fus...@1.0.0 (em...@3.0.0, pred...@0.1.2)
└── diagn...@1.1.0 (ena...@1.0.2, ku...@0.0.0, color...@1.0.1)
github-...@1.0.4 node_modules/github-changes
├── sem...@2.2.1
├── lod...@2.4.1
├── nom...@1.6.2 (col...@0.5.1, under...@1.4.4)
├── git...@0.1.16
├── moment-...@0.5.5
├── parse-li...@0.1.0 (xt...@2.0.6)
├── blue...@1.0.3
├── gha...@3.0.0 (xt...@4.0.1, applicati...@0.1.2, re...@1.0.7, mkd...@0.5.1, b...@0.9.5, hyper...@1.2.0)
└── github-com...@0.1.0 (as...@0.2.10, req...@2.22.0)
req...@2.79.0 node_modules/request
├── tunnel...@0.4.3
├── aws-...@0.6.0
├── foreve...@0.6.1
├── oauth...@0.8.2
├── case...@0.11.0
├── is-typ...@1.0.0
├── string...@0.0.5
├── aw...@1.5.0
├── isst...@0.1.2
├── json-stri...@5.0.1
├── ext...@3.0.0
├── uu...@3.0.1
├── q...@6.3.0
├── combine...@1.0.5 (delayed...@1.0.0)
├── mime-...@2.1.14 (mim...@1.26.0)
├── tough-...@2.3.2 (puny...@1.4.1)
├── form...@2.1.2 (asyn...@0.4.0)
├── ha...@3.1.3 (cryp...@2.0.5, bo...@2.10.1, sn...@1.0.9, ho...@2.16.3)
├── http-si...@1.1.1 (asser...@0.2.0, jsp...@1.3.1, ss...@1.10.2)
└── har-va...@2.0.6 (pinkie-...@2.0.1, comm...@2.9.0, ch...@1.1.3, is-my-js...@2.15.0)
request...@4.1.1 node_modules/request-promise
├── stealthy...@1.0.0
├── blue...@3.4.7
├── req...@2.79.0 (tunnel...@0.4.3, aws-...@0.6.0, oauth...@0.8.2, foreve...@0.6.1, is-typ...@1.0.0, case...@0.11.0, string...@0.0.5, aw...@1.5.0, isst...@0.1.2, json-stri...@5.0.1, ext...@3.0.0, uu...@3.0.1, q...@6.3.0, combine...@1.0.5, mime-...@2.1.14, tough-...@2.3.2, form...@2.1.2, ha...@3.1.3, http-si...@1.1.1, har-va...@2.0.6)
└── request-pr...@1.1.1
mom...@2.17.1 node_modules/moment
marinetraff...@0.0.1 node_modules/marinetraffic-reporter
└── ggen...@0.1.13 (as...@2.1.4, ji...@0.4.17)
nmea0183...@0.3.0 node_modules/nmea0183-signalk
├── uu...@3.0.1
├── signalk-m...@0.1.10 (lod...@2.4.2)
└── ggen...@0.1.13 (as...@2.1.4, ji...@0.4.17)
signalk...@0.0.1-0 node_modules/signalk-schema
├── t...@1.2.7
├── JSONS...@0.7.4 (json...@0.0.5)
├── json-schema...@3.1.2 (call-m...@1.0.1, o...@2.2.4, es6-p...@3.3.1, js-...@3.7.0, z-sc...@3.18.2)
└── lod...@3.10.1
signal...@0.0.1 node_modules/signalk-zones
└── signalk...@0.0.1-0 (t...@1.2.7, JSONS...@0.7.4, tv4-f...@2.2.1, json-schema...@3.1.2, lod...@3.10.1)
lod...@4.17.4 node_modules/lodash
bo...@1.8.0 node_modules/bower
seria...@4.0.7 node_modules/serialport
├── bind...@1.2.1
├── comm...@2.9.0 (graceful...@1.0.1)
├── n...@2.5.1
├── l...@3.1.0 (imme...@3.0.6)
└── object...@4.0.4 (functi...@1.1.0, objec...@1.0.11, define-p...@1.1.2)
al@al-Precision-5510:~/signalk-server-node$
simplegauges#bc3ebdf2bf bower_components/simplegauges
├── bootstrap#3.3.7
└── jquery#2.1.4
jquery#2.1.4 bower_components/jquery
bootstrap#3.3.7 bower_components/bootstrap
└── jquery#2.1.4
al@al-Precision-5510:~/signalk-server-node$
////////////////////////////////////////////////////////////////////////
And here is a 2nd run of npm install on the same machine, after trying to start the signalk server
///////////////////////////////////////////////////////////////////////
al@al-Precision-5510:~/signalk-server-node$ npm install
-
> signalk...@0.1.25 postinstall /home/al/signalk-server-node
> bower install https://github.com/SignalK/sailgauge.git & bower install https://github.com/SignalK/instrumentpanel.git & bower install https://github.com/SignalK/simplegauges.git & bower install & bower install https://github.com/SignalK/maptracker.git
bower not-cached https://github.com/SignalK/maptracker.git#*
bower resolve https://github.com/SignalK/maptracker.git#*
bower cached https://github.com/SignalK/instrumentpanel.git#0.2.2
bower validate 0.2.2 against https://github.com/SignalK/instrumentpanel.git#*
bower not-cached https://github.com/SignalK/simplegauges.git#*
bower resolve https://github.com/SignalK/simplegauges.git#*
bower not-cached https://github.com/SignalK/sailgauge.git#*
bower resolve https://github.com/SignalK/sailgauge.git#*
bower download https://github.com/SignalK/maptracker/archive/master.tar.gz
bower download https://github.com/SignalK/sailgauge/archive/master.tar.gz
bower download https://github.com/SignalK/simplegauges/archive/master.tar.gz
bower extract sailgauge#* archive.tar.gz
bower extract simplegauges#* archive.tar.gz
bower resolved https://github.com/SignalK/sailgauge.git#5d0187234b
bower resolved https://github.com/SignalK/simplegauges.git#bc3ebdf2bf
bower extract maptracker#* archive.tar.gz
bower resolved https://github.com/SignalK/maptracker.git#9804a50144
signalk-t...@0.0.1 node_modules/signalk-to-nmea0183
set-sys...@0.0.1 node_modules/set-system-time
marinetraff...@0.0.1 node_modules/marinetraffic-reporter
└── ggen...@0.1.13 (as...@2.1.4, ji...@0.4.17)
nmea0183...@0.3.0 node_modules/nmea0183-signalk
├── uu...@3.0.1
├── signalk-m...@0.1.10 (lod...@2.4.2)
└── ggen...@0.1.13 (as...@2.1.4, ji...@0.4.17)
signal...@0.0.1 node_modules/signalk-zones
└── signalk...@0.0.1-0 (t...@1.2.7, JSONS...@0.7.4, tv4-f...@2.2.1, json-schema...@3.1.2, lod...@3.10.1)
al@al-Precision-5510:~/signalk-server-node$
al@al-Precision-5510:~/signalk-server-node$ bin/nmea-from-file
No settings/defaults.json available
[TypeError: metadata.keywords.includes is not a function]
al@al-Precision-5510:~/signalk-server-node$
///////////////////////////////////////////////////////////////////////
In this case the install returned to the prompt on its own. You can see attempting to start the server still fails – in a slightly different way. Any ideas, or questions, greatly appreciated.
-al-
Viking Star
45' Monk Sr. / McQueen
Doing “sudo npm install signalk-server” has the same results, install will freeze at the “bootstrap#3.3.7 bower_components/bootstrap” stage (Duration 30 minutes). Pressing the Enter key will return to the prompt, but still signal-k server will not start.
al:~$ sudo npm install signalk-server
npm WARN engine signalk...@0.1.24: wanted: {"node":"6"} (current: {"node":"4.7.2","npm":"2.15.11"})
npm WARN deprecated node...@1.4.7: use uuid module instead
> w...@0.4.32 install /home/al/node_modules/signalk-server/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)
make: Entering directory '/home/al/node_modules/signalk-server/node_modules/ws/build'
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
bufferutil.target.mk:98: recipe for target 'Release/obj.target/bufferutil/src/bufferutil.o' failed
make: Leaving directory '/home/al/node_modules/signalk-server/node_modules/ws/build'
/
> seria...@4.0.7 install /home/al/node_modules/signalk-server/node_modules/serialport
> node-pre-gyp install --fallback-to-build
[serialport] Success: "/home/al/node_modules/signalk-server/node_modules/serialport/build/Release/serialport.node" is installed via remote
> signalk...@0.1.24 postinstall /home/al/node_modules/signalk-server
> bower install https://github.com/SignalK/sailgauge.git & bower install https://github.com/SignalK/instrumentpanel.git & bower install https://github.com/SignalK/simplegauges.git & bower install & bower install https://github.com/SignalK/maptracker.git
bower cached https://github.com/SignalK/instrumentpanel.git#0.2.2
bower validate 0.2.2 against https://github.com/SignalK/instrumentpanel.git#*
bower not-cached https://github.com/SignalK/sailgauge.git#*
bower resolve https://github.com/SignalK/sailgauge.git#*
bower not-cached https://github.com/SignalK/simplegauges.git#*
bower resolve https://github.com/SignalK/simplegauges.git#*
bower not-cached https://github.com/SignalK/maptracker.git#*
bower resolve https://github.com/SignalK/maptracker.git#*
bower download https://github.com/SignalK/sailgauge/archive/master.tar.gz
bower install instrumentpanel#0.2.2
bower download https://github.com/SignalK/simplegauges/archive/master.tar.gz
bower download https://github.com/SignalK/maptracker/archive/master.tar.gz
instrumentpanel#0.2.2 bower_components/instrumentpanel
bower extract sailgauge#* archive.tar.gz
bower extract simplegauges#* archive.tar.gz
bower resolved https://github.com/SignalK/sailgauge.git#5d0187234b
bower install sailgauge#5d0187234b
sailgauge#5d0187234b bower_components/sailgauge
bower resolved https://github.com/SignalK/simplegauges.git#bc3ebdf2bf
bower cached https://github.com/twbs/bootstrap.git#3.3.7
bower validate 3.3.7 against https://github.com/twbs/bootstrap.git#~3.3.0
bower cached https://github.com/jquery/jquery-dist.git#2.1.4
bower validate 2.1.4 against https://github.com/jquery/jquery-dist.git#~2.1.1
bower extract maptracker#* archive.tar.gz
bower resolved https://github.com/SignalK/maptracker.git#9804a50144
bower cached https://github.com/Leaflet/Leaflet.git#0.7.7
bower validate 0.7.7 against https://github.com/Leaflet/Leaflet.git#~0.7.3
bower validate 1.3.2 against https://github.com/CliffCloud/Leaflet.EasyButton.git#1.3.2
bower cached https://github.com/components/font-awesome.git#4.2.0
bower validate 4.2.0 against https://github.com/components/font-awesome.git#~4.2.0
bower install maptracker#9804a50144
bower install Leaflet.EasyButton#1.3.2
bower install components-font-awesome#4.2.0
bower install leaflet#0.7.7
maptracker#9804a50144 bower_components/maptracker
├── Leaflet.EasyButton#1.3.2
├── components-font-awesome#4.2.0
└── leaflet#0.7.7
Leaflet.EasyButton#1.3.2 bower_components/Leaflet.EasyButton
└── leaflet#0.7.7
components-font-awesome#4.2.0 bower_components/components-font-awesome
leaflet#0.7.7 bower_components/leaflet
signalk...@0.1.24 node_modules/signalk-server
├── fla...@0.0.3
├── set-sys...@0.0.1
├── signalk-t...@0.0.1
├── deep-g...@0.1.1
├── node...@0.2.6
├── col...@0.6.2
├── thr...@2.3.8
├── httpo...@0.1.2
├── node...@1.4.7
├── bac...@0.7.89
├── express-...@0.1.1 (met...@0.0.1)
├── mini...@1.2.0
├── ej...@1.0.1 (under...@1.5.2)
├── de...@2.6.0 (m...@0.7.2)
├── co...@2.8.1 (va...@1.1.0)
├── mor...@1.7.0 (on-he...@1.0.1, basic...@1.0.4, de...@1.1.0, on-fi...@2.3.0, de...@2.2.0)
├── stream-...@0.1.3 (lim...@1.1.0, comm...@2.9.0)
├── p...@1.9.4 (os-t...@1.0.2, wh...@1.2.12)
├── body-...@1.16.0 (conten...@1.0.2, by...@2.4.0, de...@1.1.0, q...@6.2.1, on-fi...@2.3.0, raw-...@2.2.0, http-...@1.5.1, iconv...@0.4.15, typ...@1.6.14)
├── errorh...@1.5.0 (escap...@1.0.3, acc...@1.3.3)
├── exp...@4.14.1 (escap...@1.0.3, array-...@1.1.1, cookie-s...@1.0.6, utils...@1.0.0, met...@1.1.2, conten...@1.0.2, enco...@1.0.1, merge-de...@1.0.1, va...@1.1.0, et...@1.7.0, coo...@0.3.1, range-...@1.2.0, fr...@0.3.0, pars...@1.3.1, serve-...@1.11.2, path-to...@0.1.7, content-d...@0.5.2, de...@1.1.0, q...@6.2.0, on-fi...@2.3.0, finalh...@0.5.1, de...@2.2.0, proxy...@1.1.3, se...@0.14.2, acc...@1.3.3, typ...@1.6.14)
├── win...@1.1.2 (cy...@1.0.3, stack...@0.0.9, ey...@0.1.8, isst...@0.1.2, as...@1.0.0, pkg...@0.3.1, col...@1.0.3)
├── w...@0.4.32 (comm...@2.1.0, tiny...@0.0.1, opt...@0.0.6, n...@1.0.0)
├── pri...@2.4.12 (forwar...@0.1.1, ult...@1.0.2, evente...@0.1.6, lo...@1.0.2, seth...@0.0.4, access-...@0.0.8, create...@0.0.7, fus...@0.4.0, diagn...@0.0.4)
├── mom...@2.17.1
├── signalk...@0.0.1-0 (t...@1.2.7, JSONS...@0.7.4, json-schema...@3.1.2)
├── lod...@3.10.1
├── signal...@0.0.1 (signalk...@0.0.1-0)
├── n2k-s...@0.0.1-0 (nom...@1.6.2, JSONS...@0.7.4, signalk...@0.0.1-0)
├── signalk...@0.0.1-0 (evente...@1.2.0, superagen...@1.1.0, u...@0.11.0, w...@1.1.1, blue...@3.4.7, super...@1.8.5, lod...@4.17.4)
├── nmea0183...@0.3.0 (uu...@3.0.1, signalk-m...@0.1.10, ggen...@0.1.13, lod...@4.17.4)
├── marinetraff...@0.0.1 (ggen...@0.1.13)
├── bo...@1.8.0
└── seria...@4.0.7 (bind...@1.2.1, comm...@2.9.0, n...@2.5.1, l...@3.1.0, object...@4.0.4)
al:~$ bower install simplegauges#bc3ebdf2bf
bower install jquery#2.1.4
bower install bootstrap#3.3.7
simplegauges#bc3ebdf2bf bower_components/simplegauges
├── bootstrap#3.3.7
└── jquery#2.1.4
jquery#2.1.4 bower_components/jquery
bootstrap#3.3.7 bower_components/bootstrap
└── jquery#2.1.4 ß---- Stalled here for 30 minutes. Pressed ENTER key to return to command prompt
al:~$ cd signalk-server-node
al:signalk-server-node$ bin/nmea-from-fileNo settings/defaults.json available
[TypeError: metadata.keywords.includes is not a function]
al:signalk-server-node$
winston-daily-rotate-file@1.4.4 node_modules/winston-daily-rotate-file
--
That did it - thanks. (note: It looks like the bottom of the revised install webpage got clipped. ‘Install User Interfaces’ section is gone, though still in the TOC on the right).
I still notice that when doing npm install, the script will halt after the bootstrap..:
simplegauges#bc3ebdf2bf bower_components/simplegauges
├── bootstrap#3.3.7
└── jquery#2.1.4
jquery#2.1.4 bower_components/jquery
bootstrap#3.3.7 bower_components/bootstrap
└── jquery#2.1.4
ß-------- Machine halted with cursor here, no change after 10 minutes.
al:signalk-server-node$ ß-------- Pressing the ENTER key returned me to the prompt
Is this the expected behavior?
Thank you again,
That did it - thanks. (note: It looks like the bottom of the revised install webpage got clipped. ‘Install User Interfaces’ section is gone, though still in the TOC on the right).
ß-------- Machine halted with cursor here, no change after 10 minutes.
al:signalk-server-node$ ß-------- Pressing the ENTER key returned me to the prompt
Is this the expected behavior?
Teppo, Thanks for confirming the install was completed. Will say, aside from the semantics of ‘halted’, having the install script wait for an ‘unprompted’ input from the user seems a bit unusual.
-al-
Viking Star
45' Monk Sr. / McQueen
From: teppo...@gmail.com [mailto:teppo...@gmail.com] On Behalf Of Teppo Kurki
Sent: Friday, February 03, 2017 6:58 AM
To: signalk
Subject: Re: problem with installation (2)
On Thu, Feb 2, 2017 at 7:47 PM, Al Thomason <thoma...@gmail.com> wrote:
--
You received this message because you are subscribed to the Google Groups "Signal K" group.
To unsubscribe from this group and stop receiving emails from it, send an email to signalk+u...@googlegroups.com.