nodeclub icon indicating copy to clipboard operation
nodeclub copied to clipboard

:baby_chick:Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统

Results 161 nodeclub issues
Sort by recently updated
recently updated
newest added

看到package.json里的"connect-busboy": "0.0.2"写死版本了。然后到connect-busboy看到https://github.com/mscdex/connect-busboy/issues/21 里写的 v0.0.3 is released that fixes the semver range to match the pre-v1.0 busboy. v1.0.0 is released to match the changes in busboy v1.0. 现在尝试按照,在pacakge-lock.json里的"connect-busboy": "0.0.2",依赖安装到的busboy为*,实际安装的是1.4.0版本。所以再注册用户时会报错Busboy is not...

我在点击这个时 ![image](https://user-images.githubusercontent.com/85923287/164242467-7739e51b-8ead-45c3-bd0e-779f30b0399d.png) 会跳到这里,然后点了这个,又会返回图1. ![image](https://user-images.githubusercontent.com/85923287/164242520-7e65067d-5ba6-49f1-94a4-6d6f5a912fa4.png) 一直无法登录,用我的github邮箱+密码也登不上,用GitHub用户名+密码也登不上。找回密码说是邮箱未注册,这怎么办呀

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=mongoose&from_version=5.3.8&to_version=6.4.6&pr_id=b68f4806-1fcd-47ca-869e-3fcfc8f11a43&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=ejs-mate&from_version=2.3.0&to_version=3.0.0&pr_id=bd325784-1a50-4d95-bd2b-3a4578536aa1&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

用GitHub注册,提示email存在,或没有public,但是已经public了,按email找回密码提示email不存在!!!这是什么情况,求解~~用的就是这个GitHub账号。

我发现一些nodeclub的设置不是很合理,想询问一下是否支持修改呢。如果支持的话我将尝试推送pr 1. 网站index的title改为config.name而不是 config.description 2. 网站的精华、问答板块等以 /good而不是/?tab=good这种形式存在 3. config配置文件感觉应该将redis、mongo等敏感信息单独拿一个文件出来,都放在一起操作不是很方便。类似webpack区分环境一样,webpack.dev.config.js,webpack.prod.config.js,webpack.common.config.js大概这样。