-
Notifications
You must be signed in to change notification settings - Fork 78
Description
$ npm run sonus
[email protected] sonus /home/pi/test-smart-mirror/smart-mirror
node sonus.js
module.js:549
throw err;
^
Error: Cannot find module '/home/pi/test-smart-mirror/smart-mirror/node_modules/snowboy/lib/node/binding/Release/node-v57-linux-arm/snowboy.node'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object. (/home/pi/test-smart-mirror/smart-mirror/node_modules/snowboy/lib/node/index.js:8:29)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] sonus: node sonus.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] sonus 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/2018-04-25T08_11_43_432Z-debug.log
what's problem?
node is latest version 8.xx and npm version is 5.6.0
please , help me