1. 程式人生 > >樹莓派魔鏡系統安裝的問題大全

樹莓派魔鏡系統安裝的問題大全

1. Failed at the [email protected] postinstall script 'node install.js'.

 錯誤資訊:

[email protected]:~/MagicMirror$ npm install

> [email protected] postinstall /home/pi/MagicMirror/node_modules/electron
> node install.js

/home/pi/MagicMirror/node_modules/electron/install.js:48
  throw err
  ^

Error: read ECONNRESET
    at exports._errnoException (util.js:1020:11)
    at TLSWrap.onread (net.js:568:26)
npm ERR! Linux 4.9.41-v7+
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v6.11.4
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE

npm ERR! 
[email protected]
postinstall: `node install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] postinstall script 'node install.js'. 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 electron package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node install.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs electron npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls electron npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /home/pi/MagicMirror/npm-debug.log
解決方法:node.js安裝不了,這是由於樹莓派版本軟體版本比較舊,有些軟體沒有安裝,只需要升級樹莓派軟體,安裝一些必要的軟體即可解決。
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install chromium x11-xserver-utils unclutter
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
nvm install v6.2.1
sudo apt-get install php5

2.Electron failed to install correctly

Electron安裝失敗導致Magicmirror啟動失敗

失敗資訊:

[email protected]:~/MagicMirror$ npm start

> [email protected] start /home/pi/MagicMirror
> sh run-start.sh

/home/pi/MagicMirror/node_modules/electron/index.js:9
  throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again')
  ^

Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
    at Object.<anonymous> (/home/pi/MagicMirror/node_modules/electron/index.js:9:9)
    at Module._compile (module.js:413:34)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Module.require (module.js:367:17)
    at require (internal/module.js:16:19)
    at Object.<anonymous> (/home/pi/MagicMirror/node_modules/electron/cli.js:3:16)
    at Module._compile (module.js:413:34)
    at Object.Module._extensions..js (module.js:422:10)

npm ERR! Linux 4.9.54-v7+
npm ERR! argv "/home/pi/.nvm/versions/node/v5.7.0/bin/node" "/home/pi/.nvm/versions/node/v5.7.0/bin/npm" "start"
npm ERR! node v5.7.0
npm ERR! npm  v3.6.0
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `sh run-start.sh`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] start script 'sh run-start.sh'.
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 magicmirror package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     sh run-start.sh
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs magicmirror
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls magicmirror
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/pi/MagicMirror/npm-debug.log


3.npm start執行出錯

[email protected]:~/MagicMirror $ npm start

> [email protected] start /home/pi/MagicMirror
> sh run-start.sh

/home/pi/MagicMirror/node_modules/electron/index.js:9
  throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again')
  ^

Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
    at Object.<anonymous> (/home/pi/MagicMirror/node_modules/electron/index.js:9:9)
    at Module._compile (module.js:541:32)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:458:32)
    at tryModuleLoad (module.js:417:12)
    at Function.Module._load (module.js:409:3)
    at Module.require (module.js:468:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/home/pi/MagicMirror/node_modules/electron/cli.js:3:16)
    at Module._compile (module.js:541:32)

解決方法:刪除
node_modules/electron
重新執行npm install

相關推薦

樹莓系統安裝的問題大全

1. Failed at the [email protected] postinstall script 'node install.js'.  錯誤資訊: [email protected]:~/MagicMirror$ npm install &

樹莓

樹莓派官方雜誌MagPi 第74期中文翻譯 翻譯:子豪兄(同濟大學開源軟體協會) 加入翻譯組或相關合作請關注微信公眾號MagPi ,私聊後臺 歡迎各論壇網站公眾號分享轉載,請以 原文超連結或連結形式 轉載並註明出處 子豪兄。 原文地址 http://u6.

樹莓 記憶體卡系統安裝 及python模組安裝

樹莓派系統下載地址點這裡 我下載的無桌面的linux系統,比較小的那個,帶桌面的有些大 liunx系統安裝到記憶體卡小公舉 1、解壓下載的軟體,解壓完是一個映象檔案, 2、開啟小公舉,選擇上面解壓的映象檔案,選擇你要裝系統的記憶體卡,點選寫入,確認覆蓋,進

樹莓總結(包括語音和影象識別)

我實在是太懶了,現在才來寫這篇博文。 這裡我將總結做這個專案所用的思路,以及中間出現的各種問題還有問題的解決辦法。 1、最終實現方案(樹莓派、php+html、arecord、百度語音、face

恢復安裝樹莓相關操作系統的TF卡容量

linux系統 磁盤 href pos 選擇 運行 fat 軟件下載 當我 原文地址:傳送門 前言玩樹莓派的都知道,當我們向TF卡寫入系統後,在Windows下能識別的只有幾百M的容量了,這主要是由於在裝Linux系統的時候給TF卡分了Windows無法識別的分區,下面我用

樹莓 無屏幕 安裝Ubuntu系統 無頭安裝 無顯示器 用網線

tps com 運行 line 內存 百度網盤 log 啟動 網線 能看到此篇博客的人說明都嘗試失敗了,會發現內存卡刷入Ubuntu後,無法通過ssh操作樹莓派。是因為官方的ubuntu系統在初次運行時需要設定一些東西,類似windows第一次啟動也需要設置那樣,如果不設置

(RaspberryPi)樹莓系列 - 一、安裝系統

inter prior 自動連接 www. ctr 桌面 con user 計算 簡介 樹莓派(英語:Raspberry Pi),是一款基於Linux的單片機計算機。它由英國的樹莓派基金會所開發,目的是以低價硬件及自由軟件促進學校的基本計算機科學教育。 官網:https

嵌入式系統(1)- 樹莓DIY小車 - 小車安裝

1.電機與L298N驅動板連線     將兩邊電機的負極連至L298N的OUT1和OUT3處,正極連至OUT2和OUT4處。 2.驅動板L298N供電 3.驅動板連線樹莓派     驅動板4個介面IN1,IN2

樹莓(raspberry pi) 系統在SD卡上安裝Linux

剛剛拿到一隻Simon同學出借的樹莓派(raspberry pi) ,準備一張4GB的SD卡,準備跑一下Linux。在Windows 7上用 工具寫入img到SD卡上,報錯,失敗。好在俺有Linux vmware虛擬機器,在虛擬機器上搞,執行命令 sudo dd bs=1M

樹莓 3B入門——系統安裝

本人是一個大四的學渣 ,由於好奇心 想玩玩 樹莓派  入手了3B  正在 慢慢 摸索中... 不多BB ,入正題 ———裝系統  一.首先,你要準備的東西: 1.板子(樹莓派)和電源線 2.SD卡 (以前普通手機插得外部擴張記憶體卡,最好大一點的 , 我買的16G的) 3.

樹莓 安裝谷歌拼音輸入法(樹莓官方版系統、基於Debian)

                                       安裝谷歌拼音輸入法 如果您沒配置中文環境,可以參考我的另外一篇部落格, 樹莓派  配置中文環境 配置好了中文環境,我們可以愉快地安裝谷歌拼音輸入法。 安裝谷歌拼音輸入法(樹莓派官方版系統、基於

樹莓(Debian系統)上安裝wxPython

第一步:匯入Key curl http://apt.wxwidgets.org/key.asc | sudo apt-key add - 第二步:將下面指令追加到檔案 /etc/apt/sources.list # wxWidgets/wxPython repos

樹莓(Debian系統)上安裝python軟體包pymssql

tar zxvf freetds-stable.tgz cd freetds-0.91 ./configure --prefix=/usr/local/freetds --with-tdsver=8.0 --enable-msdblib --enable-dbmfix

樹莓樹莓刷Android系統

net 文章 圖文 str 鍵盤操作 左右移動 ima 工具 解決 樹莓派3安裝Android TV系統圖文教程 http://www.mz6.net/news/android/6866.html 樹莓派3 Android TV系統怎樣安裝?樹莓派3一個重要用途就是當智

樹莓php+nginx的安裝和php調用c++程序

pre rpc php fault nginx etc 問題 css 程序 樹莓派安裝php+nginx流程: 1、安裝php環境: sudo apt-get install nginx php5-fpm php5-cgi php5-cli php5-curl php5-

樹莓從裝系統,連線wifi 到每次登入自動發郵件

我自己有一個樹莓派,放那很久硬是沒有用到。今天在工作不忙的情況下,梳理一下樹莓派的使用。 首先,你需要下載一個樹莓派的映象檔案。樹莓派下載連結, 樹莓派首先需要把你下載的這個系統燒到一個cf卡里面,其實就是寫到cf卡上。這個各個系統有專門的軟體。 我主要分享的寫完硬碟之後的樹莓派

通過python傳送簡訊,樹莓實現報警系統

    看到用python程式碼實現簡訊傳送的文章,感覺以後可以結合樹莓派進行監控報警資訊的傳送,所以就研究了一下,整個過程還是比較簡單的,註冊一個賬戶再寫幾行程式碼就可以了。 這裡用到的簡訊代理服務商是Twilio,國內也有不少這樣的服務商,比如阿里雲。

樹莓(ubuntu)安裝ROS

樹莓派先安裝ubuntu 在安裝ros: 參考文獻: sudo sh -c'echo“deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc)main”> /etc/apt/sources.

樹莓上MJPG-streamer安裝手順

motion和MJPG-streamer異同 相同點:都是linux系統上監控用的程式。 不同點: motion通過motion.conf配置檔案,可以設定動態感知的動作。比如有寵物進入攝像頭範圍內,motion自動捕獲截圖或者視訊,然後觸發既定的指令碼(sh,pyt

樹莓學習筆記——webiopi安裝與入門

    webiopi是一個可控制樹莓派GPIO的web框架,該框架面向物聯網IoT開發。該專案託管於google,並可在sourceforge上下載到原始碼。現在webiopi已經發展到0.7版本,webiopi支援REST Server,CoAP server,並提供python庫和javascript庫