evo42 / meteor-aloha-editor

Aloha Editor as package for Meteor
Other
9 stars 3 forks source link

Package meteor-aloha-editor no longer loads after updates to meteor, meteorite node etc #4

Open mfox69 opened 11 years ago

mfox69 commented 11 years ago

Node 0.10.8 Meteor 0.6.4

  1. mrt add aloha-editor hangs and requires ^C to abort. No errors messages
  2. Adding "meteor-aloha-editor" : {} to existing projects smart.json file and then mrt install also hangs with no messages.

Posts on meteorite issues seems to imply problems with any atmosphere-meteor package which uses submodules. Is your package one of these?

mfox69 commented 11 years ago

Hi evo42. I Noticed the comment in your package.json source regarding my problem. Is there any progress so far ? Thanks

mfox69 commented 11 years ago

Is it possible that you need a "packages":{} as the last line in your smart.json file?

mfox69 commented 11 years ago

Hey Is your problem loading files with meteorite mrt to do with a problem in meteorite where, on some platforms/systems, the communication between Meteorite and Atmosphere fails (possible problem which broke mrt's websocket library with node from 0.10.07 onwards). A possible fix to this is mrt add aloha-editor --repoPort 80. This problem occurred on ANY Atmosphere hosted package load. See my post on meteorite Issues https://github.com/oortcloud/meteorite/issues/152#issuecomment-19323678 I am a newbie at changing other peoples repos but you can maybe uncomment your comments in package.json and retry your mrt add aloha-editor --reproPort 80. Hope it helps because I'd really like to play with this package.