so second try : i decided to restart from the beginning
i tried the manual installation
first i install the node .js, no trouble, intall seems OK
but when i began " npm install && npm start", troubles appear :
pi@raspberrypi:~/MagicMirror $ npm install && npm start
npm WARN deprecated time-grunt@2.0.0: Deprecated because Grunt is practically unmaintained. Move on to something better. This package will continue to work with Grunt v1, but it will not receive any updates.
npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
electron-chromedriver@1.8.0 install /home/pi/MagicMirror/node_modules/electron-chromedriver
node ./download-chromedriver.js
successfully dowloaded and extracted!
electron@2.0.16 postinstall /home/pi/MagicMirror/node_modules/electron
node install.js
Downloading SHASUMS256.txt
[============================================>] 100.0% of 5.39 kB (5.39 kB/s)
magicmirror@2.6.0 install /home/pi/MagicMirror
cd vendor && npm install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“arm”})
added 82 packages from 57 contributors and audited 220 packages in 15.75s
found 4 low severity vulnerabilities
run npm audit fix to fix them, or npm audit for details
magicmirror@2.6.0 postinstall /home/pi/MagicMirror
sh installers/postinstall/postinstall.sh && npm run install-fonts
MagicMirror installation successful!
magicmirror@2.6.0 install-fonts /home/pi/MagicMirror
cd fonts && npm install
added 1 package from 1 contributor and audited 1 package in 8.517s
found 0 vulnerabilities
npm WARN grunt-stylelint@0.10.1 requires a peer of stylelint@^9.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN acorn-jsx@5.0.1 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself.
added 930 packages from 1367 contributors and audited 2433 packages in 210.933s
found 23 vulnerabilities (8 low, 14 moderate, 1 high)
run npm audit fix to fix them, or npm audit for details
magicmirror@2.6.0 start /home/pi/MagicMirror
sh run-start.sh
Starting MagicMirror: v2.6.0
Loading config …
WARNING! Could not find config file. Please create one. Starting with default configuration.
Loading module helpers …
Initializing new module helper …
Module helper loaded: updatenotification
No helper found for module: helloworld.
All module helpers loaded.
Starting server on port 8080 …
Server started …
Connecting socket for: updatenotification
Sockets connected & modules started …
Launching application.
Shutting down server…
Stopping module helper: updatenotification
so, as resquest, i run npm audit for fixthis
pi@raspberrypi:~/MagicMirror $ npm audit fix
npm WARN acorn-jsx@5.0.1 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN grunt-stylelint@0.10.1 requires a peer of stylelint@^9.0.0 but none is installed. You must install peer dependencies yourself.
jshint@2.10.1
added 4 packages from 4 contributors, removed 7 packages and updated 13 packages in 44.656s
fixed 13 of 23 vulnerabilities in 2433 scanned packages
2 vulnerabilities required manual review and could not be updated
1 package update for 8 vulns involved breaking changes
(use npm audit fix --force to install breaking changes; or refer to npm audit for steps to fix these manually)
pi@raspberrypi:~/MagicMirror $
and i still have thoses 2 warnings who seems bad