Fixed. Turned out to be a problem with my node/npm version.
Affixes
Posts
-
NodeBB 0.7.0-dev fails to install -
NodeBB 0.7.0-dev fails to installHi,
I've been trying to install the latest NodeBB dev version for quite some time today, and seem to fail at both an existing and fresh installation.
Following both the steps for upgrading and installing here, I've practically tried every possible combination now:
- Upgrading from 0.6.x to 0.7.0 via the instructions in the docs
- A new installation via the instructions in the docs
- A new installation on a completely new VPS with the instructions in the docs
- A new installation, on Ubuntu (Instead of Debian), following this guide
Sometimes I can't even npm install due to some HTTP error, though most of the time the following error occurs when I try to ./nodebb setup:
module.js:356
Module._extensions[extension](this, filename);
^
Error: /home/webserver/web/blockify.us/public_html/forums/node_modules/mmmagic/build/Release/magic.node: undefined symbol: node_module_register
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/home/webserver/web/blockify.us/public_html/forums/node_modules/mmmagic/index.js:3:13)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)Any help is much appreciated. Thanks in advance.
Node version: 0.12.1
NPM version: 2.5.1