Cheng Hu

Results 13 comments of Cheng Hu
trafficstars

发现其实在github下不到,是会去本地的 `Users\user\AppData\Roaming\npm-cache\node-sass(比方,我电脑用户名叫 hc,一般在c:\Users\user\AppData\Roaming\npm-cache\node-sass`)这个目录找,那解决办法就是,先去https://github.com/sass/node-sass/releases,将需要的*_binding.node下载下来,放到本地对应目录就好

![angular-cli-node-sass-bug-3](https://user-images.githubusercontent.com/11786109/40641257-8c700c22-634b-11e8-9a28-616ade47c75a.png)

自己下载下来,放到cache 目录下就可以了,lunix 系在 当前用户 .npm 目录下

@LFeh @khylias @KeitaElric @gauzpan @ViewChildren(SelectComponent) selectElem :QueryList; public closeOtherElems(element){ let a = this.selectElem.filter(function(el){ return (el != element) }); a.forEach(function(e:SelectComponent){ e.clickedOutside(); }) }

@zhangchao828 @ssehacker style可以返回 函数 ['import', { libraryName: '@qtt/hobbit', libraryDirectory: 'es', "style": (name) => { console.log('tag', name) if (name == ‘逻辑模块') { return false; } return `${name}/style`; }

作者在我司,天天吹水,不更新

要是 vue 怎么弄呀 Vue.config.errorHandler = function(err, vm, info) {} 这里没有返回行号和列

要是 vue 怎么弄呀 Vue.config.errorHandler = function(err, vm, info) {} 这里没有返回行号和列

![还原后的文件](http://static.zybuluo.com/hucheng91/k85ww5qn32eyljh12y0w8707/2352152345245234523.png) 期待的代码 ``` export default { name: "app", components: {}, data() { return { value: 1234689 }; }, methods: { test(){ throw new Error("老哥,报错了呀") } } }; ```