Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
zsyed-m:gator-data zsyed$ ./bin/data-manager.js --file /Users/zsyed/MASCP.OxMetReader.txt --reader MASCP.OxMetReader --date 2013/07/25 --verbose 

module.js:340
    throw err;
          ^
Error: Cannot find module './build/Release/sqlite3_bindings'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/Users/zsyed/devdirectory/mascp-jstools/node_modules/sqlite3/lib/sqlite3.js:1:104)
    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)

If anyone could provide insight or support into how to resolve this, that would be excellent. I've even changed things in the the actual 'sqlite3.js file,' but even that did not seem to work

share|improve this question
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.