Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation on raspberry4 with buster lite sucks #2262

Closed
fellnase opened this issue Nov 3, 2019 · 1 comment
Closed

Installation on raspberry4 with buster lite sucks #2262

fellnase opened this issue Nov 3, 2019 · 1 comment

Comments

@fellnase
Copy link

fellnase commented Nov 3, 2019

After installing "npm install" I got following error

added 2097 packages from 594 contributors and audited 877679 packages in 257.751s
found 3 vulnerabilities (2 moderate, 1 high)
run npm audit fix to fix them, or npm audit for details

Ignoring these error try to start "zigbee2mqtt" with " npm start"
I got following error message:

pi@raspberrypi:/opt/zigbee2mqtt $ npm start

> zigbee2mqtt@1.6.0 start /opt/zigbee2mqtt
> node index.js

internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module 'zigbee-herdsman/dist/deprecated/ziee'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/opt/zigbee2mqtt/lib/zapp/cie.js:6:14)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! zigbee2mqtt@1.6.0 start: `node index.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the zigbee2mqtt@1.6.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/pi/.npm/_logs/2019-11-03T14_17_58_752Z-debug.log

@Koenkk
Copy link
Owner

Koenkk commented Nov 3, 2019

Duplicate of #1892, possible solution: #1892 (comment)

If this doesn't work use the latest dev branch.

@Koenkk Koenkk closed this as completed Nov 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants