Liang Kui
Liang Kui
Yup, I met the same problem today, but I solved it by this tricky way. In templates ```html ... ``` In components ```typescript data$ = new Subject(); change() { //...
I think, the `gen.next` function may implement a cancel method, when ts func finds it costs too much time, then call the cancel method to cancel the running, is that...
你能把详细的报错发过来吗? 1. 你全局安装 nodemon 了吗?或者你的 npm 安装成功了吗? 2. 提示 `undefined` 是因为你的没有环境变量,建议你在启动 node 的时候使用 ```shell npm run server ``` 他会先把你的环境变量改成 development,然后启动 3. pm2 是一个node 的进程管理 http://pm2.keymetrics.io/ 4. 这是 express 的一个推荐目录形式,你可以看看 [这里](http://expressjs.com/en/starter/generator.html)...
那估计是有错误、你打开console看看
@Lihuaqiii 具体是什么报错,贴一下,推荐你使用 `nrm` 用淘宝的源来安装试试,[phantomjs](http://phantomjs.org/)是一个无头浏览器,用来测试用的,用 npm 的源确实需要安装挺久的。
It will be great If can support open in preview mode. Meanwhile, I'm using this to achieve it. ```lua vim.keymap.set('n', '-', function() require('oil').open() require('oil.util').run_after_load(0, function() oil.select({ preview = true })...