Get help with testing, discuss unit testing strategies etc.


Post by andrl »

Hi
I'm trying to install siesta-1.0.8-lite as node.js package. And I have problems with dependencies:
  • data-visitor2 is not found at all (I can install data-visitor though)
  • kiokujs-backend-couchdb throws 'Error: write() after end()' errors upon install
Does this version of siesta support node.js ?

Post by mats »

You can just unpack the package into you "node_modules" folder, no need to install it with npm (those deps are local and not published). See the examples/060-nodejs-browsers for sample setup.

Post Reply