freshworkstudio / gps-tracking-nodejs

Let you work with some GPS trackers that connects through tcp.
MIT License
260 stars 159 forks source link

can not run #1

Closed MustafaSaleh closed 9 years ago

MustafaSaleh commented 9 years ago

when try to run server I have this error

C:\Users\Administrator\Desktop\gs\node_modules\gps-tracking>node index.js
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }

js-bson: 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
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }

js-bson: 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
gdespirito commented 9 years ago

wow. i never see that before. i dont think that its a problem of the package. you can run any other packages in your server? On Sat, Mar 28, 2015 at 08:59 Mustafa Saleh notifications@github.com wrote:

when try to run server I have this error

C:\Users\Administrator\Desktop\gs\node_modules\gps-tracking>node index.js { [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }

js-bson: 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 { [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }

js-bson: 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

— Reply to this email directly or view it on GitHub https://github.com/freshworkstudio/gps-tracking-nodejs/issues/1.