Skip to content

Instantly share code, notes, and snippets.

@ee7klt
Created August 18, 2013 01:13
Show Gist options
  • Save ee7klt/6259441 to your computer and use it in GitHub Desktop.
Save ee7klt/6259441 to your computer and use it in GitHub Desktop.
chat with @InconceivableB
[All systems operational]
[09:03] == alex___ [af88a457@gateway/web/freenode/ip.175.136.164.87] has joined #Modulus
[09:04] == mokes [[email protected]] has joined #Modulus
[09:04] <alex___> does modulus work with meteor 0.6.5 yet?
[09:04] == mokes [[email protected]] has quit [Read error: Connection reset by peer]
[09:05] <@InconceivableB> we did a release yesterday for 0.6.5, but it appears a few dependencies are still being missed
[09:05] <@InconceivableB> a release of demeteorizer
[09:06] == mokes [[email protected]] has joined #Modulus
[09:06] == mokes [[email protected]] has quit [Read error: Connection reset by peer]
[09:06] <alex___> getting an error saying npm module connect can't be found
[09:06] <alex___> Error: Can't find npm module 'connect'. Did you forget to call 'Npm.depends' in package.js within the 'webapp' package?
[09:07] <alex___> any idea if this is an error on my end?
[09:07] <alex___> i followed instructions here http://blog.modulus.io/deploying-meteor-apps-on-modulus
[09:07] <alex___> except demeteorized with 0.8.24 instead of 0.8.15
[09:08] <@InconceivableB> A work-around for now would be to add "connect" : "2.8.x" to the package.json that demeteorizer creates
[09:08] <@InconceivableB> Got a report from someone who had to add the following: "connect": "2.8.5",
[09:08] <@InconceivableB> "useragent": "2.0.7",
[09:08] <@InconceivableB> "send": "0.1.4",
[09:08] <@InconceivableB> "sockjs": "0.3.7",
[09:08] <@InconceivableB> "mongodb": "1.3.18"
[09:09] == mokes [[email protected]] has joined #Modulus
[09:09] == mokes [[email protected]] has quit [Read error: Connection reset by peer]
[09:09] <alex___> thanks. trying now
[09:12] <alex___> sweet! works now!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment