Skip to content Skip to sidebar Skip to footer

Application Hangs During 'compilecoffeescript'

I've a meteor application which has a really weird behavior. Usually it hangs on startup and writing only: sercan@home:~/meteor_work/***$ meteor [[[[[ ~/meteor_work/mongoclient ]]]

Solution 1:

My suggestions who confronts these issues:

Try to remove some packages (which your meteor build stuck on) as follows from your versions file:

- less@2.5.1- coffeescript@1.0.11

If it doesnt work try to comment out below line from your packages file:

#ecmascript              # Enable ECMAScript2015+ syntax in app code

Don't forget these files are included in your .meteor directory, also if you are working with ECMAScript2015+ I have no idea what to do, this solution just worked for me.

Post a Comment for "Application Hangs During 'compilecoffeescript'"