mad-eye / meteor-reactive-ace

31 stars 16 forks source link

Errors when starting #3

Closed cie closed 11 years ago

cie commented 11 years ago

Hi,

When I install reactive-ace in my app, I get a lot of errors:

ace-builds/kitchen-sink/docs/AsciiDoc.html:1: Can't set DOCTYPE here.  (Meteor sets <!DOCTYPE html> for you)
ace-builds/kitchen-sink/docs/html.html:1: Can't set DOCTYPE here.  (Meteor sets <!DOCTYPE html> for you)
ace-builds/textarea/editor.html:1: Can't set DOCTYPE here.  (Meteor sets <!DOCTYPE html> for you)
ace-builds/editor.html:1: Can't set DOCTYPE here.  (Meteor sets <!DOCTYPE html> for you)
ace-builds/kitchen-sink-req.html:1: Can't set DOCTYPE here.  (Meteor sets <!DOCTYPE html> for you)
ace-builds/kitchen-sink.html:1: Can't set DOCTYPE here.  (Meteor sets <!DOCTYPE html> for you)
ace-builds/scrollable-page.html:1: Can't set DOCTYPE here.  (Meteor sets <!DOCTYPE html> for you)
error: Stylus compiler error: ace-builds/kitchen-sink/docs/stylus.styl:17
   13| asdasdasdad(df, ad=23)
   14| 
   15| add(a, b = a)
   16|    a + b
 > 17| green(#0c0)
   18|  add(10, 5)
   19|  // => 15
   20| 

expected ")", got "color #0c0"

coffeescript.coffee:16:10: Invalid regular expression

Do you have any idea why this happens?

cie commented 11 years ago

Sorry, I managed to find out. I had an unnecessary ace-builds/ in my root :)