OpenHAB-HomeKit-Bridge
OpenHAB-HomeKit-Bridge copied to clipboard
source-map errors
Hi,
while installing I´ve got these errors. I´m not a linux-crack, so I don´t understand too much of it ;-)
- Raspberry Pi 1
- Raspbian Jessie Nov'15
- node.js 4.1.0
<npm install npm WARN unmet dependency /home/pi/OpenHAB-HomeKit-Bridge/node_modules/babel-istanbul/node_modules/babel-core requires source-map@'^0.5.0' but will load npm WARN unmet dependency /home/pi/OpenHAB-HomeKit-Bridge/node_modules/babel-istanbul/node_modules/source-map, npm WARN unmet dependency which is version 0.4.4>
I´ve tried to start HomeKit-Bridge instead, but there are also errors:
`<pi@raspberrypi:~/OpenHAB-HomeKit-Bridge $ npm start -- --name "myOpenHAB-Bridge" --server 192.168.178.51:8080 --sitemap homekit-bridge
[email protected] start /home/pi/OpenHAB-HomeKit-Bridge node index.js start "--name" "myOpenHAB-Bridge" "--server" "192.168.178.51:8080" "--sitemap" "homekit-bridge"
module.js:338 throw err; ^
Error: Cannot find module 'lodash/lang/cloneDeep'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:286:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.
npm ERR! Linux 4.1.13+
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" "--" "--name" "myOpenHAB-Bridge" "--server" "192.168.178.51:8080" "--sitemap" "homekit-bridge"
npm ERR! node v4.1.0
npm ERR! npm v2.14.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: node index.js start "--name" "myOpenHAB-Bridge" "--server" "192.168.178.51:8080" "--sitemap" "homekit-bridge"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'node index.js start "--name" "myOpenHAB-Bridge" "--server" "192.168.178.51:8080" "--sitemap" "homekit-bridge"'.
npm ERR! This is most likely a problem with the openHAB-HomeKit-Bridge package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node index.js start "--name" "myOpenHAB-Bridge" "--server" "192.168.178.51:8080" "--sitemap" "homekit-bridge"
npm ERR! You can get their info via:
npm ERR! npm owner ls openHAB-HomeKit-Bridge
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request: npm ERR! /home/pi/OpenHAB-HomeKit-Bridge/npm-debug.log>` pi@raspberrypi:~/OpenHAB-HomeKit-Bridge $ npm start -- --name "myOpenHAB-Bridge" --server 192.168.178.51:8080 --sitemap homekit-bridge
[email protected] start /home/pi/OpenHAB-HomeKit-Bridge node index.js start "--name" "myOpenHAB-Bridge" "--server" "192.168.178.51:8080" "--sitemap" "homekit-bridge"
module.js:338 throw err; ^
Error: Cannot find module 'lodash/lang/cloneDeep'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:286:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.
npm ERR! Linux 4.1.13+
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" "--" "--name" "myOpenHAB-Bridge" "--server" "192.168.178.51:8080" "--sitemap" "homekit-bridge"
npm ERR! node v4.1.0
npm ERR! npm v2.14.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: node index.js start "--name" "myOpenHAB-Bridge" "--server" "192.168.178.51:8080" "--sitemap" "homekit-bridge"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'node index.js start "--name" "myOpenHAB-Bridge" "--server" "192.168.178.51:8080" "--sitemap" "homekit-bridge"'.
npm ERR! This is most likely a problem with the openHAB-HomeKit-Bridge package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node index.js start "--name" "myOpenHAB-Bridge" "--server" "192.168.178.51:8080" "--sitemap" "homekit-bridge"
npm ERR! You can get their info via:
npm ERR! npm owner ls openHAB-HomeKit-Bridge
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request: npm ERR! /home/pi/OpenHAB-HomeKit-Bridge/npm-debug.log
Thank you Horst