uni-app .bash_profile 配置影响
uni-app .bash_profile 配置影响
| 产品分类 | PC开发环境操作系统 | PC开发环境操作系统版本号 | HBuilderX版本号 |
|---|---|---|---|
| HbuilderX | Mac | 11.3.1 | 3.1.22 |
操作步骤:
source ~/.bashrc
source ~/.zshrc
预期结果:
source ~/.bashrc
source ~/.zshrc
实际结果:
影响上传云函数
bug描述:
描述 结论:.bash_profile 内错误配置会影响上传云函数
如配置
source ~/.bashrc
source ~/.zshrc
更多关于uni-app .bash_profile 配置影响的实战教程也可以访问 https://www.itying.com/category-93-b0.html
1 回复
更多关于uni-app .bash_profile 配置影响的实战教程也可以访问 https://www.itying.com/category-93-b0.html
云函数上传,调用了某些命令,需要读取环境变量。 错误的配置文件,当然会有影响。

