I've installed a new SSD in our timing laptop and did a fresh install of Windows 7 x64.
Now on to AXTi.me... I downloaded Node.js from https://nodejs.org/en/, which current version is node-v4.0.0-x64. This went without a hitch. I then copied our previous folder to c:\axtime and gave it a whirl.
step1 starts without issue, step2 gives the following. NOTE: I do not have the farmtek usb/serial drivers installed yet because the equipment is in our trailer, 90 minutes away from my home. Could that be it?
c:\AXtime\website>node server
Failed to load c++ bson extension, using pure JS version
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
Listening on 80
module.js:338
throw err;
^
Error: Cannot find module 'c:\AXtime\website\node_modules\serialport\build\seria
lport\v1.4.6\Release\node-v46-win32-x64\serialport.node'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:286:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (c:\AXtime\website\node_modules\serialport\serialport.
js:14:25)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (c:\AXtime\website\lib\hardwareEvents.js:5:18)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
c:\AXtime\website>