-
Notifications
You must be signed in to change notification settings - Fork 2k
Cannot find module './build/Release/analytics.node' #432
Comments
Same issue here, Debian with Node v8.2.1, npm 5.3. |
Working! Problem was that I run npm install without having "build-essential" installed on my machine, so I installed the package and run npm install again, but without completely wiping previously installed node_modules. So If you're starting with a fresh new install (I'm testing on DigitalOcean droplet Ubuntu 16.04) this has worked for me:
|
Don't forget to also install mongodb :https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-16-04 |
Same issue on aws ubuntu 16.04 and aws amazon ami linux. |
Same issue here on Ubuntu server 16.04 with node v6.11.2, npm 3.10.10 and python 2.7.12:
|
Guys, please upgrade to nodejs 8, that should solve the build problem. Please report back! |
I had the same problem and now it works after upgrade do node-js 8 and clear modules folder thanks |
A small log from the Discord channel from a user with the same error: [18:53] derivagral: i'm not sure what you mean? this is from a checked out master on an ubuntu16 digitalocean box |
Using node 8.9.1 > still cant get it ti work :( C:\zenbot>npm install thanks for any insight. |
@HeyIamJames |
Hi guys, I'm trying to run Zenbot on Ubuntu server 16.04 with node v7.10.1, npm 4.2.0 and python 2.7. After npm install and npm link, if I try to launch any zenbot commands I get this:
Has anyone experienced similar issues?
The text was updated successfully, but these errors were encountered: