Closed nmathon closed 10 years ago
It works ok with node v0.10 (I just tried with v0.10.12). The problem here seems to be that you are missing dependencies, in this case "vows". After you install the 3scale module you must also install its dependencies. Move into the root folder for the 3scale module and run:
npm install
to install all dependencies. Then you will be able to run the test suite by calling:
./node_modules/vows/bin/vows test/* --spec
You can also install the vows binary globally (npm install -g vows) and then you will be able to do:
vows test/* --spec
I hope that solves your problem.
Hello,
It work when I install vows locally, not globally. Don't know why... But thanks for your reply, it solved my problem.
Nicolas
Does this version work with node 0.10 ? I have no error, but trafic is not displayed on 3scale console (but authentication works fine). Unit tests are not working :-1: