Norn Chronos

Results 4 comments of Norn Chronos

Since Node 4 & ES6 finally came out I think the next main version of Express should eye for the future to be a new brand of itself, especially the...

滋慈,不过关于typescript这里想说一下,其实TS和ES6并不冲突,TS本身定义的就是JS的超集,最新版已经引入了ES6的绝大部分特性,而且完好的支持TSX。它最主要的目的是解决动态弱类型语言的在开发过程中的缺陷,力求达到C#/Java开发体验,而JS再怎么发展发展出花来也不可能引入静态类型,于是强类型静态语言才能有的开发优势也就享受不到。 上个月去听了Anders来北京关于TS的讲座,虽然没讲完,但是很好的暴露出JS开发的坑并如何用TS去解决这些问题,所以我个人推荐有精力的人还是去学习一下,官方文档2个小时就能搞定,况且Angular 2也要用这个

Got the same error too: It suddenly happened while coding. It's really weird since I don't do anything to `package.json` or any configuration files. I commented most of my code...

@janterlaak That works. I dig out a lot bit more and find out the real problem is `REACT_APP_WEBPACK_DASHBOARD` in `.env` file. It seems the internal module `inspectpack` is broken somehow...