madec-project / ezvis

A dashboard to visualize a synthesis on a structured corpus, using several charts (pies, histograms, ...)
https://ezvis.readthedocs.org/
17 stars 5 forks source link

Use node 0.12 instead of node 0.10 #22

Closed parmentf closed 9 years ago

parmentf commented 9 years ago

Use node@0.12, with nvm, it should be easy.

If all goes well, it should be quick, since ezvis under ezmaster already use node@0.11 (even though it is required to use node@0.10 to install touv/JSONSelcet).

Recent nvm even allow to use io.js.

parmentf commented 9 years ago

ezvis runs under node@0.12. I get an error : Error: Module did not self-register. for bson module. But after a npm rebuild, as suggested in Stack Overflow, it works.

parmentf commented 9 years ago

This was only for ezvis, not ezmaster.