Closed SeanBannister closed 12 years ago
Just upgraded to node v0.8.9, same problem.
And now I just realised the >= 0.6 in the Readme. If I get a chance I'll look into getting things ready for later versions of node.
I've got a (very) similar error in Node v0.6.15:
[og@go smog]# smog connect.staticCache() is deprecated and will be removed in 3.0 use varnish or similar reverse proxy caches.
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: object is not a function
at Object.CALL_NON_FUNCTION_AS_CONSTRUCTOR (native)
at Object.
Running CentOS 6.2, installed not too long ago (and got a shasum error first time trying to install). Kindof get the feeling that it's somehow trying to import unstable code from dependent libs.
Also getting this as well.
Same here
+1
Seems like it doesn't match the version of a module named Vein.
I reinstalled it with what seems like a proper version.
$ cd `npm root -g`/smog
$ npm remove vein
$ npm install vein@0.3.4
Works on OS X 10.6
Tried the fix above but it didnt work for me on OSX 10.6.
@jangxyz is right, it looks like a wrong version of vein... His solution works fine on OSX 10.7.4 with a minor edit:
$ cd `npm root -g`
$ cd smog
$ npm remove vein
$ npm install vein@0.3.4
oops. forget the second line. thank you @egueidan fixed the original comment.
Ah nice! Thanks.
Cheers, I've forked the project and issued a pull request with this as a fix https://github.com/wearefractal/smog/pull/4
Now I'm just left with this error when clicking on a collection https://github.com/wearefractal/smog/issues/5
Haven't had much of a chance to look into this bug, first time using smog.
But when I run smog I get the following error:
During install I also get a WARN:
I'm running Node v0.6.18