dialect icon indicating copy to clipboard operation
dialect copied to clipboard

SQLite as dependency

Open elmigranto opened this issue 13 years ago • 2 comments
trafficstars

There are several issues with installing sqlite package on node (it says 0.6.x fails, but I'm facing errors with 0.8.0):

  • https://github.com/orlandov/node-sqlite/issues/38
  • https://github.com/orlandov/node-sqlite/issues/40

Installing sqlite from this fork helps (AFAIK, it fixes somehow missing node_events.h).

I think removing storage packages from dependencies should be considered. (Maybe adding them to devDependencies or something.) One more reason for this is when user selects Mongo as storage he probably never gonna use SQLite and vice versa.

elmigranto avatar Jun 28 '12 20:06 elmigranto

it's been 2 months ... is there a workaround yet? what would be the quickest way to get this running with node 0.8.x?

toxin20 avatar Aug 24 '12 18:08 toxin20

@toxin20

works for me

elmigranto avatar Aug 27 '12 03:08 elmigranto