Garfield Lee

Results 50 comments of Garfield Lee

@biergaizi 有两年了吧。我玩微博已经 4年

一个安装 npm 的新的错误发生在 0.2.0,同样是下载地址错误引起的 ``` C:\Program Files\nodejs>gnvm npm global Waring: current path C:\Program Files\nodejs\ not exist npm. Notice: local npm version is unknown Notice: remote npm version is 2.15.8 Notice:...

@Kenshin 希望进展顺利

Maybe `http.request` not send anything ``` winston:file: ENOENT ok /tmp/metacmsworkergit-mQyU2X/verbose.log winston:file: stat done: verbose.log { size: 0 } winston:file: create stream start /tmp/metacmsworkergit-mQyU2X/verbose.log { flags: 'a' } winston:file: create stream...

If I use curl, I can saw my log on Grafana Explorer

An important thing, I set `exitOnError: true` in `Winston.createLogger`.

@chreniuc Not yet, waiting for solution.

I had the same issue. I use Lerna and Yarn workspaces, and I set `"private": true` in the `taro-ui-demo` and `taro-ui-docs` package.json, `lerna version` still bump their two package's version....

> @Jack-Works As the documentation mentions, you can explicitly enable it. > > ```shell > corepack enable npm > ``` This works for me. ```shell > corepack prepare --all Preparing...