code-push-server icon indicating copy to clipboard operation
code-push-server copied to clipboard

CodePush service is hot update services which adapter react-native-code-push and cordova-plugin-code-push - 热更新

Results 153 code-push-server issues
Sort by recently updated
recently updated
newest added

bundle文件上传成功后,app检测更新报错。 node报错: ![image](https://user-images.githubusercontent.com/50018330/105119862-1e3d4880-5b0c-11eb-988d-5f62586a294a.png) debug报错: ![image](https://user-images.githubusercontent.com/50018330/105119816-0960b500-5b0c-11eb-8c46-e08486d244ff.png)

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...

不管是什么也没改,还是只改了一行代码每次都会把整个包下载下来

# Code Push Server ## 环境搭建 - 安装mysql(建议使用mysql5.6,mysql8.0版本须按照[关于mysql8.0配置navicat的问题](https://zhuanlan.zhihu.com/p/36087723)进行修改) - 服务器安装code-push-server ```bash npm install code-push-server -g ``` - 项目里安装code-push-cli,参考[集成CodePushSdk](https://github.com/crazycodeboy/RNStudyNotes/tree/master/React%20Native%E5%BA%94%E7%94%A8%E9%83%A8%E7%BD%B2%E3%80%81%E7%83%AD%E6%9B%B4%E6%96%B0-CodePush%E6%9C%80%E6%96%B0%E9%9B%86%E6%88%90%E6%80%BB%E7%BB%93#%E9%9B%86%E6%88%90codepush-sdk) ## code-push-server 配置 1. 初始化mysql数据库 sample: ```bash code-push-server-db init --dbhost localhost --dbuser...

iOS项目哪钱多个rn模块可以单独热更新吗,比如A模块有更新,在B模块内不会提示有更新,只有进入A的时候才会提示并下载更新

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...

提升 docker 配置中 code-push-server 的版本

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=nodemailer&from_version=4.6.3&to_version=6.4.16&pr_id=702f575c-38e0-4f26-bd30-0166f65f6f32&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

运行完 ` code-push deployment clear myApp development` 再运行 `code-push deployment h myApp development` 提示 `[Error] Cannot read property 'toString' of undefined` 但是如果运行 `code-push deployment h myApp development --format json` 可以正常显示

通过NPM安装成功后,启动code-push-server。 使用code-push-cli(CLI v3.0.0)登录,输入token后报错,提示: [Error] Not Found 查看server日志,显示: [2020-09-28T11:20:56.314] [ERROR] cps:app - { NotFoundError: Not Found at /code-push-server/app.js:87:15 at Layer.handle [as handle_request] (/code-push-server/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/code-push-server/node_modules/express/lib/router/index.js:317:13) at /code-push-server/node_modules/express/lib/router/index.js:284:7 at Function.process_params (/code-push-server/node_modules/express/lib/router/index.js:335:12)...