You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been running into the following issue with my memwatch-next installation. My memwatch-next version is 0.2.10, and I'm running node v5.4.1 and npm 3.3.12 on an Ubuntu 14.04.1 machine.
root@localhost:/opt/app# node ./bin/www
Log config loaded from log.cfg
/opt/app/node_modules/bindings/bindings.js:83
throw e
^
Error: Module did not self-register.
at Error (native)
at Object.Module._extensions..node (module.js:422:18)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at bindings (/opt/app/node_modules/bindings/bindings.js:76:44)
at Object.<anonymous> (/opt/app/node_modules/memwatch-next/include.js:2:28)
at Module._compile (module.js:397:26)
at Object.Module._extensions..js (module.js:404:10)
I've tried npm rebuild, as well as clearing my node_modules directory and runninng npm install again. No luck so far.
The text was updated successfully, but these errors were encountered:
I've been running into the following issue with my
memwatch-next
installation. Mymemwatch-next
version is0.2.10
, and I'm running nodev5.4.1
and npm3.3.12
on an Ubuntu 14.04.1 machine.I've tried
npm rebuild
, as well as clearing mynode_modules
directory and runninngnpm install
again. No luck so far.The text was updated successfully, but these errors were encountered: