apache / incubator-weex-cli

Weex Toolkit is the Standard Tooling for Weex Development.
https://weexteam.github.io/CLI-for-Apache-Weex
Apache License 2.0
564 stars 113 forks source link

Enhancement about error message #22

Closed Jinjiang closed 8 years ago

Jinjiang commented 8 years ago
<template>
  <div></div>
</template>
<style>
/style>

When we miss a < at </style> code. No more error message except ERR! ModuleBuildError: Module build failed: only. It should better be more friendly.

xu17 commented 8 years ago

对 遇到过这个err,但是我代码是直接复制的,貌似涉及到组件的例子都打不开,不知道哪里出问题了,能解释一下吗?我上图 filehelper_1474551234750_17 但是在网页上显示helloworld的例子我又能正常运行,是不是缺少了什么组件?谢谢

lvscar commented 8 years ago

latest version of weex-toolkit ( @0.5.6) improved error information , please try it. ''' npm install -g weex-toolkit@0.5.6
'''