Hanorine

Results 5 issues of Hanorine

I ran `$ yarn build` output: ``` yarn run v1.13.0 $ react-scripts build && ts-node -O {\"module\":\"commonjs\"} node_modules/navi-scripts/bin/navi-scripts.js build Creating an optimized production build... ============= WARNING: You are currently running...

Hi, ClientResponse [line](https://github.com/przemyslawpluta/node-youtube-dl/blob/208c3b7f2f4e0e5497e51a85d4d081ac6a0ae670/lib/youtube-dl.js#L109) seems to have been renamed to [IncomingMessage](https://github.com/nodejs/node/blob/908292cf1f551c614a733d858528ffb13fb3a524/lib/_http_incoming.js#L38) perhaps because no ClientResponse exists in the docs anymore. I don't know if this is an issue for lower versions...

When cloning this repo and installing dependencies, the entire `OscarYuen/go-graphql-starter` is downloaded unnecessarily into _vendor_. By removing this dependency and having the project look for the packages locally, then changes...

使用Google翻译进行翻译: 请考虑此PR。 此PR升级此程序包的依赖关系,并解决受升级依赖关系影响的文件中的必要更改。 此处更改的大多数文件来自build命令。 感谢您构建此软件包。 ------------------------------ This PR upgrades the dependencies of this package and resolves necessary changes in the files that are affected by upgrading dependencies. Most of the...

Hey there, i've started learning through your course on egghead. I have some issue running code after end of the _Define an HTTP PUT Endpoint for a Node.js API Server...