Open jpolack opened 8 years ago
At first glance this looks like there's an issue with your npm install
or Node install rather than electrolyte, as you're getting a TypeError inside util.inherits
-- a native Node library -- for something that doesn't appear to be electrolyte's fault. Try removing your node_modules
folder and re-installing electrolyte. In failing that, post your Node and NPM versions (node -v
and npm -v
) and we'll go from there?
Thanks guys,
i don't know how and why but i still had a node version of 0.10.13. So i got the 4.4.0 and i worked!
Thanks!
I have just been requireing electrolyte simple as:
var IoC = require('electrolyte');
throws following error:
am i using it wrong or is there an unstable state online?
thanks