• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Error during installation ("

Scheduled Pinned Locked Moved Troubleshooting
4 Posts 3 Posters 4.1k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    BlackPearl
    last edited by BlackPearl Jul 22, 2016, 10:30 PM Jul 22, 2016, 10:29 PM

    Hello guys

    First, thanks for your MagicMirror software, I love it !

    I tried to install it on my Raspberry Pi 3 with the last version of Jessie.

    I follow the instruction with automatic installation command (curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh | bash)

    I launch this command in root.

    The installation start, and at the end, when I can see “Installing dependencies…” after 5 minutes of downloading and installing something, the terminal display this error :

    Cloning MagicMirror Done!
    Installing dependencies …
    npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
    npm WARN prefer global coffee-script@1.10.0 should be installed with -g
    npm WARN prefer global colorguard@1.2.0 should be installed with -g

    spawn-sync@1.0.15 postinstall /root/MagicMirror/node_modules/spawn-sync
    node postinstall

    module.js:442
    throw err;
    ^

    Error: Cannot find module ‘/root/MagicMirror/node_modules/spawn-sync/postinstall’
    at Function.Module._resolveFilename (module.js:440:15)
    at Function.Module._load (module.js:388:25)
    at Module.runMain (module.js:575:10)
    at run (bootstrap_node.js:352:7)
    at startup (bootstrap_node.js:144:9)
    at bootstrap_node.js:467:3
    magicmirror@2.0.0 /root/MagicMirror
    ├─┬ electron-prebuilt@1.2.8
    │ ├─┬ electron-download@2.1.2
    │ │ ├── home-path@1.0.3
    │ │ ├── minimist@1.2.0
    │ │ ├─┬ mkdirp@0.5.1
    │ │ │ └── minimist@0.0.8
    │ │ ├─┬ mv@2.1.1
    │ │ │ ├── ncp@2.0.0
    │ │ │ └─┬ rimraf@2.4.5
    │ │ │ └── glob@6.0.4
    │ │ ├─┬ nugget@1.6.2
    │ │ │ ├── minimist@1.2.0
    │ │ │ ├── pretty-bytes@1.0.4
    │ │ │ ├─┬ progress-stream@1.2.0
    │ │ │ │ ├── speedometer@0.1.4
    │ │ │ │ └─┬ through2@0.2.3
    │ │ │ │ ├─┬ readable-stream@1.1.14
    │ │ │ │ │ └── isarray@0.0.1
    │ │ │ │ └─┬ xtend@2.1.2
    │ │ │ │ └── object-keys@0.4.0
    │ │ │ ├── single-line-log@0.4.1
    │ │ │ └── throttleit@0.0.2
    │ │ ├── path-exists@1.0.0
    │ │ └─┬ rc@1.1.6
    │ │ ├── deep-extend@0.4.1
    │ │ ├── ini@1.3.4
    │ │ └── minimist@1.2.0
    │ └─┬ extract-zip@1.5.0
    │ ├─┬ concat-stream@1.5.0
    │ │ └── typedarray@0.0.6
    │ ├── debug@0.7.4
    │ ├── mkdirp@0.5.0
    │ └─┬ yauzl@2.4.1
    │ └─┬ fd-slicer@1.0.1
    │ └── pend@1.2.0
    ├─┬ express@4.14.0
    │ ├─┬ accepts@1.3.3
    │ │ └── negotiator@0.6.1
    │ ├── array-flatten@1.1.1
    │ ├── content-disposition@0.5.1
    │ ├── content-type@1.0.2
    │ ├── cookie@0.3.1
    │ ├── cookie-signature@1.0.6
    │ ├─┬ debug@2.2.0
    │ │ └── ms@0.7.1
    │ ├── depd@1.1.0
    │ ├── encodeurl@1.0.1
    │ ├── escape-html@1.0.3
    │ ├── etag@1.7.0
    │ ├─┬ finalhandler@0.5.0
    │ │ ├── statuses@1.3.0
    │ │ └── unpipe@1.0.0
    │ ├── fresh@0.3.0
    │ ├── merge-descriptors@1.0.1
    │ ├── methods@1.1.2
    │ ├─┬ on-finished@2.3.0
    │ │ └── ee-first@1.1.1
    │ ├── parseurl@1.3.1
    │ ├── path-to-regexp@0.1.7
    │ ├─┬ proxy-addr@1.1.2
    │ │ ├── forwarded@0.1.0
    │ │ └── ipaddr.js@1.1.1
    │ ├── qs@6.2.0
    │ ├── range-parser@1.2.0
    │ ├─┬ send@0.14.1
    │ │ ├── destroy@1.0.4
    │ │ ├─┬ http-errors@1.5.0
    │ │ │ └── setprototypeof@1.0.1
    │ │ └── mime@1.3.4
    │ ├── serve-static@1.11.1
    │ ├─┬ type-is@1.6.13
    │ │ └── media-typer@0.3.0
    │ ├── utils-merge@1.0.0
    │ └── vary@1.1.0
    ├─┬ feedme@0.3.2
    │ ├── clarinet@0.11.0
    │ ├── eventyoshi@0.1.6
    │ └── sax@1.2.1
    ├─┬ grunt@1.0.1
    │ ├── coffee-script@1.10.0
    │ ├─┬ dateformat@1.0.12
    │ │ └── get-stdin@4.0.1
    │ ├── eventemitter2@0.4.14
    │ ├── exit@0.1.2
    │ ├─┬ findup-sync@0.3.0
    │ │ └── glob@5.0.15
    │ ├─┬ glob@7.0.5
    │ │ ├── fs.realpath@1.0.0
    │ │ ├─┬ inflight@1.0.5
    │ │ │ └── wrappy@1.0.2
    │ │ ├── inherits@2.0.1
    │ │ └── once@1.3.3
    │ ├─┬ grunt-cli@1.2.0
    │ │ └── resolve@1.1.7
    │ ├── grunt-known-options@1.1.0
    │ ├─┬ grunt-legacy-log@1.0.0
    │ │ ├── colors@1.1.2
    │ │ ├─┬ grunt-legacy-log-utils@1.0.0
    │ │ │ └── lodash@4.3.0
    │ │ ├── lodash@3.10.1
    │ │ └── underscore.string@3.2.3
    │ ├─┬ grunt-legacy-util@1.0.0
    │ │ ├── async@1.5.2
    │ │ ├── getobject@0.1.0
    │ │ ├── lodash@4.3.0
    │ │ └─┬ which@1.2.10
    │ │ └── isexe@1.1.2
    │ ├─┬ js-yaml@3.5.5
    │ │ ├─┬ argparse@1.0.7
    │ │ │ └── sprintf-js@1.0.3
    │ │ └── esprima@2.7.2
    │ ├─┬ minimatch@3.0.2
    │ │ └─┬ brace-expansion@1.1.6
    │ │ └── concat-map@0.0.1
    │ ├─┬ nopt@3.0.6
    │ │ └── abbrev@1.0.9
    │ ├── path-is-absolute@1.0.0
    │ └── rimraf@2.2.8
    ├─┬ grunt-eslint@19.0.0
    │ ├─┬ chalk@1.1.3
    │ │ ├── ansi-styles@2.2.1
    │ │ ├── escape-string-regexp@1.0.5
    │ │ ├─┬ has-ansi@2.0.0
    │ │ │ └── ansi-regex@2.0.0
    │ │ ├── strip-ansi@3.0.1
    │ │ └── supports-color@2.0.0
    │ └─┬ eslint@3.1.1
    │ ├── concat-stream@1.5.1
    │ ├─┬ doctrine@1.2.2
    │ │ ├── esutils@1.1.6
    │ │ └── isarray@1.0.0
    │ ├─┬ es6-map@0.1.4
    │ │ ├── d@0.1.1
    │ │ ├── es5-ext@0.10.12
    │ │ ├── es6-iterator@2.0.0
    │ │ ├── es6-set@0.1.4
    │ │ ├── es6-symbol@3.1.0
    │ │ └── event-emitter@0.3.4
    │ ├─┬ escope@3.6.0
    │ │ ├── es6-weak-map@2.0.1
    │ │ └─┬ esrecurse@4.1.0
    │ │ └── estraverse@4.1.1
    │ ├─┬ espree@3.1.6
    │ │ ├── acorn@3.2.0
    │ │ └── acorn-jsx@3.0.1
    │ ├── estraverse@4.2.0
    │ ├── esutils@2.0.2
    │ ├─┬ file-entry-cache@1.2.4
    │ │ └─┬ flat-cache@1.0.10
    │ │ ├─┬ del@2.2.1
    │ │ │ ├── is-path-cwd@1.0.0
    │ │ │ └─┬ is-path-in-cwd@1.0.0
    │ │ │ └── is-path-inside@1.0.0
    │ │ ├── read-json-sync@1.1.1
    │ │ └── write@0.2.1
    │ ├── glob@7.0.5
    │ ├── globals@9.9.0
    │ ├── imurmurhash@0.1.4
    │ ├─┬ inquirer@0.12.0
    │ │ ├── ansi-escapes@1.4.0
    │ │ ├─┬ cli-cursor@1.0.2
    │ │ │ └─┬ restore-cursor@1.0.1
    │ │ │ ├── exit-hook@1.1.1
    │ │ │ └── onetime@1.1.0
    │ │ ├── cli-width@2.1.0
    │ │ ├─┬ readline2@1.0.1
    │ │ │ └── mute-stream@0.0.5
    │ │ ├── run-async@0.1.0
    │ │ ├── rx-lite@3.1.2
    │ │ └── through@2.3.8
    │ ├─┬ is-my-json-valid@2.13.1
    │ │ ├── generate-function@2.0.0
    │ │ ├─┬ generate-object-property@1.2.0
    │ │ │ └── is-property@1.0.2
    │ │ ├── jsonpointer@2.0.0
    │ │ └── xtend@4.0.1
    │ ├─┬ is-resolvable@1.0.0
    │ │ └── tryit@1.0.2
    │ ├── js-yaml@3.6.1
    │ ├─┬ json-stable-stringify@1.0.1
    │ │ └── jsonify@0.0.0
    │ ├─┬ levn@0.3.0
    │ │ ├── prelude-ls@1.1.2
    │ │ └── type-check@0.3.2
    │ ├── lodash@4.13.1
    │ ├─┬ optionator@0.8.1
    │ │ ├── deep-is@0.1.3
    │ │ ├── fast-levenshtein@1.1.4
    │ │ └── wordwrap@1.0.0
    │ ├── path-is-inside@1.0.1
    │ ├── pluralize@1.2.1
    │ ├── progress@1.1.8
    │ ├─┬ require-uncached@1.0.2
    │ │ ├─┬ caller-path@0.1.0
    │ │ │ └── callsites@0.2.0
    │ │ └── resolve-from@1.0.1
    │ ├── shelljs@0.6.0
    │ ├── strip-bom@3.0.0
    │ ├── strip-json-comments@1.0.4
    │ └── user-home@2.0.0
    ├─┬ grunt-postcss@0.8.0
    │ ├── diff@2.2.3
    │ └─┬ postcss@5.1.0
    │ ├── js-base64@2.1.9
    │ ├── source-map@0.5.6
    │ └─┬ supports-color@3.1.2
    │ └── has-flag@1.0.0
    ├── iconv-lite@0.4.13
    ├── moment@2.14.1
    ├─┬ postcss-reporter@1.4.1
    │ ├── lodash@4.13.1
    │ └── log-symbols@1.0.2
    ├─┬ request@2.73.0
    │ ├── aws-sign2@0.6.0
    │ ├── aws4@1.4.1
    │ ├─┬ bl@1.1.2
    │ │ └─┬ readable-stream@2.0.6
    │ │ ├── core-util-is@1.0.2
    │ │ ├── process-nextick-args@1.0.7
    │ │ ├── string_decoder@0.10.31
    │ │ └── util-deprecate@1.0.2
    │ ├── caseless@0.11.0
    │ ├─┬ combined-stream@1.0.5
    │ │ └── delayed-stream@1.0.0
    │ ├── extend@3.0.0
    │ ├── forever-agent@0.6.1
    │ ├── form-data@1.0.0-rc4
    │ ├─┬ har-validator@2.0.6
    │ │ ├─┬ commander@2.9.0
    │ │ │ └── graceful-readlink@1.0.1
    │ │ └─┬ pinkie-promise@2.0.1
    │ │ └── pinkie@2.0.4
    │ ├─┬ hawk@3.1.3
    │ │ ├── boom@2.10.1
    │ │ ├── cryptiles@2.0.5
    │ │ ├── hoek@2.16.3
    │ │ └── sntp@1.0.9
    │ ├─┬ http-signature@1.1.1
    │ │ ├── assert-plus@0.2.0
    │ │ ├─┬ jsprim@1.3.0
    │ │ │ ├── extsprintf@1.0.2
    │ │ │ ├── json-schema@0.2.2
    │ │ │ └── verror@1.3.6
    │ │ └─┬ sshpk@1.8.3
    │ │ ├── asn1@0.2.3
    │ │ ├── assert-plus@1.0.0
    │ │ ├─┬ dashdash@1.14.0
    │ │ │ └── assert-plus@1.0.0
    │ │ ├── ecc-jsbn@0.1.1
    │ │ ├─┬ getpass@0.1.6
    │ │ │ └── assert-plus@1.0.0
    │ │ ├── jodid25519@1.0.2
    │ │ ├── jsbn@0.1.0
    │ │ └── tweetnacl@0.13.3
    │ ├── is-typedarray@1.0.0
    │ ├── isstream@0.1.2
    │ ├── json-stringify-safe@5.0.1
    │ ├─┬ mime-types@2.1.11
    │ │ └── mime-db@1.23.0
    │ ├── node-uuid@1.4.7
    │ ├── oauth-sign@0.8.2
    │ ├── stringstream@0.0.5
    │ ├── tough-cookie@2.2.2
    │ └── tunnel-agent@0.4.3
    ├── rrule@2.1.0
    ├─┬ socket.io@1.4.8
    │ ├─┬ engine.io@1.6.11
    │ │ ├─┬ accepts@1.1.4
    │ │ │ ├─┬ mime-types@2.0.14
    │ │ │ │ └── mime-db@1.12.0
    │ │ │ └── negotiator@0.4.9
    │ │ ├── base64id@0.1.0
    │ │ ├─┬ engine.io-parser@1.2.4
    │ │ │ ├── after@0.8.1
    │ │ │ ├── arraybuffer.slice@0.0.6
    │ │ │ ├── base64-arraybuffer@0.1.2
    │ │ │ ├── blob@0.0.4
    │ │ │ ├─┬ has-binary@0.1.6
    │ │ │ │ └── isarray@0.0.1
    │ │ │ └── utf8@2.1.0
    │ │ └─┬ ws@1.1.0
    │ │ ├── options@0.0.6
    │ │ └── ultron@1.0.2
    │ ├─┬ has-binary@0.1.7
    │ │ └── isarray@0.0.1
    │ ├─┬ socket.io-adapter@0.4.0
    │ │ └─┬ socket.io-parser@2.2.2
    │ │ ├── debug@0.7.4
    │ │ ├── isarray@0.0.1
    │ │ └── json3@3.2.6
    │ ├─┬ socket.io-client@1.4.8
    │ │ ├── backo2@1.0.2
    │ │ ├── component-bind@1.0.0
    │ │ ├── component-emitter@1.2.0
    │ │ ├─┬ engine.io-client@1.6.11
    │ │ │ ├── component-inherit@0.0.3
    │ │ │ ├── has-cors@1.1.0
    │ │ │ ├── parsejson@0.0.1
    │ │ │ ├── parseqs@0.0.2
    │ │ │ ├── ws@1.0.1
    │ │ │ ├── xmlhttprequest-ssl@1.5.1
    │ │ │ └── yeast@0.1.2
    │ │ ├── indexof@0.0.1
    │ │ ├── object-component@0.0.3
    │ │ ├─┬ parseuri@0.0.4
    │ │ │ └─┬ better-assert@1.0.2
    │ │ │ └── callsite@1.0.0
    │ │ └── to-array@0.1.4
    │ └─┬ socket.io-parser@2.2.6
    │ ├── benchmark@1.0.0
    │ ├── component-emitter@1.1.2
    │ ├── isarray@0.0.1
    │ └── json3@3.3.2
    ├─┬ stylelint@7.0.3
    │ ├─┬ autoprefixer@6.3.7
    │ │ ├── browserslist@1.3.5
    │ │ ├── caniuse-db@1.0.30000507
    │ │ ├── normalize-range@0.1.2
    │ │ └── num2fraction@1.2.2
    │ ├── balanced-match@0.4.2
    │ ├─┬ colorguard@1.2.0
    │ │ ├── color-diff@0.1.7
    │ │ ├── object-assign@4.1.0
    │ │ ├─┬ pipetteur@2.0.3
    │ │ │ ├── onecolor@3.0.4
    │ │ │ └─┬ synesthesia@1.0.1
    │ │ │ └── css-color-names@0.0.3
    │ │ ├─┬ plur@2.1.2
    │ │ │ └── irregular-plurals@1.2.0
    │ │ └── yargs@1.3.3
    │ ├─┬ cosmiconfig@1.1.0
    │ │ ├── graceful-fs@4.1.4
    │ │ ├── minimist@1.2.0
    │ │ ├── os-homedir@1.0.1
    │ │ ├─┬ parse-json@2.2.0
    │ │ │ └─┬ error-ex@1.3.0
    │ │ │ └── is-arrayish@0.2.1
    │ │ └── require-from-string@1.2.0
    │ ├─┬ doiuse@2.4.1
    │ │ ├─┬ css-rule-stream@1.1.0
    │ │ │ ├─┬ css-tokenize@1.0.1
    │ │ │ │ └─┬ readable-stream@1.1.14
    │ │ │ │ └── isarray@0.0.1
    │ │ │ ├─┬ duplexer2@0.0.2
    │ │ │ │ └─┬ readable-stream@1.1.14
    │ │ │ │ └── isarray@0.0.1
    │ │ │ └─┬ through2@0.6.5
    │ │ │ └── readable-stream@1.0.34
    │ │ ├─┬ duplexer2@0.0.2
    │ │ │ └─┬ readable-stream@1.1.14
    │ │ │ └── isarray@0.0.1
    │ │ ├─┬ jsonfilter@1.1.2
    │ │ │ ├─┬ JSONStream@0.8.4
    │ │ │ │ └── jsonparse@0.0.5
    │ │ │ ├── minimist@1.2.0
    │ │ │ ├─┬ stream-combiner@0.2.2
    │ │ │ │ └── duplexer@0.1.1
    │ │ │ └─┬ through2@0.6.5
    │ │ │ └─┬ readable-stream@1.0.34
    │ │ │ └── isarray@0.0.1
    │ │ ├─┬ ldjson-stream@1.2.1
    │ │ │ ├─┬ split2@0.2.1
    │ │ │ │ └─┬ through2@0.6.5
    │ │ │ │ └─┬ readable-stream@1.0.34
    │ │ │ │ └── isarray@0.0.1
    │ │ │ └─┬ through2@0.6.5
    │ │ │ └─┬ readable-stream@1.0.34
    │ │ │ └── isarray@0.0.1
    │ │ ├── lodash@4.13.1
    │ │ ├─┬ source-map@0.4.4
    │ │ │ └── amdefine@1.0.0
    │ │ ├─┬ through2@0.6.5
    │ │ │ └── readable-stream@1.0.34
    │ │ └─┬ yargs@3.15.0
    │ │ ├── camelcase@1.2.1
    │ │ ├─┬ cliui@2.1.0
    │ │ │ ├─┬ center-align@0.1.3
    │ │ │ │ ├─┬ align-text@0.1.4
    │ │ │ │ │ ├─┬ kind-of@3.0.3
    │ │ │ │ │ │ └── is-buffer@1.1.3
    │ │ │ │ │ ├── longest@1.0.1
    │ │ │ │ │ └── repeat-string@1.5.4
    │ │ │ │ └── lazy-cache@1.0.4
    │ │ │ ├── right-align@0.1.3
    │ │ │ └── wordwrap@0.0.2
    │ │ └── window-size@0.1.4
    │ ├─┬ execall@1.0.0
    │ │ └─┬ clone-regexp@1.0.0
    │ │ ├── is-regexp@1.0.0
    │ │ └── is-supported-regexp-flag@1.0.0
    │ ├── get-stdin@5.0.1
    │ ├─┬ globby@5.0.0
    │ │ ├─┬ array-union@1.0.2
    │ │ │ └── array-uniq@1.0.3
    │ │ ├── arrify@1.0.1
    │ │ ├── glob@7.0.5
    │ │ └── pify@2.3.0
    │ ├── globjoin@0.1.4
    │ ├── html-tags@1.1.1
    │ ├── ignore@3.1.3
    │ ├── known-css-properties@0.0.3
    │ ├── lodash@4.13.1
    │ ├─┬ meow@3.7.0
    │ │ ├─┬ camelcase-keys@2.1.0
    │ │ │ └── camelcase@2.1.1
    │ │ ├── decamelize@1.2.0
    │ │ ├─┬ loud-rejection@1.6.0
    │ │ │ ├─┬ currently-unhandled@0.4.1
    │ │ │ │ └── array-find-index@1.0.1
    │ │ │ └── signal-exit@3.0.0
    │ │ ├── map-obj@1.0.1
    │ │ ├── minimist@1.2.0
    │ │ ├─┬ normalize-package-data@2.3.5
    │ │ │ ├── hosted-git-info@2.1.5
    │ │ │ ├─┬ is-builtin-module@1.0.0
    │ │ │ │ └── builtin-modules@1.1.1
    │ │ │ ├── semver@5.3.0
    │ │ │ └─┬ validate-npm-package-license@3.0.1
    │ │ │ ├─┬ spdx-correct@1.0.2
    │ │ │ │ └── spdx-license-ids@1.2.1
    │ │ │ └─┬ spdx-expression-parse@1.0.2
    │ │ │ └── spdx-exceptions@1.0.5
    │ │ ├─┬ read-pkg-up@1.0.1
    │ │ │ ├─┬ find-up@1.1.2
    │ │ │ │ └── path-exists@2.1.0
    │ │ │ └─┬ read-pkg@1.1.0
    │ │ │ ├─┬ load-json-file@1.1.0
    │ │ │ │ └─┬ strip-bom@2.0.0
    │ │ │ │ └── is-utf8@0.2.1
    │ │ │ └── path-type@1.1.0
    │ │ ├─┬ redent@1.0.0
    │ │ │ ├─┬ indent-string@2.1.0
    │ │ │ │ └── repeating@2.0.1
    │ │ │ └── strip-indent@1.0.1
    │ │ └── trim-newlines@1.0.0
    │ ├─┬ multimatch@2.1.0
    │ │ └── array-differ@1.0.0
    │ ├── normalize-selector@0.2.0
    │ ├── postcss-less@0.14.0
    │ ├── postcss-resolve-nested-selector@0.1.1
    │ ├── postcss-scss@0.1.9
    │ ├─┬ postcss-selector-parser@2.1.1
    │ │ ├── flatten@1.0.2
    │ │ ├── indexes-of@1.0.1
    │ │ └── uniq@1.0.1
    │ ├── postcss-value-parser@3.3.0
    │ ├── resolve-from@2.0.0
    │ ├── specificity@0.2.1
    │ ├─┬ string-width@1.0.1
    │ │ ├── code-point-at@1.0.0
    │ │ └── is-fullwidth-code-point@1.0.0
    │ ├── style-search@0.1.0
    │ ├─┬ stylehacks@2.3.1
    │ │ ├── minimist@1.2.0
    │ │ ├─┬ read-file-stdin@0.2.1
    │ │ │ └── gather-stream@1.0.0
    │ │ └── write-file-stdout@0.0.2
    │ ├── sugarss@0.1.4
    │ ├── svg-tags@1.0.0
    │ └─┬ table@3.7.8
    │ ├── bluebird@3.4.1
    │ ├── lodash@4.13.1
    │ ├── slice-ansi@0.0.4
    │ ├── tv4@1.2.7
    │ └── xregexp@3.1.1
    ├── stylelint-config-standard@11.0.0
    ├─┬ time-grunt@1.4.0
    │ ├─┬ date-time@1.1.0
    │ │ └── time-zone@0.1.0
    │ ├── figures@1.7.0
    │ ├── hooker@0.2.3
    │ ├── number-is-nan@1.0.0
    │ ├─┬ pretty-ms@2.1.0
    │ │ ├── is-finite@1.0.1
    │ │ ├── parse-ms@1.0.1
    │ │ └── plur@1.0.0
    │ └── text-table@0.2.0
    ├── valid-url@1.0.9
    └─┬ walk@2.3.9
    └── foreachasync@3.0.0

    npm ERR! Linux 4.4.11-v7+
    npm ERR! argv “/usr/bin/nodejs” “/usr/bin/npm” “install”
    npm ERR! node v6.3.0
    npm ERR! npm v3.10.3
    npm ERR! code ELIFECYCLE

    npm ERR! spawn-sync@1.0.15 postinstall: node postinstall
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the spawn-sync@1.0.15 postinstall script ‘node postinstall’.
    npm ERR! Make sure you have the latest version of node.js and npm installed.
    npm ERR! If you do, this is most likely a problem with the spawn-sync package,
    npm ERR! not with npm itself.
    npm ERR! Tell the author that this fails on your system:
    npm ERR! node postinstall
    npm ERR! You can get information on how to open an issue for this project with:
    npm ERR! npm bugs spawn-sync
    npm ERR! Or if that isn’t available, you can get their info via:
    npm ERR! npm owner ls spawn-sync
    npm ERR! There is likely additional logging output above.

    npm ERR! Please include the following file with any support request:
    npm ERR! /root/MagicMirror/npm-debug.log
    Unable to install dependencies!

    Can you help me ? Thank you !

    A 1 Reply Last reply Jul 23, 2016, 4:31 AM Reply Quote 0
    • A Offline
      amanzimdwini @BlackPearl
      last edited by Jul 23, 2016, 4:31 AM

      @BlackPearl

      Happend to me too (and to others: see here for commiseration)
      https://forum.magicmirror.builders/topic/259/installing-mm2

      THIS is the setup that worked GREAT for me:
      https://forum.magicmirror.builders/topic/236/complete-setup-tutorial

      All the best!

      B 1 Reply Last reply Jul 23, 2016, 5:50 PM Reply Quote 1
      • K Offline
        KirAsh4 Moderator
        last edited by Jul 23, 2016, 7:13 AM

        Do not install MM as root. Do it as the 'pi' user. Better, safer.

        A Life? Cool! Where can I download one of those from?

        1 Reply Last reply Reply Quote 3
        • B Offline
          BlackPearl @amanzimdwini
          last edited by BlackPearl Jul 23, 2016, 5:51 PM Jul 23, 2016, 5:50 PM

          @amanzimdwini Thank you ! I will try ASAP !

          @KirAsh4 Yes, you have right ! I just tried to install in ‘root’, thinking it could possibly solve the problem ;)

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            2/4
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy